Skip to content

Commit 10ae339

Browse files
committed
pypi-importlib_metadata: Autospec creation for update from version 6.3.0 to version 6.4.1
Jason R. Coombs (5): Re-use _path.build for building files. Re-use FilesSpec from _path. Add type hint to read_text result. Update changelog Update changelog Paul Watson (1): gh-102354: change python3 to python in docs examples (python/cpython#102696) Stanley (1): docs: Change links to label refs (python/cpython#98454)
1 parent e0b0254 commit 10ae339

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-importlib_metadata
2-
URL = https://files.pythonhosted.org/packages/c2/84/ab374b7e05fbdeecf867294660ac0fdb23aa286aca68a31d587f67d181ad/importlib_metadata-6.3.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/20/fc/a0e728307f38609ef849d813c95dc974d344a3d395f62013ddcd8fbe0bfe/importlib_metadata-6.4.1.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = pypi-importlib_metadata
3-
url = https://files.pythonhosted.org/packages/c2/84/ab374b7e05fbdeecf867294660ac0fdb23aa286aca68a31d587f67d181ad/importlib_metadata-6.3.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/20/fc/a0e728307f38609ef849d813c95dc974d344a3d395f62013ddcd8fbe0bfe/importlib_metadata-6.4.1.tar.gz
44
archives =
55
giturl = https://github.com/python/importlib_metadata/
66
domain =

pypi-importlib_metadata.spec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# Using build pattern: pyproject
55
#
66
Name : pypi-importlib_metadata
7-
Version : 6.3.0
8-
Release : 104
9-
URL : https://files.pythonhosted.org/packages/c2/84/ab374b7e05fbdeecf867294660ac0fdb23aa286aca68a31d587f67d181ad/importlib_metadata-6.3.0.tar.gz
10-
Source0 : https://files.pythonhosted.org/packages/c2/84/ab374b7e05fbdeecf867294660ac0fdb23aa286aca68a31d587f67d181ad/importlib_metadata-6.3.0.tar.gz
7+
Version : 6.4.1
8+
Release : 105
9+
URL : https://files.pythonhosted.org/packages/20/fc/a0e728307f38609ef849d813c95dc974d344a3d395f62013ddcd8fbe0bfe/importlib_metadata-6.4.1.tar.gz
10+
Source0 : https://files.pythonhosted.org/packages/20/fc/a0e728307f38609ef849d813c95dc974d344a3d395f62013ddcd8fbe0bfe/importlib_metadata-6.4.1.tar.gz
1111
Summary : Read metadata from Python packages
1212
Group : Development/Tools
1313
License : Apache-2.0
@@ -59,19 +59,19 @@ python3 components for the pypi-importlib_metadata package.
5959

6060

6161
%prep
62-
%setup -q -n importlib_metadata-6.3.0
63-
cd %{_builddir}/importlib_metadata-6.3.0
62+
%setup -q -n importlib_metadata-6.4.1
63+
cd %{_builddir}/importlib_metadata-6.4.1
6464
%patch1 -p1
6565
pushd ..
66-
cp -a importlib_metadata-6.3.0 buildavx2
66+
cp -a importlib_metadata-6.4.1 buildavx2
6767
popd
6868

6969
%build
7070
export http_proxy=http://127.0.0.1:9/
7171
export https_proxy=http://127.0.0.1:9/
7272
export no_proxy=localhost,127.0.0.1,0.0.0.0
7373
export LANG=C.UTF-8
74-
export SOURCE_DATE_EPOCH=1681144204
74+
export SOURCE_DATE_EPOCH=1681747796
7575
export GCC_IGNORE_WERROR=1
7676
export CFLAGS="$CFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "
7777
export FCFLAGS="$FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
104
1+
105

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
568d0aed6c084ce7e0aa213ba2b03a038e8d788b/importlib_metadata-6.3.0.tar.gz
1+
948d341c7261cde4b999e60f4483216c772d3853/importlib_metadata-6.4.1.tar.gz

0 commit comments

Comments
 (0)