Next | Query returned 33 messages, browsing 31 to 40 | previous

History of commit frequency

CVS Commit History:


   2020-03-03 07:01:00 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-importlib-resources: updated to 1.2.0

v1.2.0
Traversable now requires an open method.
Fixed error on Python 3.5.{0,3}.
Updated packaging to resolve version from package metadata.
   2020-03-02 11:41:22 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-importlib-resources: updated to 1.1.0

v1.1.0

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).
   2020-02-10 19:28:25 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-importlib-resources: added version 1.0.2

importlib_resources is a backport of Python 3.7's standard library
importlib.resources module for Python 2.7, and 3.4 through 3.6. Users of Python
3.7 and beyond should use the standard library module, since for these
versions, importlib_resources just delegates to that module.

Next | Query returned 33 messages, browsing 31 to 40 | previous