Disable python2 subpackage on F32+
https://bugzilla.redhat.com/show_bug.cgi?id=1744643
This commit is contained in:
parent
87413b11cc
commit
fb0a3a2ace
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user