update version to 1.4.2
This commit is contained in:
parent
d83356a060
commit
4cb2018528
Binary file not shown.
BIN
jwcrypto-1.4.2.tar.gz
Normal file
BIN
jwcrypto-1.4.2.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-jwcrypto
|
Name: python-jwcrypto
|
||||||
Version: 1.3.1
|
Version: 1.4.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Implementation of JOSE Web standards
|
Summary: Implementation of JOSE Web standards
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
URL: https://github.com/latchset/jwcrypto
|
URL: https://github.com/latchset/jwcrypto
|
||||||
Source0: https://files.pythonhosted.org/packages/7c/e9/340e49ec79bcc80b822b87c3bb6de5336bef611c2f11e2c638a1d055e9f8/jwcrypto-1.3.1.tar.gz
|
Source0: https://files.pythonhosted.org/packages/7d/25/185bf383f5a6c76dd46083509e2a65ccaca47521f77547c8a4dfac74bde4/jwcrypto-1.4.2.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ Implements JWK, JWS, JWE specifications with python-cryptography
|
|||||||
|
|
||||||
%package -n python3-jwcrypto
|
%package -n python3-jwcrypto
|
||||||
Summary: Implementation of JOSE Web standards
|
Summary: Implementation of JOSE Web standards
|
||||||
Provides: python-jwcrypto
|
Provides: python-jwcrypto = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%description -n python3-jwcrypto
|
%description -n python3-jwcrypto
|
||||||
@ -27,7 +27,7 @@ Provides: python3-jwcrypto-doc
|
|||||||
Implements JWK, JWS, JWE specifications with python-cryptography
|
Implements JWK, JWS, JWE specifications with python-cryptography
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n jwcrypto-1.3.1
|
%autosetup -n jwcrypto-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 02 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.4.2-1
|
||||||
|
- Update package to version 1.4.2
|
||||||
|
|
||||||
* Tue Aug 02 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.3.1-1
|
* Tue Aug 02 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.3.1-1
|
||||||
- Upgrade to version 1.3.1
|
- Upgrade to version 1.3.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user