Disable python2 subpackage on F32+

https://bugzilla.redhat.com/show_bug.cgi?id=1744643
This commit is contained in:
Carl George 2019-08-29 15:33:58 -05:00
parent 87413b11cc
commit fb0a3a2ace

View File

@ -13,13 +13,15 @@ means of representing signed content using JSON data structures, including
claims to be transferred between two parties encoded as digitally signed and claims to be transferred between two parties encoded as digitally signed and
encrypted JSON objects.} encrypted JSON objects.}
%if %{defined fedora} && 0%{?fedora} < 32
%bcond_without python2 %bcond_without python2
%endif
%bcond_without python3 %bcond_without python3
Name: python-%{pkgname} Name: python-%{pkgname}
Version: 1.7.1 Version: 1.7.1
Release: 4%{?dist} Release: 5%{?dist}
Summary: JSON Web Token implementation in Python Summary: JSON Web Token implementation in Python
License: MIT License: MIT
URL: https://github.com/jpadilla/pyjwt URL: https://github.com/jpadilla/pyjwt
@ -102,6 +104,9 @@ rm setup.cfg
%changelog %changelog
* Thu Aug 29 2019 Carl George <carl@george.computer> - 1.7.1-5
- Disable python2 subpackage on F32+ rhbz#1744643
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 1.7.1-4 * Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 1.7.1-4
- Rebuilt for Python 3.8 - Rebuilt for Python 3.8