upgrade version to 2.0.0
This commit is contained in:
parent
c1c7178317
commit
5cf6a911d8
Binary file not shown.
BIN
PyJWT-2.0.0.tar.gz
Normal file
BIN
PyJWT-2.0.0.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
||||
%global srcname jwt
|
||||
%bcond_with tests
|
||||
Name: python-jwt
|
||||
Version: 1.7.1
|
||||
Release: 3
|
||||
Version: 2.0.0
|
||||
Release: 1
|
||||
Summary: JSON Web Token implementation in Python
|
||||
License: MIT
|
||||
URL: https://github.com/jpadilla/pyjwt
|
||||
Source0: https://files.pythonhosted.org/packages/source/P/PyJWT/PyJWT-1.7.1.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/P/PyJWT/PyJWT-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
%if %{with tests}
|
||||
BuildRequires: python3-pytest python3-pytest-cov python3-pytest-runner
|
||||
@ -43,19 +43,25 @@ Requires: python%{python3_pkgversion}-cryptography
|
||||
%endif
|
||||
|
||||
%files -n python%{python3_pkgversion}-jwt
|
||||
%license LICENSE AUTHORS
|
||||
%license LICENSE
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
%{python3_sitelib}/*.egg-info
|
||||
%{_bindir}/pyjwt
|
||||
#%{_bindir}/pyjwt
|
||||
|
||||
%files help
|
||||
%doc README.rst
|
||||
|
||||
%changelog
|
||||
* Fri Oct 30 2020 wuchaochao <wuchaochao4@huawei.com> - 1.7.1-3
|
||||
- Type:bufix
|
||||
- CVE:NA
|
||||
* Tue Feb 02 2021 shixuantong <shixuantong@huawei.com> - 2.0.0-1
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:upgrade version to 2.0.0
|
||||
|
||||
* Fri Oct 30 2020 wuchaochao <wuchaochao4@huawei.com> - 1.7.1-3t
|
||||
- Type:bufixt
|
||||
- CVE:NAt
|
||||
- SUG:NAt
|
||||
- DESC:remove python2
|
||||
|
||||
* Fri Oct 11 2019 yefei <yefei25@huawei.com> - 1.7.1-2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user