Drop Python 2 package

Resolves: rhbz#1761084
This commit is contained in:
Christian Heimes 2019-10-12 21:17:53 +02:00
parent 97a34b59b5
commit 94bedba667

View File

@ -8,7 +8,7 @@
%bcond_with python3 %bcond_with python3
%endif %endif
%if 0%{?rhel} > 7 %if 0%{?fedora} > 31 || 0%{?rhel} > 7
# Disable python2 build by default # Disable python2 build by default
%bcond_with python2 %bcond_with python2
%else %else
@ -19,7 +19,7 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.24.0 Version: 0.24.0
Release: 9%{?dist} Release: 10%{?dist}
Summary: Fast Python ASN.1 parser and serializer Summary: Fast Python ASN.1 parser and serializer
License: MIT License: MIT
@ -107,6 +107,10 @@ rm -rf %{pypi_name}.egg-info
%endif %endif
%changelog %changelog
* Sat Oct 12 2019 Christian Heimes <cheimes@redhat.com> - 0.24.0-10
- Drop Python 2 package
- Resolves: rhbz#1761084
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.24.0-9 * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.24.0-9
- Rebuilt for Python 3.8.0rc1 (#1748018) - Rebuilt for Python 3.8.0rc1 (#1748018)