From 352680e9582bb4ee929fa8d691b77bcaddc8b06d Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Tue, 29 Dec 2020 22:54:20 +0000 Subject: [PATCH] setuptools: Autospec creation for update from version 51.0.0 to version 51.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- Makefile | 2 +- options.conf | 2 +- release | 2 +- setuptools.spec | 18 +++++++++--------- upstream | 2 +- versions | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index 1186477..16bc28b 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/options.conf b/options.conf index 5a9796b..7f31baf 100644 --- a/options.conf +++ b/options.conf @@ -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 = diff --git a/release b/release index 86a0307..2455a46 100644 --- a/release +++ b/release @@ -1 +1 @@ -192 +193 diff --git a/setuptools.spec b/setuptools.spec index 86dbac5..20b6423 100644 --- a/setuptools.spec +++ b/setuptools.spec @@ -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 @@ -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 @@ -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 || : @@ -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,-) diff --git a/upstream b/upstream index 3ef75da..1ac141b 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -c2cca9c60bd609e96918168e8d58b61622a59439/setuptools-51.0.0.zip +77d3f0bd339c3d7778b3b7dacd14f47d09ac56be/setuptools-51.1.1.tar.gz diff --git a/versions b/versions index 92837e4..e7203a9 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -51.0.0 +51.1.1