Latest upstream
This commit is contained in:
parent
8a74f4a774
commit
d5ac2ec023
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/1.5.0.tar.gz
|
||||
/1.5.2.tar.gz
|
||||
/1.5.3.tar.gz
|
||||
/pyjwt-1.6.1.tar.gz
|
||||
|
@ -6,14 +6,14 @@
|
||||
%global sum JSON Web Token implementation in Python
|
||||
|
||||
Name: python-jwt
|
||||
Version: 1.5.3
|
||||
Release: 3%{?dist}
|
||||
Version: 1.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: %{sum}
|
||||
|
||||
Group: Development/Libraries
|
||||
License: MIT
|
||||
URL: http://pypi.python.org/pypi/pyjwt
|
||||
Source0: https://github.com/jpadilla/pyjwt/archive/%{version}.tar.gz
|
||||
URL: https://github.com/jpadilla/pyjwt
|
||||
Source0: %{url}/archive/%{version}/pyjwt-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python2-devel
|
||||
@ -42,7 +42,7 @@ encrypted JSON objects.
|
||||
|
||||
%package -n python2-%{srcname}
|
||||
Summary: %{sum}
|
||||
Requires: python2-cryptography
|
||||
Requires: python2-cryptography >= 1.4.0
|
||||
%{?python_provide:%python_provide python2-%{srcname}}
|
||||
|
||||
%description -n python2-%{srcname}
|
||||
@ -55,7 +55,7 @@ encrypted JSON objects.
|
||||
%package -n python3-%{srcname}
|
||||
Summary: %{sum}
|
||||
%{?python_provide:%python_provide python3-%{srcname}}
|
||||
Requires: python3-cryptography
|
||||
Requires: python3-cryptography >= 1.4.0
|
||||
|
||||
%description -n python3-%{srcname}
|
||||
A Python3 implementation of JSON Web Token draft 01. This library provides a
|
||||
@ -101,6 +101,9 @@ encrypted JSON objects.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Apr 05 2018 Carl George <carl@george.computer> - 1.6.1-1
|
||||
- Latest upstream
|
||||
|
||||
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.5.3-3
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (1.5.3.tar.gz) = eeb655a739cb32878f53809fb6206cabb33c2767c3d34f923228cabe3282e3791a689d6a15374626559a22c270dbb88bbe0a74d8236a82987dc613473d38b845
|
||||
SHA512 (pyjwt-1.6.1.tar.gz) = b96435fa9809a06472d5205c76fed1436a5bd8bac23848e4213038e6be5590f44ab935ff2def09beae0775666cde8be6512adb2d9987f215637dd9fcc880c078
|
||||
|
Loading…
Reference in New Issue
Block a user