forked from pool/python-importlib-resources
- update to 5.4.0:
* Test suite now relies entirely on the traversable API.
* Now raise a ``DeprecationWarning`` for all legacy
functions. Instead, users should rely on the ``files()``
API introduced in importlib_resources 1.3. See
* Updated readme to reflect current behavior and show
which versions correspond to which behavior in CPython.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-resources?expand=0&rev=6
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 6 18:19:08 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.4.0:
|
||||
* Test suite now relies entirely on the traversable API.
|
||||
* Now raise a ``DeprecationWarning`` for all legacy
|
||||
functions. Instead, users should rely on the ``files()``
|
||||
API introduced in importlib_resources 1.3. See
|
||||
* Updated readme to reflect current behavior and show
|
||||
which versions correspond to which behavior in CPython.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 20 10:47:28 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user