Skip to content

Commit e37e81e

Browse files
committed
pypi-setuptools: Autospec creation for update from version 67.7.1 to version 67.7.2
Anderson Bravalheri (4): Remove redundant URL part Avoid bitly links Add news fragment Bump version: 67.7.1 → 67.7.2
1 parent ccba540 commit e37e81e

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-setuptools
2-
URL = https://files.pythonhosted.org/packages/01/18/73f7ca619f72b22300493451350214d3a035e7fa8f17ce31db2da24fe0c9/setuptools-67.7.1.tar.gz
2+
URL = https://files.pythonhosted.org/packages/fd/53/e5d7ae40d03e4ed20b7cba317cf9c0c97097c8debb39f9d72d182a6578a2/setuptools-67.7.2.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/01/18/73f7ca619f72b22300493451350214d3a035e7fa8f17ce31db2da24fe0c9/setuptools-67.7.1.tar.gz
3+
url = https://files.pythonhosted.org/packages/fd/53/e5d7ae40d03e4ed20b7cba317cf9c0c97097c8debb39f9d72d182a6578a2/setuptools-67.7.2.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
@@ -4,10 +4,10 @@
44
# Using build pattern: distutils3
55
#
66
Name : pypi-setuptools
7-
Version : 67.7.1
8-
Release : 300
9-
URL : https://files.pythonhosted.org/packages/01/18/73f7ca619f72b22300493451350214d3a035e7fa8f17ce31db2da24fe0c9/setuptools-67.7.1.tar.gz
10-
Source0 : https://files.pythonhosted.org/packages/01/18/73f7ca619f72b22300493451350214d3a035e7fa8f17ce31db2da24fe0c9/setuptools-67.7.1.tar.gz
7+
Version : 67.7.2
8+
Release : 301
9+
URL : https://files.pythonhosted.org/packages/fd/53/e5d7ae40d03e4ed20b7cba317cf9c0c97097c8debb39f9d72d182a6578a2/setuptools-67.7.2.tar.gz
10+
Source0 : https://files.pythonhosted.org/packages/fd/53/e5d7ae40d03e4ed20b7cba317cf9c0c97097c8debb39f9d72d182a6578a2/setuptools-67.7.2.tar.gz
1111
Summary : Easily download, build, install, upgrade, and uninstall Python packages
1212
Group : Development/Tools
1313
License : MIT Python-2.0 ZPL-2.0
@@ -61,18 +61,18 @@ python3 components for the pypi-setuptools package.
6161

6262

6363
%prep
64-
%setup -q -n setuptools-67.7.1
65-
cd %{_builddir}/setuptools-67.7.1
64+
%setup -q -n setuptools-67.7.2
65+
cd %{_builddir}/setuptools-67.7.2
6666
pushd ..
67-
cp -a setuptools-67.7.1 buildavx2
67+
cp -a setuptools-67.7.2 buildavx2
6868
popd
6969

7070
%build
7171
export http_proxy=http://127.0.0.1:9/
7272
export https_proxy=http://127.0.0.1:9/
7373
export no_proxy=localhost,127.0.0.1,0.0.0.0
7474
export LANG=C.UTF-8
75-
export SOURCE_DATE_EPOCH=1682090818
75+
export SOURCE_DATE_EPOCH=1682351243
7676
export GCC_IGNORE_WERROR=1
7777
export AR=gcc-ar
7878
export RANLIB=gcc-ranlib

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
300
1+
301

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3a95be811222af7787df7ac2acd26b59ab7313f4/setuptools-67.7.1.tar.gz
1+
caa89a603674611c904288ac13ef7f9592969881/setuptools-67.7.2.tar.gz

0 commit comments

Comments
 (0)