Rebuilt for Python 3.8

This commit is contained in:
Miro Hrončok 2019-08-16 23:51:56 +02:00
parent 3a1a00575d
commit e9ff801805

View File

@ -14,7 +14,7 @@
%endif
%if 0%{?fedora}
%global with_python3 1
%global with_python3_tests 0
%global with_python3_tests 1
%endif
@ -24,7 +24,7 @@
Name: python-%{modname}
Version: 1.7.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: %{sum}
License: BSD
@ -170,6 +170,9 @@ rm -rfv test/bin
%changelog
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 1.7.0-4
- Rebuilt for Python 3.8
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 1.7.0-3
- Bootstrap for Python 3.8