Marcel Telka
2024-03-18 db163879a74abcbd67c6d675f1bb44650dc80ec1
python/importlib_resources: update to 6.3.1

3 files modified
16 ■■■■■ changed files
components/python/importlib_resources/Makefile 4 ●●●● patch | view | raw | blame | history
components/python/importlib_resources/patches/01-no-ruff.patch 4 ●●●● patch | view | raw | blame | history
components/python/importlib_resources/test/results-all.master 8 ●●●● patch | view | raw | blame | history
components/python/importlib_resources/Makefile
@@ -19,11 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        importlib_resources
HUMAN_VERSION =            6.3.0
HUMAN_VERSION =            6.3.1
COMPONENT_SUMMARY =        importlib_resources - Read resources from Python packages
COMPONENT_PROJECT_URL =        https://github.com/python/importlib_resources
COMPONENT_ARCHIVE_HASH =    \
    sha256:166072a97e86917a9025876f34286f549b9caf1d10b35a1b372bffa1600c6569
    sha256:29a3d16556e330c3c8fb8202118c5ff41241cc34cbfb25989bbad226d99b7995
COMPONENT_LICENSE =        Apache-2.0
COMPONENT_LICENSE_FILE =    LICENSE
components/python/importlib_resources/patches/01-no-ruff.patch
@@ -1,8 +1,8 @@
We have no pytest-ruff support yet.
see https://github.com/tikv/jemallocator/issues/58
--- importlib_resources-6.3.0/setup.cfg.orig
+++ importlib_resources-6.3.0/setup.cfg
--- importlib_resources-6.3.1/setup.cfg.orig
+++ importlib_resources-6.3.1/setup.cfg
@@ -28,7 +28,6 @@
     pytest-mypy; \
     python_implementation != "PyPy"
components/python/importlib_resources/test/results-all.master
@@ -5,7 +5,7 @@
cachedir: .tox/py$(PYV)/.pytest_cache
rootdir: $(@D)
configfile: pytest.ini
collecting ... collected 218 items
collecting ... collected 222 items
.::project PASSED
.::project PASSED
@@ -61,18 +61,22 @@
importlib_resources/tests/test_custom.py::mypy PASSED
importlib_resources/tests/test_files.py::ImplicitContextFilesTests::test_implicit_files PASSED
importlib_resources/tests/test_files.py::ModulesFilesTests::test_module_resources PASSED
importlib_resources/tests/test_files.py::OpenDiskTests::test_joinpath_with_multiple_args PASSED
importlib_resources/tests/test_files.py::OpenDiskTests::test_old_parameter PASSED
importlib_resources/tests/test_files.py::OpenDiskTests::test_read_bytes PASSED
importlib_resources/tests/test_files.py::OpenDiskTests::test_read_text PASSED
importlib_resources/tests/test_files.py::OpenDiskTests::test_traversable PASSED
importlib_resources/tests/test_files.py::OpenNamespaceTests::test_joinpath_with_multiple_args PASSED
importlib_resources/tests/test_files.py::OpenNamespaceTests::test_old_parameter PASSED
importlib_resources/tests/test_files.py::OpenNamespaceTests::test_read_bytes PASSED
importlib_resources/tests/test_files.py::OpenNamespaceTests::test_read_text PASSED
importlib_resources/tests/test_files.py::OpenNamespaceTests::test_traversable PASSED
importlib_resources/tests/test_files.py::OpenNamespaceZipTests::test_joinpath_with_multiple_args PASSED
importlib_resources/tests/test_files.py::OpenNamespaceZipTests::test_old_parameter PASSED
importlib_resources/tests/test_files.py::OpenNamespaceZipTests::test_read_bytes PASSED
importlib_resources/tests/test_files.py::OpenNamespaceZipTests::test_read_text PASSED
importlib_resources/tests/test_files.py::OpenNamespaceZipTests::test_traversable PASSED
importlib_resources/tests/test_files.py::OpenZipTests::test_joinpath_with_multiple_args PASSED
importlib_resources/tests/test_files.py::OpenZipTests::test_old_parameter PASSED
importlib_resources/tests/test_files.py::OpenZipTests::test_read_bytes PASSED
importlib_resources/tests/test_files.py::OpenZipTests::test_read_text PASSED
@@ -229,6 +233,6 @@
===================================== mypy =====================================
Success: no issues found in 34 source files
======== 217 passed, 1 skipped ========
======== 221 passed, 1 skipped ========
  py$(PYV): OK
  congratulations :)