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

Chih-Hsuan Yen (2):
      Fix test_test_command_install_requirements with pip 20.3+
      Fix tests with pytest 6.2

Henry Schreiner (1):
      docs: recommend pypa build

Jason R. Coombs (35):
      Add Tidelift template
      Rely on alabaster theme to support sidebar rendering.
      Use nicer, simpler phrasing
      Add support for automatic publishing of release notes
      Use technique for environment passing matching that found in jaraco/skeleton
      Move Tidelift token into Travis configuration
      Update badge URL
      Add funding reference to project
      List sidebars to avoid errors looking for template 't'
      Rebrand to 'For Enterprise'
      Add a 'For Enterprise' section to the README
      Include token passthrough for azure pipelines publish stage.
      Move Tidelift release note publishing to Github Actions.
      Collapse skeleton history from archive/2020-12
      Include rst files in docs in sdist. Fixes #2477.
      Update changelog. Ref #2484.
      Move changelog to new issue. Fixes #2485.
      Update changelog.
      Restore fail on warning in docs builds.
      Remove redundant dependencies
      Add PyPy3 to list of Pythons tested
      Ensure windir is passed in environment.
      Bump version: 51.0.0 → 51.1.0
      Disable integration tests on PyPy on Windows. Ref #2496.
      Fix syntax in test_build_meta, version should not have quotes. Bug was masked by LegacyVersion parsing.
      Fix badge for GHA
      Unset tag_build and tag_date prior to cutting a release. Fixes #2500.
      Include tmpl files in manifest template. Workaround for #2498.
      Replace incorrect statement about triggering installation of dependencies to indicate that the handling is mostly implementation specific. Ref pypa/setuptools#1471.
      Update changelog. Ref #1471.
      In test_test_command_install_requirements, uninstall setuptools to avoid getting some other version in the environment.
      Disable index URL in pip-based fetch_build_eggs to avoid hitting PyPI.
      Update changelog.
      Rename changelog
      Bump version: 51.1.0 → 51.1.1

Matt Deitke (1):
      typo
  • Loading branch information
fenrus75 authored and clrpackages committed Jan 5, 2021
1 parent 0737844 commit 352680e
Show file tree
Hide file tree
Showing 6 changed files with 14 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/12/e1/b9a2926a3c5a3fb055b8f85052f5baa890106a0e21b64a977c10affea751/setuptools-51.0.0.zip
URL = https://files.pythonhosted.org/packages/94/23/e9e3d96500c063129a19feb854efbb01e6ffe7d913f1da8176692418ab8e/setuptools-51.1.1.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/12/e1/b9a2926a3c5a3fb055b8f85052f5baa890106a0e21b64a977c10affea751/setuptools-51.0.0.zip
url = https://files.pythonhosted.org/packages/94/23/e9e3d96500c063129a19feb854efbb01e6ffe7d913f1da8176692418ab8e/setuptools-51.1.1.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 @@
192
193
18 changes: 9 additions & 9 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 : 51.0.0
Release : 192
URL : https://files.pythonhosted.org/packages/12/e1/b9a2926a3c5a3fb055b8f85052f5baa890106a0e21b64a977c10affea751/setuptools-51.0.0.zip
Source0 : https://files.pythonhosted.org/packages/12/e1/b9a2926a3c5a3fb055b8f85052f5baa890106a0e21b64a977c10affea751/setuptools-51.0.0.zip
Version : 51.1.1
Release : 193
URL : https://files.pythonhosted.org/packages/94/23/e9e3d96500c063129a19feb854efbb01e6ffe7d913f1da8176692418ab8e/setuptools-51.1.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/94/23/e9e3d96500c063129a19feb854efbb01e6ffe7d913f1da8176692418ab8e/setuptools-51.1.1.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 @@ -62,15 +62,15 @@ python3 components for the setuptools package.


%prep
%setup -q -n setuptools-51.0.0
cd %{_builddir}/setuptools-51.0.0
%setup -q -n setuptools-51.1.1
cd %{_builddir}/setuptools-51.1.1

%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=1607969634
export SOURCE_DATE_EPOCH=1609282455
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -86,7 +86,7 @@ python3 setup.py build
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/setuptools
cp %{_builddir}/setuptools-51.0.0/LICENSE %{buildroot}/usr/share/package-licenses/setuptools/a5234543d56e03c950c0080826b53a0cb97671af
cp %{_builddir}/setuptools-51.1.1/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 All @@ -102,7 +102,7 @@ echo ----[ mark ]----

%files license
%defattr(0644,root,root,0755)
/usr/share/package-licenses/setuptools/a5234543d56e03c950c0080826b53a0cb97671af
/usr/share/package-licenses/setuptools/8e6689d37f82d5617b7f7f7232c94024d41066d1

%files python
%defattr(-,root,root,-)
Expand Down
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c2cca9c60bd609e96918168e8d58b61622a59439/setuptools-51.0.0.zip
77d3f0bd339c3d7778b3b7dacd14f47d09ac56be/setuptools-51.1.1.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
51.0.0
51.1.1

0 comments on commit 352680e

Please sign in to comment.