|
|
@@ -23,7 +23,7 @@
|
|
|
|
|
|
# package version
|
|
|
%define V_python 2.7
|
|
|
-%define V_setuptools 32.1.0
|
|
|
+%define V_setuptools 36.5.0
|
|
|
%define V_setuptools_git 1.2
|
|
|
%define V_setuptools_scm 1.15.6
|
|
|
%define V_pip 9.0.1
|
|
|
@@ -47,7 +47,7 @@ Version: %{V_python}
|
|
|
Release: 20170924
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-%{V_setuptools}.tar.gz
|
|
|
+Source0: https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-%{V_setuptools}.zip
|
|
|
Source1: https://files.pythonhosted.org/packages/source/p/pip/pip-%{V_pip}.tar.gz
|
|
|
Source2: https://files.pythonhosted.org/packages/source/p/pbr/pbr-%{V_pbr}.tar.gz
|
|
|
Source3: https://files.pythonhosted.org/packages/source/C/Cython/Cython-%{V_cython}.tar.gz
|
|
|
@@ -69,7 +69,7 @@ PreReq: OpenPKG, openpkg >= 20160101, python >= %{V_python}
|
|
|
prog python-setup:setuptools = {
|
|
|
version = %{V_setuptools}
|
|
|
url = http://pypi.python.org/pypi/setuptools/
|
|
|
- regex = setuptools-(__VER__)\.tar\.gz
|
|
|
+ regex = setuptools-(__VER__)\.zip
|
|
|
}
|
|
|
prog python-setup:pip = {
|
|
|
version = %{V_pip}
|