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

Commit

Permalink
openstack-setuptools: Autospec creation for update from version 49.2.…
Browse files Browse the repository at this point in the history
…0 to version 49.2.1

Hugo van Kemenade (1):
      The PyPA has adopted the PSF code of conduct

Jason R. Coombs (12):
      Add docs on porting from distutils.
      Revert "Render logo in the readme."
      Revert "Rename logo assets to remove project name and 'logo', which are implied by the context."
      Revert "Merge pull request #2229 from cajhne/logo001"
      Revert "Add banner to main docs page"
      Suppress ImportError for winreg as the module is only available on some platforms. Allows unit testing of module on non-Windows platforms.
      Add a unit test for testing spawn. Ref pypa/distutils#5.
      In TestSpawn.test_concurrent_safe, use CheckThread to ensure that the spawn call does not simply fail to execute. Ref pypa/setuptools#2257.
      In CCompiler, allow keyword arguments to be passed to spawn calls. Ref pypa/setuptools#2257 and pypa/distutils#5.
      In _msvccompiler.MSVCCompiler.spawn, use correct capitalization for PATH environment variable. Fixes failing test and fixes pypa/setuptools#2257.
      Add changelog. Ref #2257.
      Bump version: 49.2.0 → 49.2.1

Paul Ganssle (1):
      Remove issue templates
  • Loading branch information
fenrus75 committed Aug 3, 2020
1 parent 65f8913 commit b65895f
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := openstack-setuptools
URL = https://files.pythonhosted.org/packages/2f/8e/38259f4a44944a92068d5ff77230511a4c685604b47a81318f9e5cf2cc24/setuptools-49.2.0.zip
URL = https://files.pythonhosted.org/packages/4f/20/b97449e107801263cf6df2eceaeed290ee63262ac2c6f736df6964a90879/setuptools-49.2.1.zip
ARCHIVES =

include ../common/Makefile.common
23 changes: 13 additions & 10 deletions openstack-setuptools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : openstack-setuptools
Version : 49.2.0
Release : 166
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
Version : 49.2.1
Release : 167
URL : https://files.pythonhosted.org/packages/4f/20/b97449e107801263cf6df2eceaeed290ee63262ac2c6f736df6964a90879/setuptools-49.2.1.zip
Source0 : https://files.pythonhosted.org/packages/4f/20/b97449e107801263cf6df2eceaeed290ee63262ac2c6f736df6964a90879/setuptools-49.2.1.zip
Summary : Easily download, build, install, upgrade, and uninstall Python packages
Group : Development/Tools
License : MIT
Expand All @@ -21,7 +21,10 @@ 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.
Expand Down Expand Up @@ -59,15 +62,15 @@ python3 components for the openstack-setuptools package.


%prep
%setup -q -n setuptools-49.2.0
cd %{_builddir}/setuptools-49.2.0
%setup -q -n setuptools-49.2.1
cd %{_builddir}/setuptools-49.2.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=1594611943
export SOURCE_DATE_EPOCH=1596469692
export GCC_IGNORE_WERROR=1
export CFLAGS="$CFLAGS -fno-lto "
export FCFLAGS="$FFLAGS -fno-lto "
Expand All @@ -76,10 +79,10 @@ export CXXFLAGS="$CXXFLAGS -fno-lto "
python3.6 setup.py build -b py3

%install
export SOURCE_DATE_EPOCH=1594611943
export SOURCE_DATE_EPOCH=1596469692
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/openstack-setuptools
cp %{_builddir}/setuptools-49.2.0/LICENSE %{buildroot}/usr/share/package-licenses/openstack-setuptools/a5234543d56e03c950c0080826b53a0cb97671af
cp %{_builddir}/setuptools-49.2.1/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 || :
Expand Down
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = openstack-setuptools
url = https://files.pythonhosted.org/packages/2f/8e/38259f4a44944a92068d5ff77230511a4c685604b47a81318f9e5cf2cc24/setuptools-49.2.0.zip
url = https://files.pythonhosted.org/packages/4f/20/b97449e107801263cf6df2eceaeed290ee63262ac2c6f736df6964a90879/setuptools-49.2.1.zip
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 @@
166
167
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
81685202366620edf568e33ed6a54a3b97b21fa4/setuptools-49.2.0.zip
76398bca74f9fb7f632fd3824762b2a1f8222fba/setuptools-49.2.1.zip
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
49.2.0
49.2.1

0 comments on commit b65895f

Please sign in to comment.