Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
setuptools: Autospec creation for update from version 60.0.2 to versi…
Browse files Browse the repository at this point in the history
…on 60.0.3

Jason R. Coombs (3):
      Extract frame_file_is_setup.
      Avoid KeyError in distutils hack when pip is imported during ensurepip. Fixes #2940.
      Bump version: 60.0.2 → 60.0.3
  • Loading branch information
djklimes authored and clrpackages committed Dec 21, 2021
1 parent 26a9bb2 commit 2e86832
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := setuptools
URL = https://files.pythonhosted.org/packages/52/a6/f3ba38bb9994ab8bdbe9164b94ddb4d751ef3ca648ddbcccbff205cc6914/setuptools-60.0.2.tar.gz
URL = https://files.pythonhosted.org/packages/7f/0c/df74ee211715db60b333eaa7bf1793b1b21c777ce53295a45a98b9b1a0fe/setuptools-60.0.3.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 = setuptools
url = https://files.pythonhosted.org/packages/52/a6/f3ba38bb9994ab8bdbe9164b94ddb4d751ef3ca648ddbcccbff205cc6914/setuptools-60.0.2.tar.gz
url = https://files.pythonhosted.org/packages/7f/0c/df74ee211715db60b333eaa7bf1793b1b21c777ce53295a45a98b9b1a0fe/setuptools-60.0.3.tar.gz
archives =
giturl = https://github.com/pypa/setuptools.git
domain =
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
235
236
16 changes: 8 additions & 8 deletions setuptools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : setuptools
Version : 60.0.2
Release : 235
URL : https://files.pythonhosted.org/packages/52/a6/f3ba38bb9994ab8bdbe9164b94ddb4d751ef3ca648ddbcccbff205cc6914/setuptools-60.0.2.tar.gz
Source0 : https://files.pythonhosted.org/packages/52/a6/f3ba38bb9994ab8bdbe9164b94ddb4d751ef3ca648ddbcccbff205cc6914/setuptools-60.0.2.tar.gz
Version : 60.0.3
Release : 236
URL : https://files.pythonhosted.org/packages/7f/0c/df74ee211715db60b333eaa7bf1793b1b21c777ce53295a45a98b9b1a0fe/setuptools-60.0.3.tar.gz
Source0 : https://files.pythonhosted.org/packages/7f/0c/df74ee211715db60b333eaa7bf1793b1b21c777ce53295a45a98b9b1a0fe/setuptools-60.0.3.tar.gz
Summary : Easily download, build, install, upgrade, and uninstall Python packages
Group : Development/Tools
License : MIT Python-2.0 ZPL-2.0
Expand Down Expand Up @@ -58,15 +58,15 @@ python3 components for the setuptools package.


%prep
%setup -q -n setuptools-60.0.2
cd %{_builddir}/setuptools-60.0.2
%setup -q -n setuptools-60.0.3
cd %{_builddir}/setuptools-60.0.3

%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=1640046191
export SOURCE_DATE_EPOCH=1640102493
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -82,7 +82,7 @@ python3 setup.py build
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/setuptools
cp %{_builddir}/setuptools-60.0.2/LICENSE %{buildroot}/usr/share/package-licenses/setuptools/8e6689d37f82d5617b7f7f7232c94024d41066d1
cp %{_builddir}/setuptools-60.0.3/LICENSE %{buildroot}/usr/share/package-licenses/setuptools/8e6689d37f82d5617b7f7f7232c94024d41066d1
python3 -tt setup.py build install --root=%{buildroot}
echo ----[ mark ]----
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
Expand Down
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
89ec1d667815e2a3b46c99841db0bfaeab1d652c/setuptools-60.0.2.tar.gz
c6717d64ecd114c7367cb09f2385f8a7e7f3efd6/setuptools-60.0.3.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
60.0.2
60.0.3

0 comments on commit 2e86832

Please sign in to comment.