Browse Source

track only up to version 46

master
parent
commit
e54b34e22e
  1. 4
      python2-setup/python2-setup.spec

4
python2-setup/python2-setup.spec

@ -42,7 +42,7 @@ Class: EVAL
Group: Language
License: PSF/ZPL
Version: %{V_python}
Release: 20200528
Release: 20200529
# list of sources
Source0: https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-%{V_setuptools}.zip
@ -65,7 +65,7 @@ PreReq: OpenPKG, openpkg >= 20160101, python2 >= %{V_python}
prog python2-setup:setuptools = {
version = %{V_setuptools}
url = http://pypi.python.org/pypi/setuptools/
regex = setuptools-(__VER__)\.zip
regex = setuptools-(46\.\d+\.\d+)\.zip
}
prog python2-setup:pip = {
version = %{V_pip}

Loading…
Cancel
Save