- Update to 5.9.0:
* as_file now also supports a Traversable representing a directory and
(when needed) renders the full tree to a temporary directory.
* In MultiplexedPath, restore expectation that a compound path with a
non-existent directory does not raise an exception.
* Now Traversable.joinpath provides a concrete implementation, replacing
the implementation in .simple and converging with the behavior in
MultiplexedPath.
* abc.Traversable.joinpath now allows for multiple arguments and specifies
that posixpath.sep is allowed in any argument to accept multiple
arguments, matching the behavior found in zipfile.Path and pathlib.Path.
* Add type declarations in ABCs.
* Fix error when no __pycache__ directories exist when testing update-zips.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-resources?expand=0&rev=7
* 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
- Update to v5.2.2
* #234: Fix refleak in as_file caught by CPython tests.
- Release v5.2.1
* bpo-38291: Avoid DeprecationWarning on typing.io.
- Release v5.2.0
* #80 via #221: Legacy API (path, contents, ...) is now
supported entirely by the .files() API with a compatibility
shim supplied for resource loaders without that functionality.
- Release v5.0.6
* bpo-38693: Prefer f-strings to .format calls.
- Release v5.1.4
* #225: Require zipp 3.1.0 or later on Python prior to 3.10 to
incorporate those fixes.
- Release v5.0.5
* #216: Make MultiplexedPath.name a property per the spec.
- Release v5.1.3
* Refresh packaging and improve tests.
* #216: Make MultiplexedPath.name a property per the spec.
- Release v5.1.2
* Re-release with changes from 5.0.4.
- Release v5.0.4
* Fixed non-hermetic test in test_reader, revealed by GH-24670.
- Release v5.1.1
* Re-release with changes from 5.0.3.
- Release v5.0.3
* Simplified DegenerateFiles.Path.
- Release v5.0.2
* #214: Added _adapters module to ensure that degenerate files
behavior can be made available for legacy loaders whose
resource readers don't implement it. Fixes issue where
backport compatibility module was masking this fallback
behavior only to discover the defect when applying changes to
CPython.
- Release v5.1.0
* Added simple module implementing adapters from a low-level
resource reader interface to a TraversableResources interface.
Closes#90.
- Release v5.0.1
* Remove pyinstaller hook for hidden 'trees' module.
- Release v5.0.0
* Removed importlib_resources.trees, deprecated since 1.3.0.
- Release v4.1.1
* Fixed badges in README.
- Release v4.1.0
* #209: Adopt jaraco/skeleton.
* Cleaned up some straggling Python 2 compatibility code.
* Refreshed test zip files without .pyc and .pyo files.
- Release v4.0.0
* #108: Drop support for Python 2.7. Now requires Python 3.6+.
- Release v3.3.1
* Minor cleanup.
OBS-URL: https://build.opensuse.org/request/show/920302
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-resources?expand=0&rev=5