Accepting request 981371 from devel:languages:python
- 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/request/show/981371 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-importlib-metadata?expand=0&rev=11
This commit is contained in:
commit
3162cb20d2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea4c597ebf37142f827b8f39299579e31685c31d3a438b59f469406afd0f2539
|
||||
size 43607
|
3
importlib_metadata-4.11.4.tar.gz
Normal file
3
importlib_metadata-4.11.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d26852efe48c0a32b0509ffbc583fda1a2266545a78d104a6f4aff3db17d700
|
||||
size 44160
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user