Rebuilt for Python 3.8

This commit is contained in:
Miro Hrončok 2019-08-15 15:40:59 +02:00
parent 44fe2c110d
commit f8c77ac8a8

View File

@ -1,4 +1,3 @@
%global _with_bootstrap 1
# Note that the function of bootstrap is that it disables the test suite and whl
# bcond_with bootstrap = tests enabled, package with whl created
%bcond_with bootstrap
@ -11,7 +10,7 @@
Name: python-%{pypi_name}
Version: 0.33.1
Release: 4%{?dist}
Release: 5%{?dist}
Epoch: 1
Summary: Built-package format for Python
@ -149,6 +148,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build
%endif
%changelog
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 1:0.33.1-5
- Rebuilt for Python 3.8
* Wed Aug 14 2019 Miro Hrončok <mhroncok@redhat.com> - 1:0.33.1-4
- Bootstrap for Python 3.8