15
0

- 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
This commit is contained in:
2023-05-04 15:24:30 +00:00
committed by Git OBS Bridge
parent 8e17718260
commit 569f4f586f
4 changed files with 18 additions and 4 deletions

View File

@@ -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