Skip to content

Commit c3073fd

Browse files
committed
pypi-setuptools: Autospec creation for update from version 65.1.0 to version 65.2.0
Anderson Bravalheri (6): Capture recursion problem with editable finder Fix recursion problem in finder Limit number of string replacements Add news fragment Improve news fragment Bump version: 65.1.0 → 65.1.1 Helio Machado (1): Fix typo in docs/userguide/extension.rst Jason R. Coombs (15): Suppress warnings in deprecated msvc compilers Update to setup-python v4. Fixes jaraco/skeleton#65. Rename _mangle_base to _make_relative and add documentation about its purpose. Ref pypa/distutils#169. In _make_relative, remove deprecation warning. Ref pypa/distutils#169. Extract method for _make_out_path. In _msvccompiler, only override _make_out_path In _msvccompiler, re-use _make_relative. Extract property for mapping src extensions to out extensions. Extract property for out_extensions in _msvccompiler Deprecate bcppcompiler. Remove _msvccompiler._make_out_path. In cygwincompiler, re-use object_filenames from ccompiler. Add unit tests capturing the expectation Update changelog Bump version: 65.1.1 → 65.2.0 rnhmjoj (1): Fix, again, finding headers during cross compiling
1 parent 2f74617 commit c3073fd

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/45/8d/00ecdc169f2ed7d95e1076c63cdf4315d92c875e9cff2e595b6b410fb8d6/setuptools-65.1.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.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/45/8d/00ecdc169f2ed7d95e1076c63cdf4315d92c875e9cff2e595b6b410fb8d6/setuptools-65.1.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.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.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
6+
Version : 65.2.0
7+
Release : 272
8+
URL : https://files.pythonhosted.org/packages/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.0.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/15/a7/b4cab9eca586ed17c66b3aced23ccf945312c50742614039d0cd71c870bd/setuptools-65.2.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.1.0
61-
cd %{_builddir}/setuptools-65.1.0
60+
%setup -q -n setuptools-65.2.0
61+
cd %{_builddir}/setuptools-65.2.0
6262
pushd ..
63-
cp -a setuptools-65.1.0 buildavx2
63+
cp -a setuptools-65.2.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=1660847997
71+
export SOURCE_DATE_EPOCH=1661193647
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-
271
1+
272

upstream

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

versions

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

0 commit comments

Comments
 (0)