Skip to content

Commit 2f74617

Browse files
committed
pypi-setuptools: Autospec creation for update from version 65.0.2 to version 65.1.0
Atiab Bin Zakaria (1): [Docs] Typo in Quickstart Ed Morley (1): Correct docs on how to use the `legacy-editable` mode Jason R. Coombs (3): Remove monkeypatching of msvc9compiler. Fixes #3536 Update changelog Bump version: 65.0.2 → 65.1.0
1 parent 482f7f0 commit 2f74617

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
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-setuptools
2-
URL = https://files.pythonhosted.org/packages/96/c2/8c6605094cb9a27b593e14377fb89a934342051bc7316a0ce21d47029481/setuptools-65.0.2.tar.gz
2+
URL = https://files.pythonhosted.org/packages/45/8d/00ecdc169f2ed7d95e1076c63cdf4315d92c875e9cff2e595b6b410fb8d6/setuptools-65.1.0.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-setuptools
3-
url = https://files.pythonhosted.org/packages/96/c2/8c6605094cb9a27b593e14377fb89a934342051bc7316a0ce21d47029481/setuptools-65.0.2.tar.gz
3+
url = https://files.pythonhosted.org/packages/45/8d/00ecdc169f2ed7d95e1076c63cdf4315d92c875e9cff2e595b6b410fb8d6/setuptools-65.1.0.tar.gz
44
archives =
55
giturl = https://github.com/pypa/setuptools.git
66
domain =

pypi-setuptools.spec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : pypi-setuptools
6-
Version : 65.0.2
7-
Release : 270
8-
URL : https://files.pythonhosted.org/packages/96/c2/8c6605094cb9a27b593e14377fb89a934342051bc7316a0ce21d47029481/setuptools-65.0.2.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/96/c2/8c6605094cb9a27b593e14377fb89a934342051bc7316a0ce21d47029481/setuptools-65.0.2.tar.gz
6+
Version : 65.1.0
7+
Release : 271
8+
URL : https://files.pythonhosted.org/packages/45/8d/00ecdc169f2ed7d95e1076c63cdf4315d92c875e9cff2e595b6b410fb8d6/setuptools-65.1.0.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/45/8d/00ecdc169f2ed7d95e1076c63cdf4315d92c875e9cff2e595b6b410fb8d6/setuptools-65.1.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
@@ -57,18 +57,18 @@ python3 components for the pypi-setuptools package.
5757

5858

5959
%prep
60-
%setup -q -n setuptools-65.0.2
61-
cd %{_builddir}/setuptools-65.0.2
60+
%setup -q -n setuptools-65.1.0
61+
cd %{_builddir}/setuptools-65.1.0
6262
pushd ..
63-
cp -a setuptools-65.0.2 buildavx2
63+
cp -a setuptools-65.1.0 buildavx2
6464
popd
6565

6666
%build
6767
export http_proxy=http://127.0.0.1:9/
6868
export https_proxy=http://127.0.0.1:9/
6969
export no_proxy=localhost,127.0.0.1,0.0.0.0
7070
export LANG=C.UTF-8
71-
export SOURCE_DATE_EPOCH=1660748131
71+
export SOURCE_DATE_EPOCH=1660847997
7272
export GCC_IGNORE_WERROR=1
7373
export AR=gcc-ar
7474
export RANLIB=gcc-ranlib

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
270
1+
271

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3152355fa35cec21d04948b316ab45735d17e528/setuptools-65.0.2.tar.gz
1+
137ddf65fa271ddda8efe1662e507eb19eae2be1/setuptools-65.1.0.tar.gz

versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
65.0.2
1+
65.1.0

0 commit comments

Comments
 (0)