Skip to content

Commit e3e1bee

Browse files
committed
pypi-importlib_metadata: Autospec creation for update from version 6.5.0 to version 6.6.0
David Hotham (2): type annotations code review Jason R. Coombs (9): Update compatibility for Python 3.12 (python/cpython#103584). Resolve the located directory and remove suppression of Exceptions. Ref python/cpython#103661. Wrap 'subdir/line' in PosixPath to ensure the output uses posix path separators. Ref python/cpython#103661. Update changelog Rename 'line' to 'name' for better context. Reword to prefer imperative voice and more a more concise description. Use generator expression for paths. Remove nitpick_ignore no longer needed. Update changelog
1 parent 43dfc96 commit e3e1bee

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Makefile

+1-1
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/9d/ce/dc7221b3044c7382d5abad27d2599e63b0e0ccabc49491244203ee1ded96/importlib_metadata-6.5.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/0b/1f/9de392c2b939384e08812ef93adf37684ec170b5b6e7ea302d9f163c2ea0/importlib_metadata-6.6.0.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

+1-1
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/9d/ce/dc7221b3044c7382d5abad27d2599e63b0e0ccabc49491244203ee1ded96/importlib_metadata-6.5.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/0b/1f/9de392c2b939384e08812ef93adf37684ec170b5b6e7ea302d9f163c2ea0/importlib_metadata-6.6.0.tar.gz
44
archives =
55
giturl = https://github.com/python/importlib_metadata/
66
domain =

pypi-importlib_metadata.spec

+8-8
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.5.0
8-
Release : 106
9-
URL : https://files.pythonhosted.org/packages/9d/ce/dc7221b3044c7382d5abad27d2599e63b0e0ccabc49491244203ee1ded96/importlib_metadata-6.5.0.tar.gz
10-
Source0 : https://files.pythonhosted.org/packages/9d/ce/dc7221b3044c7382d5abad27d2599e63b0e0ccabc49491244203ee1ded96/importlib_metadata-6.5.0.tar.gz
7+
Version : 6.6.0
8+
Release : 107
9+
URL : https://files.pythonhosted.org/packages/0b/1f/9de392c2b939384e08812ef93adf37684ec170b5b6e7ea302d9f163c2ea0/importlib_metadata-6.6.0.tar.gz
10+
Source0 : https://files.pythonhosted.org/packages/0b/1f/9de392c2b939384e08812ef93adf37684ec170b5b6e7ea302d9f163c2ea0/importlib_metadata-6.6.0.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.5.0
63-
cd %{_builddir}/importlib_metadata-6.5.0
62+
%setup -q -n importlib_metadata-6.6.0
63+
cd %{_builddir}/importlib_metadata-6.6.0
6464
%patch1 -p1
6565
pushd ..
66-
cp -a importlib_metadata-6.5.0 buildavx2
66+
cp -a importlib_metadata-6.6.0 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=1681832469
74+
export SOURCE_DATE_EPOCH=1682271543
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
106
1+
107

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
72f55ae158c18f167fcc69439fb5044f228fabf3/importlib_metadata-6.5.0.tar.gz
1+
a0eda555d58df5e990a552100879399df8b5e9b7/importlib_metadata-6.6.0.tar.gz

0 commit comments

Comments
 (0)