Drop Python 2 package
Resolves: rhbz#1761084
This commit is contained in:
parent
97a34b59b5
commit
94bedba667
@ -8,7 +8,7 @@
|
||||
%bcond_with python3
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel} > 7
|
||||
%if 0%{?fedora} > 31 || 0%{?rhel} > 7
|
||||
# Disable python2 build by default
|
||||
%bcond_with python2
|
||||
%else
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.24.0
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Fast Python ASN.1 parser and serializer
|
||||
|
||||
License: MIT
|
||||
@ -107,6 +107,10 @@ rm -rf %{pypi_name}.egg-info
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user