Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-07-02 18:23:01 +02:00
parent 03e2fb9523
commit a4d9f2b302

View File

@ -19,7 +19,7 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.24.0 Version: 0.24.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: Fast Python ASN.1 parser and serializer Summary: Fast Python ASN.1 parser and serializer
License: MIT License: MIT
@ -107,6 +107,9 @@ rm -rf %{pypi_name}.egg-info
%endif %endif
%changelog %changelog
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 0.24.0-4
- Rebuilt for Python 3.7
* Tue Jun 19 2018 Christian Heimes <cheimes@redhat.com> - 0.24.0-3 * Tue Jun 19 2018 Christian Heimes <cheimes@redhat.com> - 0.24.0-3
- Build Python 2 package conditionally - Build Python 2 package conditionally