From 569f4f586fa0658fa52a8d84ae83a5d32e5856c936c53cf1f5232376ee6a7011 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 4 May 2023 15:24:30 +0000 Subject: [PATCH 1/2] - update to 5.12.0: * importlib_resources (backport) now gives precedence to built-in readers (file system, zip, namespace packages), providing forward-compatibility of behaviors like ``MultiplexedPath``. * #280: Fixed one more ``EncodingWarning`` in test suite. * #265: ``MultiplexedPath`` now honors multiple subdirectories in ``iterdir`` and ``joinpath``. * Packaging refresh, including fixing EncodingWarnings and some tests cleanup. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-resources?expand=0&rev=19 --- importlib_resources-5.10.2.tar.gz | 3 --- importlib_resources-5.12.0.tar.gz | 3 +++ python-importlib-resources.changes | 14 ++++++++++++++ python-importlib-resources.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 importlib_resources-5.10.2.tar.gz create mode 100644 importlib_resources-5.12.0.tar.gz diff --git a/importlib_resources-5.10.2.tar.gz b/importlib_resources-5.10.2.tar.gz deleted file mode 100644 index 8c31101..0000000 --- a/importlib_resources-5.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4a96c8cc0339647ff9a5e0550d9f276fc5a01ffa276012b58ec108cfd7b8484 -size 38614 diff --git a/importlib_resources-5.12.0.tar.gz b/importlib_resources-5.12.0.tar.gz new file mode 100644 index 0000000..bf3b991 --- /dev/null +++ b/importlib_resources-5.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be82589bf5c1d7999aedf2a45159d10cb3ca4f19b2271f8792bc8e6da7b22f6 +size 39894 diff --git a/python-importlib-resources.changes b/python-importlib-resources.changes index babf583..fd1df23 100644 --- a/python-importlib-resources.changes +++ b/python-importlib-resources.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu May 4 15:21:53 UTC 2023 - Dirk Müller + +- update to 5.12.0: + * importlib_resources (backport) now gives + precedence to built-in readers (file system, zip, + namespace packages), providing forward-compatibility + of behaviors like ``MultiplexedPath``. + * #280: Fixed one more ``EncodingWarning`` in test suite. + * #265: ``MultiplexedPath`` now honors multiple subdirectories + in ``iterdir`` and ``joinpath``. + * Packaging refresh, including fixing EncodingWarnings + and some tests cleanup. + ------------------------------------------------------------------- Thu Feb 2 18:51:58 UTC 2023 - Ben Greiner diff --git a/python-importlib-resources.spec b/python-importlib-resources.spec index 6e17d5a..2459206 100644 --- a/python-importlib-resources.spec +++ b/python-importlib-resources.spec @@ -17,7 +17,7 @@ Name: python-importlib-resources -Version: 5.10.2 +Version: 5.12.0 Release: 0 Summary: Read resources from Python packages License: Apache-2.0 From 380466c1388dbd3d807b897b97d611f4c50c07e640cab5d3fd4e5bd1fb518d7d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 May 2023 08:17:09 +0000 Subject: [PATCH 2/2] Accepting request 1085366 from home:ojkastl_buildservice:Branch_devel_languages_python add sle15_python_module_pythons OBS-URL: https://build.opensuse.org/request/show/1085366 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-resources?expand=0&rev=20 --- python-importlib-resources.changes | 5 +++++ python-importlib-resources.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-importlib-resources.changes b/python-importlib-resources.changes index fd1df23..5963227 100644 --- a/python-importlib-resources.changes +++ b/python-importlib-resources.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 8 04:51:00 UTC 2023 - Johannes Kastl + +- add sle15_python_module_pythons + ------------------------------------------------------------------- Thu May 4 15:21:53 UTC 2023 - Dirk Müller diff --git a/python-importlib-resources.spec b/python-importlib-resources.spec index 2459206..cbbc12e 100644 --- a/python-importlib-resources.spec +++ b/python-importlib-resources.spec @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: python-importlib-resources Version: 5.12.0 Release: 0