Compare commits

...

3 Commits
rawhide ... f31

Author SHA1 Message Date
Tomas Orsava
ce6a163cd8 Upgrade to 41.6.0 (#1758945)
- https://setuptools.readthedocs.io/en/latest/history.html#v41-6-0
- Disabled a failing upstream test: https://github.com/pypa/setuptools/issues/1896
2020-02-11 15:36:44 +01:00
Miro Hrončok
3fd618d67a Fedora CI: Python 2.6 is no longer supported by virtualenv 2020-02-11 15:35:05 +01:00
Randy Barlow
ba8576a168 Upgrade to 41.2.0 (#1742718)
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2019-09-03 16:11:11 -04:00
4 changed files with 21 additions and 9 deletions

2
.gitignore vendored
View File

@ -98,3 +98,5 @@
/setuptools-40.7.3.zip
/setuptools-40.8.0.zip
/setuptools-41.0.1.zip
/setuptools-41.2.0.zip
/setuptools-41.6.0.zip

View File

@ -18,8 +18,8 @@
Name: python-setuptools
# When updating, update the bundled libraries versions bellow!
Version: 41.0.1
Release: 4%{?dist}
Version: 41.6.0
Release: 1%{?dist}
Summary: Easily build and distribute Python packages
# setuptools is MIT
# packaging is BSD or ASL 2.0
@ -212,11 +212,16 @@ install -p dist/%{python_wheelname} -t %{buildroot}%{python_wheeldir}
# test_virtualenv is ignored to break dependency on python2-pytest-virtualenv
LANG=C.utf-8 PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) pytest-%{python2_version} \
--ignore setuptools/tests/test_virtualenv.py \
--deselect=setuptools/tests/test_setuptools.py::TestDepends::testRequire
%endif # with python2
# --ignore=pavement.py: No python3-paver in Fedora (the test is only collected on py3)
# pavement.py is only used by upstream to do releases and vendoring, we don't ship it
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) pytest-%{python3_version} --ignore=pavement.py
# pavement.py is only used by upstream to do releases and vendoring, we don't ship it
# --deselect=setuptools/tests/test_setuptools.py::TestDepends::testRequire
# Test failure reported upstream: https://github.com/pypa/setuptools/issues/1896
PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) pytest-%{python3_version} \
--ignore=pavement.py \
--deselect=setuptools/tests/test_setuptools.py::TestDepends::testRequire
%endif # with tests
@ -248,6 +253,15 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) pytest-%{python3_version} --ignore=p
%changelog
* Mon Nov 04 2019 Tomas Orsava <torsava@redhat.com> - 41.6.0-1
- Upgrade to 41.6.0 (#1758945).
- https://setuptools.readthedocs.io/en/latest/history.html#v41-6-0
- Disabled a failing upstream test: https://github.com/pypa/setuptools/issues/1896
* Tue Sep 03 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 41.2.0-1
- Upgrade to 41.2.0 (#1742718).
- https://setuptools.readthedocs.io/en/latest/history.html#v41-2-0
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 41.0.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

View File

@ -1 +1 @@
SHA512 (setuptools-41.0.1.zip) = 022ac63b27da157ddab5eef34d4452f30b3798c3555779255686ecedcb98d6d60a9ac0b1a077b28426e3306d4ed5e89f1eea2894f9da6def57376596c01595b9
SHA512 (setuptools-41.6.0.zip) = 1bed75e7173ea0399f078c96cf5c1818dada7a4b86a93e61ff72da6a25694e321b9047e024617aa775b71a25fe8cb0848323902e1fb9c8c8a1f39434f0de6434

View File

@ -23,9 +23,6 @@
- smoke38:
dir: python/smoke
run: VERSION=3.8 ./venv.sh
- smoke26:
dir: python/smoke
run: VERSION=2.6 METHOD=virtualenv TOX=false ./venv.sh
- smoke27:
dir: python/smoke
run: VERSION=2.7 METHOD=virtualenv ./venv.sh
@ -47,7 +44,6 @@
required_packages:
- gcc
- virtualenv
- python26
- python27
- python34
- python35