Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-23 18:18:36 +02:00
parent 561a6c7d73
commit 769eb72427

View File

@ -1,5 +1,5 @@
%if 0%{?fedora}
%global with_python3_tests 0
%global with_python3_tests 1
%endif
%global pypi_name PySocks
@ -8,7 +8,7 @@
Name: python-%{modname}
Version: 1.7.1
Release: 5%{?dist}
Release: 6%{?dist}
Summary: %{sum}
License: BSD
@ -115,6 +115,9 @@ rm -rfv test/bin
%changelog
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 1.7.1-6
- Rebuilt for Python 3.9
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 1.7.1-5
- Bootstrap for Python 3.9