Re-enable python2 subpackage since python-oauthlib still needs it
This commit is contained in:
parent
271e3ab5c5
commit
9274db469c
@ -13,15 +13,13 @@ 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} < 30
|
%bcond_without python2
|
||||||
%bcond_without python2
|
%bcond_without python3
|
||||||
%endif
|
|
||||||
%bcond_without python3
|
|
||||||
|
|
||||||
|
|
||||||
Name: python-%{pkgname}
|
Name: python-%{pkgname}
|
||||||
Version: 1.7.1
|
Version: 1.7.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
@ -106,6 +104,9 @@ rm setup.cfg
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 27 2019 Carl George <carl@george.computer> - 1.7.1-2
|
||||||
|
- Re-enable python2 subpackage since python-oauthlib still needs it
|
||||||
|
|
||||||
* Mon Mar 04 2019 Yatin Karel <ykarel@redhat.com> - 1.7.1-1
|
* Mon Mar 04 2019 Yatin Karel <ykarel@redhat.com> - 1.7.1-1
|
||||||
- Update to 1.7.1
|
- Update to 1.7.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user