!6 Update package

From: @liqiuyu123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-12-08 08:15:18 +00:00 committed by Gitee
commit 00fb86a101
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
jwcrypto-1.4.2.tar.gz Normal file

Binary file not shown.

View File

@ -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