Sync with upstream release 0.9.1
Signed-off-by: Simo Sorce <simo@redhat.com>
This commit is contained in:
parent
60f1c44c9a
commit
de39ca1bca
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/jwcrypto-0.5.0.tar.gz
|
||||
/jwcrypto-0.6.0.tar.gz
|
||||
/jwcrypto-0.8.tar.gz
|
||||
/jwcrypto-0.9.1.tar.gz
|
||||
|
@ -15,8 +15,8 @@
|
||||
%global srcname jwcrypto
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.8
|
||||
Release: 3%{?dist}
|
||||
Version: 0.9.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Implements JWK, JWS, JWE specifications using python-cryptography
|
||||
|
||||
License: LGPLv3+
|
||||
@ -27,14 +27,14 @@ BuildArch: noarch
|
||||
%if 0%{?with_python2}
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: python2-cryptography >= 1.5
|
||||
BuildRequires: python2-cryptography >= 2.3
|
||||
BuildRequires: python2-pytest
|
||||
%endif
|
||||
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
BuildRequires: python%{python3_pkgversion}-cryptography >= 1.5
|
||||
BuildRequires: python%{python3_pkgversion}-cryptography >= 2.3
|
||||
BuildRequires: python%{python3_pkgversion}-pytest
|
||||
%endif
|
||||
|
||||
@ -45,7 +45,7 @@ Implements JWK, JWS, JWE specifications using python-cryptography
|
||||
%if 0%{?with_python2}
|
||||
%package -n python2-%{srcname}
|
||||
Summary: Implements JWK,JWS,JWE specifications using python-cryptography
|
||||
Requires: python2-cryptography >= 1.5
|
||||
Requires: python2-cryptography >= 2.3
|
||||
%{?python_provide:%python_provide python2-%{srcname}}
|
||||
|
||||
%description -n python2-%{srcname}
|
||||
@ -56,7 +56,7 @@ Implements JWK, JWS, JWE specifications using python-cryptography
|
||||
%if 0%{?with_python3}
|
||||
%package -n python%{python3_pkgversion}-%{srcname}
|
||||
Summary: Implements JWK, JWS, JWE specifications using python-cryptography
|
||||
Requires: python%{python3_pkgversion}-cryptography >= 1.5
|
||||
Requires: python%{python3_pkgversion}-cryptography >= 2.3
|
||||
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
||||
|
||||
%description -n python%{python3_pkgversion}-%{srcname}
|
||||
@ -122,6 +122,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/tests{,-cookbook}.*
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 10 2021 Simo Sorce <simo@redhat.com> - 0.9.1-1
|
||||
- Sync with upstream release 0.9.1
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.8-3
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
||||
SHA512 (jwcrypto-0.6.0.tar.gz) = ed72f4be0f19afe448048e4124d5cbdd227b66b2b0af375cb1ab6c631c6e0d638f40cc1d756eb052176934eb919fa16b40bf51b5380b9227b162cfb6d3f5256e
|
||||
SHA512 (jwcrypto-0.8.tar.gz) = e8dc62d6159e5722a572e049c41edc8e31fe0d022aa47987ab6720c7057cbac2f98cec5d35af1ea02f6bc6efde769810fde4b868e019956b138cfac529cc027d
|
||||
SHA512 (jwcrypto-0.9.1.tar.gz) = 77b06b14c187dd72b9079c350b05d098071aa2d1cde089b380b4a2a8ae2584ff8915b0c8c01807be8d4386496e66b3a8029f7d62bf384258bdc6c9b562ac1f3e
|
||||
|
Loading…
Reference in New Issue
Block a user