- 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:
Dirk Mueller 2022-05-09 10:56:56 +00:00 committed by Git OBS Bridge
parent 193e4f9eb3
commit 694e894d14
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:951f0d8a5b7260e9db5e41d429285b5f451e928479f19d80818878527d36e95e
size 42013

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea4c597ebf37142f827b8f39299579e31685c31d3a438b59f469406afd0f2539
size 43607

View File

@ -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>

View File

@ -28,7 +28,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-importlib-metadata%{psuffix}
Version: 4.10.1
Version: 4.11.3
Release: 0
Summary: Read metadata from Python packages
License: Apache-2.0
@ -66,6 +66,7 @@ importlib.metadata including improvements added to subsequent Python versions.
%prep
%autosetup -p1 -n importlib_metadata-%{version}
echo "import setuptools; setuptools.setup()" > setup.py
%build
%python_build