From e4ea7f8b0492ec4d31eb3309b7715287a2659560 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 13 Jul 2020 03:45:48 +0000 Subject: [PATCH] openstack-setuptools: Autospec creation for update from version 49.1.0 to version 49.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Alex Henrie (1): Change exec_module to load_module Hai Shi (2): bpo-40275: Use new test.support helper submodules in tests (GH-21151) bpo-40275: Use new test.support helper submodules in tests (GH-21317) Hugo (1): Test Python 3.9-dev Hugo van Kemenade (1): Test Python 3.9-dev Jason R. Coombs (26): Amend changelog for 48.0 to include more detail about usage expectations. Ref #2230. Use lowercase 't' for consistency in branding. Rename logo assets to remove project name and 'logo', which are implied by the context. Render logo in the readme. Add banner to main docs page Remove stale description of packaging. Add test for spawn when exe is missing. Ref pypa/distutils#3. Replace OSError with DistutilsExecError. Fixes pypa/distutils#3 and pypa/setuptools#2228 and bpo-41207. Update changelog. Ref #2228. Bump version: 49.0.0 → 49.0.1 Move assert outside the context so it actually has its effect. Remove py2_warn, no longer needed as a SyntaxError is encountered before the warning can be issueed. bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359) Update changelog. Bump version: 49.1.0 → 49.1.1 Provide escape hatch for distutils adoption. Allow opt-in and opt-out of distutils adoption at run time with SETUPTOOLS_USE_DISTUTILS environment variable. Bump version: 49.1.1 → 49.1.2 Add a simple blank issue so it gets a green button. Update changelog. Allow spawn to accept environment. Avoid monkey-patching global state. Closes pypa/setuptools#2212 and closes pypa/distutils#5. Update changelog. Bump version: 49.1.2 → 49.1.3 Warn the user when distutils is present to discourage this usage and direct users to the recommended usage. Closes #2230. Programmatically disable coverage when running on PyPy. Bump version: 49.1.3 → 49.2.0 Serhiy Storchaka (1): bpo-41043: Escape literal part of the path for glob(). (GH-20994) Victor Stinner (1): bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) cajhne (1): Add logo resources --- Makefile | 2 +- openstack-setuptools.spec | 23 ++++++++++------------- options.conf | 2 +- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 15 insertions(+), 18 deletions(-) diff --git a/Makefile b/Makefile index 3821c0a..8e86e2a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := openstack-setuptools -URL = https://files.pythonhosted.org/packages/8b/0f/5f135746c4d0c95fcc3c9a30ac942330bbdf092879ccaae7e3dcba6ea214/setuptools-49.1.0.zip +URL = https://files.pythonhosted.org/packages/2f/8e/38259f4a44944a92068d5ff77230511a4c685604b47a81318f9e5cf2cc24/setuptools-49.2.0.zip ARCHIVES = include ../common/Makefile.common diff --git a/openstack-setuptools.spec b/openstack-setuptools.spec index 2825c26..1336b7f 100644 --- a/openstack-setuptools.spec +++ b/openstack-setuptools.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : openstack-setuptools -Version : 49.1.0 -Release : 164 -URL : https://files.pythonhosted.org/packages/8b/0f/5f135746c4d0c95fcc3c9a30ac942330bbdf092879ccaae7e3dcba6ea214/setuptools-49.1.0.zip -Source0 : https://files.pythonhosted.org/packages/8b/0f/5f135746c4d0c95fcc3c9a30ac942330bbdf092879ccaae7e3dcba6ea214/setuptools-49.1.0.zip +Version : 49.2.0 +Release : 165 +URL : https://files.pythonhosted.org/packages/2f/8e/38259f4a44944a92068d5ff77230511a4c685604b47a81318f9e5cf2cc24/setuptools-49.2.0.zip +Source0 : https://files.pythonhosted.org/packages/2f/8e/38259f4a44944a92068d5ff77230511a4c685604b47a81318f9e5cf2cc24/setuptools-49.2.0.zip Summary : Easily download, build, install, upgrade, and uninstall Python packages Group : Development/Tools License : MIT @@ -21,10 +21,7 @@ BuildRequires : certifi BuildRequires : setuptools %description -.. image:: https://img.shields.io/pypi/v/setuptools.svg -:target: `PyPI link`_ -.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg -:target: `PyPI link`_ + %package bin Summary: bin components for the openstack-setuptools package. @@ -62,15 +59,15 @@ python3 components for the openstack-setuptools package. %prep -%setup -q -n setuptools-49.1.0 -cd %{_builddir}/setuptools-49.1.0 +%setup -q -n setuptools-49.2.0 +cd %{_builddir}/setuptools-49.2.0 %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=1594049424 +export SOURCE_DATE_EPOCH=1594611943 export GCC_IGNORE_WERROR=1 export CFLAGS="$CFLAGS -fno-lto " export FCFLAGS="$FFLAGS -fno-lto " @@ -79,10 +76,10 @@ export CXXFLAGS="$CXXFLAGS -fno-lto " python3.6 setup.py build -b py3 %install -export SOURCE_DATE_EPOCH=1594049424 +export SOURCE_DATE_EPOCH=1594611943 rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/openstack-setuptools -cp %{_builddir}/setuptools-49.1.0/LICENSE %{buildroot}/usr/share/package-licenses/openstack-setuptools/a5234543d56e03c950c0080826b53a0cb97671af +cp %{_builddir}/setuptools-49.2.0/LICENSE %{buildroot}/usr/share/package-licenses/openstack-setuptools/a5234543d56e03c950c0080826b53a0cb97671af python3.6 -tt setup.py build -b py3 install --root=%{buildroot} --force echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : diff --git a/options.conf b/options.conf index 49647c1..3f140af 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = openstack-setuptools -url = https://files.pythonhosted.org/packages/8b/0f/5f135746c4d0c95fcc3c9a30ac942330bbdf092879ccaae7e3dcba6ea214/setuptools-49.1.0.zip +url = https://files.pythonhosted.org/packages/2f/8e/38259f4a44944a92068d5ff77230511a4c685604b47a81318f9e5cf2cc24/setuptools-49.2.0.zip archives = giturl = https://github.com/pypa/setuptools.git domain = diff --git a/release b/release index 4e9bdff..9e42f3e 100644 --- a/release +++ b/release @@ -1 +1 @@ -164 +165 diff --git a/upstream b/upstream index b7ca178..b3bae23 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -83bd58e73c61112d3db1d6b6f4f29daf0bb32597/setuptools-49.1.0.zip +81685202366620edf568e33ed6a54a3b97b21fa4/setuptools-49.2.0.zip diff --git a/versions b/versions index a7bb54f..d751f0b 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -49.1.0 +49.2.0