Accepting request 920302 from home:bnavigator:branches:devel:languages:python
- 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
This commit is contained in:
@@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 20 10:47:28 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 24 18:37:01 UTC 2020 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user