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

Commit

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

Jason R. Coombs (10):
      Create Github releases when releasing. Fixes #2328.
      Supply ModuleNotFoundError for Python 3.5.
      Restore compatibility with aix_support on Python 3.8 and earlier. Fixes pypa/setuptools#2358.
      Supply a copy of _optim_args_from_interpreter_flags for Python 3.5 compatibility. Ref pypa/setuptools#2357.
      Doctest modules for valid syntax, capturing TabError.
      Fix TabError
      Update changelog. Ref #2358.
      Bugfix is 'misc'. Ref #2361.
      Update changelog. Closes #2357.
      Bump version: 50.0.0 → 50.0.1

Victor Stinner (1):
      Add Python 3.10 support to _distutils_hack
  • Loading branch information
fenrus75 committed Sep 1, 2020
1 parent 79f83eb commit 7e32889
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 := openstack-setuptools
URL = https://files.pythonhosted.org/packages/b6/af/40f3587d4ebd54cdeb8f87ad7d189618e166e8057ebefd2acd4443aa94f4/setuptools-50.0.0.zip
URL = https://files.pythonhosted.org/packages/3d/92/d5c1de1a3e9fdbe96fc92691baa20af301bc5ba4565d8057efb27bac565b/setuptools-50.0.1.zip
ARCHIVES =

include ../common/Makefile.common
18 changes: 9 additions & 9 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 : 50.0.0
Release : 172
URL : https://files.pythonhosted.org/packages/b6/af/40f3587d4ebd54cdeb8f87ad7d189618e166e8057ebefd2acd4443aa94f4/setuptools-50.0.0.zip
Source0 : https://files.pythonhosted.org/packages/b6/af/40f3587d4ebd54cdeb8f87ad7d189618e166e8057ebefd2acd4443aa94f4/setuptools-50.0.0.zip
Version : 50.0.1
Release : 173
URL : https://files.pythonhosted.org/packages/3d/92/d5c1de1a3e9fdbe96fc92691baa20af301bc5ba4565d8057efb27bac565b/setuptools-50.0.1.zip
Source0 : https://files.pythonhosted.org/packages/3d/92/d5c1de1a3e9fdbe96fc92691baa20af301bc5ba4565d8057efb27bac565b/setuptools-50.0.1.zip
Summary : Easily download, build, install, upgrade, and uninstall Python packages
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -62,15 +62,15 @@ python3 components for the openstack-setuptools package.


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

%install
export SOURCE_DATE_EPOCH=1598903309
export SOURCE_DATE_EPOCH=1598995718
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/openstack-setuptools
cp %{_builddir}/setuptools-50.0.0/LICENSE %{buildroot}/usr/share/package-licenses/openstack-setuptools/a5234543d56e03c950c0080826b53a0cb97671af
cp %{_builddir}/setuptools-50.0.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/b6/af/40f3587d4ebd54cdeb8f87ad7d189618e166e8057ebefd2acd4443aa94f4/setuptools-50.0.0.zip
url = https://files.pythonhosted.org/packages/3d/92/d5c1de1a3e9fdbe96fc92691baa20af301bc5ba4565d8057efb27bac565b/setuptools-50.0.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 @@
172
173
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ed9ee99d40d3d25ee190f55e7ce0a3869bf1ba9e/setuptools-50.0.0.zip
38c697fac7de77e14e29ff594bc739c03a101060/setuptools-50.0.1.zip
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
50.0.0
50.0.1

0 comments on commit 7e32889

Please sign in to comment.