Bootstrap for Python 3.9
This commit is contained in:
parent
ab26536035
commit
fd28f7b0f2
@ -1,3 +1,4 @@
|
|||||||
|
%global _without_tests 1
|
||||||
%global modname six
|
%global modname six
|
||||||
|
|
||||||
# tests are enabled by default, but on Fedora 32+, Python 2 tests are skipped
|
# tests are enabled by default, but on Fedora 32+, Python 2 tests are skipped
|
||||||
@ -11,7 +12,7 @@
|
|||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 1.14.0
|
Version: 1.14.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Python 2 and 3 compatibility utilities
|
Summary: Python 2 and 3 compatibility utilities
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -106,6 +107,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -rfsxX test_six.py
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 1.14.0-3
|
||||||
|
- Bootstrap for Python 3.9
|
||||||
|
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-2
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user