Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-23 09:25:38 +02:00
parent fd28f7b0f2
commit 1e53128636

View File

@ -1,4 +1,3 @@
%global _without_tests 1
%global modname six
# tests are enabled by default, but on Fedora 32+, Python 2 tests are skipped
@ -12,7 +11,7 @@
Name: python-%{modname}
Version: 1.14.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Python 2 and 3 compatibility utilities
License: MIT
@ -107,6 +106,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -rfsxX test_six.py
%changelog
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 1.14.0-4
- Rebuilt for Python 3.9
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 1.14.0-3
- Bootstrap for Python 3.9