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.4 to versi…
Browse files Browse the repository at this point in the history
…on 60.0.5

Anthony Sottile (1):
      Fix AttributeError when sysconfig does not supply platsubdir

Jason R. Coombs (4):
      When headers are missing in a preferred scheme, use the default scheme as a fallback to resolve headers. Workaround for and fixes #88.
      Cast value to str and provide a comment explaining why. Ref pypa/distutils#87.
      Update changelog
      Bump version: 60.0.4 → 60.0.5
  • Loading branch information
fenrus75 authored and clrpackages committed Jan 2, 2022
1 parent b3821e4 commit 03a1328
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 14 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/3d/52/abcfab4e0f6dcf6b92df7559dce488eac4e3c82f01b82dfb3ac65c18379b/setuptools-60.0.4.tar.gz
URL = https://files.pythonhosted.org/packages/05/ab/69076a67f4f0588838e3afa2adeea837ca58ffc39977a77038ff373d2b3d/setuptools-60.0.5.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/3d/52/abcfab4e0f6dcf6b92df7559dce488eac4e3c82f01b82dfb3ac65c18379b/setuptools-60.0.4.tar.gz
url = https://files.pythonhosted.org/packages/05/ab/69076a67f4f0588838e3afa2adeea837ca58ffc39977a77038ff373d2b3d/setuptools-60.0.5.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 @@
237
238
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.4
Release : 237
URL : https://files.pythonhosted.org/packages/3d/52/abcfab4e0f6dcf6b92df7559dce488eac4e3c82f01b82dfb3ac65c18379b/setuptools-60.0.4.tar.gz
Source0 : https://files.pythonhosted.org/packages/3d/52/abcfab4e0f6dcf6b92df7559dce488eac4e3c82f01b82dfb3ac65c18379b/setuptools-60.0.4.tar.gz
Version : 60.0.5
Release : 238
URL : https://files.pythonhosted.org/packages/05/ab/69076a67f4f0588838e3afa2adeea837ca58ffc39977a77038ff373d2b3d/setuptools-60.0.5.tar.gz
Source0 : https://files.pythonhosted.org/packages/05/ab/69076a67f4f0588838e3afa2adeea837ca58ffc39977a77038ff373d2b3d/setuptools-60.0.5.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.4
cd %{_builddir}/setuptools-60.0.4
%setup -q -n setuptools-60.0.5
cd %{_builddir}/setuptools-60.0.5

%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=1640191322
export SOURCE_DATE_EPOCH=1640282125
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.4/LICENSE %{buildroot}/usr/share/package-licenses/setuptools/8e6689d37f82d5617b7f7f7232c94024d41066d1
cp %{_builddir}/setuptools-60.0.5/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 @@
7afe2a16a645f2df1639b4712ad04332ca4ebefe/setuptools-60.0.4.tar.gz
d7e4342da5e56ca2a01e24ef22a0dc02f560d42f/setuptools-60.0.5.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
60.0.4
60.0.5
1 change: 0 additions & 1 deletion whatrequires
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ setuptools_scm
soupsieve
tblib
urllib3
wheel
xmldiff
zc.lockfile
zipp
Expand Down

0 comments on commit 03a1328

Please sign in to comment.