Skip to content

Commit 131c6b2

Browse files
committed
pypi-setuptools: Autospec creation for update from version 67.3.3 to version 67.4.0
Anderson Bravalheri (3): Update vendored importlib_* Add news fragment Bump version: 67.3.3 → 67.4.0
1 parent 49441da commit 131c6b2

File tree

6 files changed

+13
-13
lines changed

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 := pypi-setuptools
2-
URL = https://files.pythonhosted.org/packages/d6/6f/9d257b50d60f67d0b54b88fb39d4a9bade8406d4a926da3e4f05bf04f38b/setuptools-67.3.3.tar.gz
2+
URL = https://files.pythonhosted.org/packages/fe/31/2c88d37d4f8036c6648745e74ec51f73a6ba945a06e069601900f81fe00a/setuptools-67.4.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-setuptools
3-
url = https://files.pythonhosted.org/packages/d6/6f/9d257b50d60f67d0b54b88fb39d4a9bade8406d4a926da3e4f05bf04f38b/setuptools-67.3.3.tar.gz
3+
url = https://files.pythonhosted.org/packages/fe/31/2c88d37d4f8036c6648745e74ec51f73a6ba945a06e069601900f81fe00a/setuptools-67.4.0.tar.gz
44
archives =
55
giturl = https://github.com/pypa/setuptools.git
66
domain =

pypi-setuptools.spec

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : pypi-setuptools
6-
Version : 67.3.3
7-
Release : 294
8-
URL : https://files.pythonhosted.org/packages/d6/6f/9d257b50d60f67d0b54b88fb39d4a9bade8406d4a926da3e4f05bf04f38b/setuptools-67.3.3.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/d6/6f/9d257b50d60f67d0b54b88fb39d4a9bade8406d4a926da3e4f05bf04f38b/setuptools-67.3.3.tar.gz
6+
Version : 67.4.0
7+
Release : 295
8+
URL : https://files.pythonhosted.org/packages/fe/31/2c88d37d4f8036c6648745e74ec51f73a6ba945a06e069601900f81fe00a/setuptools-67.4.0.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/fe/31/2c88d37d4f8036c6648745e74ec51f73a6ba945a06e069601900f81fe00a/setuptools-67.4.0.tar.gz
1010
Summary : Easily download, build, install, upgrade, and uninstall Python packages
1111
Group : Development/Tools
1212
License : MIT Python-2.0 ZPL-2.0
@@ -60,18 +60,18 @@ python3 components for the pypi-setuptools package.
6060

6161

6262
%prep
63-
%setup -q -n setuptools-67.3.3
64-
cd %{_builddir}/setuptools-67.3.3
63+
%setup -q -n setuptools-67.4.0
64+
cd %{_builddir}/setuptools-67.4.0
6565
pushd ..
66-
cp -a setuptools-67.3.3 buildavx2
66+
cp -a setuptools-67.4.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=1676997628
74+
export SOURCE_DATE_EPOCH=1677017059
7575
export GCC_IGNORE_WERROR=1
7676
export AR=gcc-ar
7777
export RANLIB=gcc-ranlib

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
294
1+
295

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1599046e06d96c7341e4cac9787cb55e8589df0f/setuptools-67.3.3.tar.gz
1+
ad5a261016276e6cd9f3065fbabdceff39e26446/setuptools-67.4.0.tar.gz

versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
67.3.3
1+
67.4.0

0 commit comments

Comments
 (0)