15
0

- 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:
2021-11-06 18:24:56 +00:00
committed by Git OBS Bridge
parent 42252b15aa
commit 47fac40566
4 changed files with 16 additions and 5 deletions

View File

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