Skip to content

Commit

Permalink
pypi-importlib_metadata: Autospec creation for update from version 8.…
Browse files Browse the repository at this point in the history
…3.0 to version 8.4.0

Daniel Hollas (2):
      Defer import inspect
      Don't use global var

Jason R. Coombs (5):
      Restore single-expression logic.
      Use third-person imperative voice and link to issue in comment.
      Remove workaround for python/typeshed#10328.
      Add news fragment.
      Finalize
  • Loading branch information
fenrus75 committed Aug 21, 2024
1 parent 5f5a642 commit c0a6a36
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := pypi-importlib_metadata
URL = https://files.pythonhosted.org/packages/2d/82/097d6c6917e4198f1456b8a02dd6fd03935b4eaf18dae6c0d4418dccb3bc/importlib_metadata-8.3.0.tar.gz
URL = https://files.pythonhosted.org/packages/c0/bd/fa8ce65b0a7d4b6d143ec23b0f5fd3f7ab80121078c465bc02baeaab22dc/importlib_metadata-8.4.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = pypi-importlib_metadata
url = https://files.pythonhosted.org/packages/2d/82/097d6c6917e4198f1456b8a02dd6fd03935b4eaf18dae6c0d4418dccb3bc/importlib_metadata-8.3.0.tar.gz
url = https://files.pythonhosted.org/packages/c0/bd/fa8ce65b0a7d4b6d143ec23b0f5fd3f7ab80121078c465bc02baeaab22dc/importlib_metadata-8.4.0.tar.gz
archives =
giturl = https://github.com/python/importlib_metadata/
domain =
Expand Down
16 changes: 8 additions & 8 deletions pypi-importlib_metadata.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# autospec commit: f35655a
#
Name : pypi-importlib_metadata
Version : 8.3.0
Release : 120
URL : https://files.pythonhosted.org/packages/2d/82/097d6c6917e4198f1456b8a02dd6fd03935b4eaf18dae6c0d4418dccb3bc/importlib_metadata-8.3.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/2d/82/097d6c6917e4198f1456b8a02dd6fd03935b4eaf18dae6c0d4418dccb3bc/importlib_metadata-8.3.0.tar.gz
Version : 8.4.0
Release : 121
URL : https://files.pythonhosted.org/packages/c0/bd/fa8ce65b0a7d4b6d143ec23b0f5fd3f7ab80121078c465bc02baeaab22dc/importlib_metadata-8.4.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/c0/bd/fa8ce65b0a7d4b6d143ec23b0f5fd3f7ab80121078c465bc02baeaab22dc/importlib_metadata-8.4.0.tar.gz
Summary : Read metadata from Python packages
Group : Development/Tools
License : Apache-2.0
Expand Down Expand Up @@ -62,18 +62,18 @@ python3 components for the pypi-importlib_metadata package.


%prep
%setup -q -n importlib_metadata-8.3.0
cd %{_builddir}/importlib_metadata-8.3.0
%setup -q -n importlib_metadata-8.4.0
cd %{_builddir}/importlib_metadata-8.4.0
pushd ..
cp -a importlib_metadata-8.3.0 buildavx2
cp -a importlib_metadata-8.4.0 buildavx2
popd

%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C.UTF-8
export SOURCE_DATE_EPOCH=1724104331
export SOURCE_DATE_EPOCH=1724201285
export GCC_IGNORE_WERROR=1
CLEAR_INTERMEDIATE_CFLAGS="$CLEAR_INTERMEDIATE_CFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz=zstd "
CLEAR_INTERMEDIATE_FCFLAGS="$CLEAR_INTERMEDIATE_FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz=zstd "
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
120
121
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c6f5620749cf75492974d5c01af00f6e616d89b0/importlib_metadata-8.3.0.tar.gz
ea159a3096e404449886168c8358afba9404ca6a/importlib_metadata-8.4.0.tar.gz

0 comments on commit c0a6a36

Please sign in to comment.