update code
This commit is contained in:
parent
b001d98f9a
commit
091e2639f7
@ -2,7 +2,7 @@
|
||||
%bcond_with tests
|
||||
Name: python-jwt
|
||||
Version: 1.7.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: JSON Web Token implementation in Python
|
||||
License: MIT
|
||||
URL: https://github.com/jpadilla/pyjwt
|
||||
@ -54,19 +54,25 @@ Requires: python%{python3_pkgversion}-cryptography
|
||||
%endif
|
||||
|
||||
%files -n python2-jwt
|
||||
%license LICENSE
|
||||
%license LICENSE AUTHORS
|
||||
%{python2_sitelib}/%{srcname}/
|
||||
%{python2_sitelib}/*.egg-info
|
||||
|
||||
%files -n python%{python3_pkgversion}-jwt
|
||||
%license LICENSE
|
||||
%license LICENSE AUTHORS
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
%{python3_sitelib}/*.egg-info
|
||||
%{_bindir}/pyjwt
|
||||
|
||||
%files help
|
||||
%doc README.rst AUTHORS
|
||||
%doc README.rst
|
||||
|
||||
%changelog
|
||||
* Sun Sep 15 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.7.1.-1
|
||||
* Fri Oct 11 2019 yefei <yefei25@huawei.com> - 1.7.1-2
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:move author from doc to license
|
||||
|
||||
* Sun Sep 15 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.7.1-1
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user