Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit 006fed5

Browse files
committed
importlib_metadata: Autospec creation for update from version 4.8.1 to version 4.8.2
Alan Fregtman (1): .editorconfig: Set max_line_length to 88 for Python files. Jason R. Coombs (16): Pin against broken typing-extensions as reported in python/typing#865. Fixes python/importlib_metadata#350. Extract list method passthrough into a factory function. Refactor Distribution.files to use pass_none to handle a None value from _read_files*. Revert "Pin against broken typing-extensions as reported in python/typing#865. Fixes python/importlib_metadata#350." Add intersphinx mappings for Python to prevent spurious nitpicky failures. Fixes jaraco/skeleton#51. Remove docstring as comment. It's over-specific (pytest-mypy) but also any user of mypy is probably familiar that mypy doesn't handle conditional imports elegantly. Test on Python 3.10 (final). Rely on pytest 6 and drop workaround for pytest-dev/pytest#6178. Remove references to specific Python versions, as this project and CPython are evolving over time. Remove more references to specific Python versions. Remove wheel from build requirements. It's implied for wheel builds. Ref pypa/setuptools#1498. Fall back to legacy resolver in pip. Workaround for pypa/pip#9143. Restore new resolver for pip. Proper fix for pypa/pip#9143. Add test for FastPath on empty path. Ref #353. Restore fallback when FastPath.root is empty. Fixes #353. Update changelog. Ref #353.
1 parent afd3155 commit 006fed5

6 files changed

+13
-13
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := importlib_metadata
2-
URL = https://files.pythonhosted.org/packages/f0/70/ca3dd67cdd368b957e73a8156f7e1a10339f9813e314cb8b4549526070da/importlib_metadata-4.8.1.tar.gz
2+
URL = https://files.pythonhosted.org/packages/2e/6d/4508b1922b1610f6646fd95681fa1b0c092df35ec14018218f4638b7342a/importlib_metadata-4.8.2.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

importlib_metadata.spec

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : importlib_metadata
6-
Version : 4.8.1
7-
Release : 73
8-
URL : https://files.pythonhosted.org/packages/f0/70/ca3dd67cdd368b957e73a8156f7e1a10339f9813e314cb8b4549526070da/importlib_metadata-4.8.1.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/f0/70/ca3dd67cdd368b957e73a8156f7e1a10339f9813e314cb8b4549526070da/importlib_metadata-4.8.1.tar.gz
6+
Version : 4.8.2
7+
Release : 74
8+
URL : https://files.pythonhosted.org/packages/2e/6d/4508b1922b1610f6646fd95681fa1b0c092df35ec14018218f4638b7342a/importlib_metadata-4.8.2.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/2e/6d/4508b1922b1610f6646fd95681fa1b0c092df35ec14018218f4638b7342a/importlib_metadata-4.8.2.tar.gz
1010
Summary : Read metadata from Python packages
1111
Group : Development/Tools
1212
License : Apache-2.0
@@ -57,16 +57,16 @@ python3 components for the importlib_metadata package.
5757

5858

5959
%prep
60-
%setup -q -n importlib_metadata-4.8.1
61-
cd %{_builddir}/importlib_metadata-4.8.1
60+
%setup -q -n importlib_metadata-4.8.2
61+
cd %{_builddir}/importlib_metadata-4.8.2
6262
%patch1 -p1
6363

6464
%build
6565
export http_proxy=http://127.0.0.1:9/
6666
export https_proxy=http://127.0.0.1:9/
6767
export no_proxy=localhost,127.0.0.1,0.0.0.0
6868
export LANG=C.UTF-8
69-
export SOURCE_DATE_EPOCH=1635741477
69+
export SOURCE_DATE_EPOCH=1636473073
7070
export GCC_IGNORE_WERROR=1
7171
export CFLAGS="$CFLAGS -fno-lto "
7272
export FCFLAGS="$FFLAGS -fno-lto "
@@ -79,7 +79,7 @@ python3 setup.py build
7979
export MAKEFLAGS=%{?_smp_mflags}
8080
rm -rf %{buildroot}
8181
mkdir -p %{buildroot}/usr/share/package-licenses/importlib_metadata
82-
cp %{_builddir}/importlib_metadata-4.8.1/LICENSE %{buildroot}/usr/share/package-licenses/importlib_metadata/da4dc954bbc3ab0893517cb1d7af5598f7a3daf4
82+
cp %{_builddir}/importlib_metadata-4.8.2/LICENSE %{buildroot}/usr/share/package-licenses/importlib_metadata/da4dc954bbc3ab0893517cb1d7af5598f7a3daf4
8383
python3 -tt setup.py build install --root=%{buildroot}
8484
echo ----[ mark ]----
8585
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :

options.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = importlib_metadata
3-
url = https://files.pythonhosted.org/packages/f0/70/ca3dd67cdd368b957e73a8156f7e1a10339f9813e314cb8b4549526070da/importlib_metadata-4.8.1.tar.gz
3+
url = https://files.pythonhosted.org/packages/2e/6d/4508b1922b1610f6646fd95681fa1b0c092df35ec14018218f4638b7342a/importlib_metadata-4.8.2.tar.gz
44
archives =
55
giturl = https://github.com/python/importlib_metadata
66
domain =

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
73
1+
74

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1572500dd099439cbd86bb70bfe1d206fbc844f6/importlib_metadata-4.8.1.tar.gz
1+
7d15d8e06299a8f24e076600899aceee75ce8b0b/importlib_metadata-4.8.2.tar.gz

versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.8.1
1+
4.8.2

0 commit comments

Comments
 (0)