forked from pool/python-importlib-metadata
- update to 4.11.3:
* #372: Removed cast of path items in FastPath, not needed. * #369: Fixed bug where ``EntryPoint.extras`` was returning match objects and not the extras strings. * #367: In ``Distribution.requires`` for egg-info, if ``requires.txt`` is empty, return an empty list. * bpo-46246: Added ``__slots__`` to ``EntryPoints``. * #365 and bpo-46546: Avoid leaking ``method_name`` in ``DeprecatedList``. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=20
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 9 10:53:20 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.11.3:
|
||||
* #372: Removed cast of path items in FastPath, not needed.
|
||||
* #369: Fixed bug where ``EntryPoint.extras`` was returning
|
||||
match objects and not the extras strings.
|
||||
* #367: In ``Distribution.requires`` for egg-info, if ``requires.txt``
|
||||
is empty, return an empty list.
|
||||
* bpo-46246: Added ``__slots__`` to ``EntryPoints``.
|
||||
* #365 and bpo-46546: Avoid leaking ``method_name`` in
|
||||
``DeprecatedList``.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 20:04:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user