Update to 2.3.0
This commit is contained in:
parent
adbd8ddd03
commit
e5bd4284f0
@ -1,21 +0,0 @@
|
||||
diff --color -Nur PyJWT-2.1.0.orig/setup.cfg PyJWT-2.1.0/setup.cfg
|
||||
--- PyJWT-2.1.0.orig/setup.cfg 2021-04-28 05:01:11.610274000 -0700
|
||||
+++ PyJWT-2.1.0/setup.cfg 2021-10-03 14:19:24.690627991 -0700
|
||||
@@ -44,7 +44,7 @@
|
||||
sphinx-rtd-theme
|
||||
zope.interface
|
||||
crypto =
|
||||
- cryptography>=3.3.1,<4.0.0
|
||||
+ cryptography>=3.3.1
|
||||
tests =
|
||||
pytest>=6.0.0,<7.0.0
|
||||
coverage[toml]==5.0.4
|
||||
@@ -52,7 +52,7 @@
|
||||
sphinx
|
||||
sphinx-rtd-theme
|
||||
zope.interface
|
||||
- cryptography>=3.3.1,<4.0.0
|
||||
+ cryptography>=3.3.1
|
||||
pytest>=6.0.0,<7.0.0
|
||||
coverage[toml]==5.0.4
|
||||
mypy
|
@ -15,15 +15,12 @@ encrypted JSON objects.}
|
||||
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 2.1.0
|
||||
Release: 3%{?dist}
|
||||
Version: 2.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: JSON Web Token implementation in Python
|
||||
License: MIT
|
||||
URL: https://github.com/jpadilla/pyjwt
|
||||
Source0: %pypi_source
|
||||
# Relax the upper bound on python-cryptography for now.
|
||||
# Being discussed in https://github.com/GehirnInc/python-jwt/issues/46
|
||||
Patch1: python-jwt-2.1.0-relax-crypto-requires.patch
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
@ -73,6 +70,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} --verbose t
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 26 2021 Joel Capitao <jcapitao@redhat.com> - 2.3.0-1
|
||||
- Update to 2.3.0 (rhbz#2011642)
|
||||
|
||||
* Sun Oct 03 2021 Kevin Fenzi <kevin@scrye.com> - 2.1.0-3
|
||||
- Relax python-cryptography requirements ( rhbz#2010061 )
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (PyJWT-2.1.0.tar.gz) = d701919c6cf06acb45cb0762a4ab7cc5e6ea247fbc0de80d0efdd1fc4b966c0d27c7400869858bbdc457b200586635aeefa8a38b85db818df6a8713f9bda8ab8
|
||||
SHA512 (PyJWT-2.3.0.tar.gz) = c6a1d8c3ce87d2122aa4ce4e19c5d2683aeffae6fb29b20fa17e2dfb1a07faf721beb8ca390d3acdeb85a1476025ca5af4fcdb1019f84c8c1bf229246a7aafe3
|
||||
|
Loading…
Reference in New Issue
Block a user