Marcel Telka
2023-09-25 98c883b140b5dc1e927b09d3bc68f88d666b95b9
components/python/importlib_resources/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =      importlib_resources
HUMAN_VERSION =         6.0.1
HUMAN_VERSION =         6.1.0
COMPONENT_SUMMARY =      importlib_resources - Read resources from Python packages
COMPONENT_PROJECT_URL =      https://github.com/python/importlib_resources
COMPONENT_ARCHIVE_URL =      \
   https://files.pythonhosted.org/packages/fd/dc/0c5cfbd4df5d6e83de4e64324b370151ee88de25f3c71aea21115f4f77f8/importlib_resources-6.0.1.tar.gz
   https://files.pythonhosted.org/packages/0a/a2/f4b8b82ea966b6c7f66b9099e19ac02dc539f4fe667188113c663e98e784/importlib_resources-6.1.0.tar.gz
COMPONENT_ARCHIVE_HASH =   \
   sha256:4359457e42708462b9626a04657c6208ad799ceb41e5c58c57ffa0e6a098a5d4
   sha256:9d48dcccc213325e810fd723e7fbb45ccb39f6cf5c31f00cf2b965f5f10f3cb9
COMPONENT_LICENSE =      Apache-2.0
COMPONENT_LICENSE_FILE =   LICENSE
@@ -43,3 +43,4 @@
TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
TEST_REQUIRED_PACKAGES.python += library/python/pytest-enabler
TEST_REQUIRED_PACKAGES.python += library/python/pytest-mypy
TEST_REQUIRED_PACKAGES.python += library/python/zipp