File python-importlib_resources.changes of Package python-importlib_resources.15839

-------------------------------------------------------------------
Sat Jun 13 21:38:55 CEST 2020 - Matej Cepl <mcepl@suse.com>

- Update to 1.1.0 (jsc#PM-1954 bsc#1172933):
  - Add support for retrieving resources from subdirectories of
    packages through the new files() function, which returns
    a Traversable object with joinpath and read_* interfaces
    matching those of pathlib.Path objects. This new function
    supersedes all of the previous functionality as it provides
    a more general-purpose access to a package’s resources.
  - With this function, subdirectories are supported.
  - The documentation has been updated to reflect that this
    function is now the preferred interface for loading package
    resources. It does not, however, support resources from
    arbitrary loaders. It currently only supports resources from
    file system path and zipfile packages (a consequence of the
    ResourceReader interface only operating on Python packages).

-------------------------------------------------------------------
Wed Jul 31 12:49:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

- This package is by default provided in python 3.7 and newer

-------------------------------------------------------------------
Thu Mar 21 15:48:41 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

- Simplify logic for typing dependency

-------------------------------------------------------------------
Tue Feb  5 14:35:54 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

- Use noun phrase in summary.

-------------------------------------------------------------------
Thu Jan 31 13:27:59 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

- Initial commit, needed by importlib-metadata
openSUSE Build Service is sponsored by