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
This commit is contained in:
parent
ba346ffbbe
commit
f1bf6f2e2d
1
.gitignore
vendored
1
.gitignore
vendored
@ -99,3 +99,4 @@
|
||||
/setuptools-40.8.0.zip
|
||||
/setuptools-41.0.1.zip
|
||||
/setuptools-41.2.0.zip
|
||||
/setuptools-41.6.0.zip
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
Name: python-setuptools
|
||||
# When updating, update the bundled libraries versions bellow!
|
||||
Version: 41.2.0
|
||||
Version: 41.6.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Easily build and distribute Python packages
|
||||
# setuptools is MIT
|
||||
@ -149,8 +149,12 @@ install -p dist/%{python_wheelname} -t %{buildroot}%{python_wheeldir}
|
||||
%if %{with tests}
|
||||
%check
|
||||
# --ignore=pavement.py: No python3-paver in Fedora
|
||||
# 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
|
||||
|
||||
|
||||
@ -174,6 +178,11 @@ 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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (setuptools-41.2.0.zip) = 6ac0da9f2e452b2b2334c03eb1667d88ebffeb68da18a69fe14f9f0763ac391986dcc663f123015b63eb0c3f905e5a8be7408499ddb1ac20367109275cb66ac9
|
||||
SHA512 (setuptools-41.6.0.zip) = 1bed75e7173ea0399f078c96cf5c1818dada7a4b86a93e61ff72da6a25694e321b9047e024617aa775b71a25fe8cb0848323902e1fb9c8c8a1f39434f0de6434
|
||||
|
Loading…
Reference in New Issue
Block a user