15
0

Accepting request 1085431 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1085431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-importlib-resources?expand=0&rev=9
This commit is contained in:
2023-05-09 11:07:10 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4a96c8cc0339647ff9a5e0550d9f276fc5a01ffa276012b58ec108cfd7b8484
size 38614

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4be82589bf5c1d7999aedf2a45159d10cb3ca4f19b2271f8792bc8e6da7b22f6
size 39894

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon May 8 04:51:00 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- add sle15_python_module_pythons
-------------------------------------------------------------------
Thu May 4 15:21:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <code@bnavigator.de>

View File

@@ -16,8 +16,9 @@
#
%{?sle15_python_module_pythons}
Name: python-importlib-resources
Version: 5.10.2
Version: 5.12.0
Release: 0
Summary: Read resources from Python packages
License: Apache-2.0