!6 Update package
From: @liqiuyu123 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
00fb86a101
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
|
||||
Name: python-jwcrypto
|
||||
Version: 1.3.1
|
||||
Version: 1.4.2
|
||||
Release: 1
|
||||
Summary: Implementation of JOSE Web standards
|
||||
License: LGPLv3+
|
||||
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
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ Implements JWK, JWS, JWE specifications with python-cryptography
|
||||
|
||||
%package -n python3-jwcrypto
|
||||
Summary: Implementation of JOSE Web standards
|
||||
Provides: python-jwcrypto
|
||||
Provides: python-jwcrypto = %{version}-%{release}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
%description -n python3-jwcrypto
|
||||
@ -27,7 +27,7 @@ Provides: python3-jwcrypto-doc
|
||||
Implements JWK, JWS, JWE specifications with python-cryptography
|
||||
|
||||
%prep
|
||||
%autosetup -n jwcrypto-1.3.1
|
||||
%autosetup -n jwcrypto-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Upgrade to version 1.3.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user