- update to 4.11.4:

* #379: In ``PathDistribution._name_from_stem``, avoid including
   parts of the extension in the result.
 * #381: In ``PathDistribution._normalized_name``, ensure names
   loaded from the stem of the filename are also normalized, ensuring
   duplicate entry points by packages varying only by non-normalized
   name are hidden.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=24
This commit is contained in:
Dirk Mueller 2022-06-08 18:40:51 +00:00 committed by Git OBS Bridge
parent b482d38219
commit 886036a2d8
4 changed files with 16 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jun 5 00:10:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 4.11.4:
* #379: In ``PathDistribution._name_from_stem``, avoid including
parts of the extension in the result.
* #381: In ``PathDistribution._normalized_name``, ensure names
loaded from the stem of the filename are also normalized, ensuring
duplicate entry points by packages varying only by non-normalized
name are hidden.
-------------------------------------------------------------------
Tue May 10 09:20:19 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -27,17 +27,17 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-importlib-metadata%{psuffix}
Version: 4.11.3
Version: 4.11.4
Release: 0
Summary: Read metadata from Python packages
License: Apache-2.0
URL: http://importlib-metadata.readthedocs.io/
Source: https://files.pythonhosted.org/packages/source/i/importlib_metadata/importlib_metadata-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module tomli}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module zipp >= 0.5}
BuildRequires: fdupes