Package Release Info

python-importlib_resources-1.1.0-bp153.1.19

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-importlib_resources
python3-importlib_resources

Change Logs

* Tue Aug 25 2020 Tomá? Chvátal <tchvatal@suse.com>
- Add missing runtime dependencies bsc#1175707
* Sat Jun 13 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).
Version: 1.1.0-150100.3.12.1
* Mon Apr 11 2022 dmueller@suse.com
- add compatibility provides with the openSUSE package name (bsc#1198331)
Version: 1.1.0-3.9.1
* Tue Aug 25 2020 tchvatal@suse.com
- Add missing runtime dependencies bsc#1175707
* Sat Jun 13 2020 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 2019 tchvatal@suse.com
- This package is by default provided in python 3.7 and newer
* Thu Mar 21 2019 jayvdb@gmail.com
- Simplify logic for typing dependency
* Tue Feb 05 2019 jengelh@inai.de
- Use noun phrase in summary.
* Thu Jan 31 2019 tchvatal@suse.com
- Initial commit, needed by importlib-metadata
Version: 1.0.2-bp152.1.12
* Wed Jul 31 2019 Tomá? Chvátal <tchvatal@suse.com>
- This package is by default provided in python 3.7 and newer
* Thu Mar 21 2019 John Vandenberg <jayvdb@gmail.com>
- Simplify logic for typing dependency
* Tue Feb 05 2019 Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
* Thu Jan 31 2019 Tomá? Chvátal <tchvatal@suse.com>
- Initial commit, needed by importlib-metadata