SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python2-importlib_resources-1.1.0-lp153.2.4.6.noarch.rpm :

* Tue Aug 25 2020 Tomáš Chvátal - Add missing runtime dependencies bsc#1175707
* Sat Jun 13 2020 Matej Cepl - 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 Tomáš Chvátal - This package is by default provided in python 3.7 and newer
* Thu Mar 21 2019 John Vandenberg - Simplify logic for typing dependency
* Tue Feb 05 2019 Jan Engelhardt - Use noun phrase in summary.
* Thu Jan 31 2019 Tomáš Chvátal - Initial commit, needed by importlib-metadata
 
ICM