From 091e2639f79f319f17aae2e0d9e8d7c33e4e9f4c Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:49:18 +0800 Subject: [PATCH] update code --- python-jwt.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/python-jwt.spec b/python-jwt.spec index 62617be..98de763 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -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 - 1.7.1.-1 +* Fri Oct 11 2019 yefei - 1.7.1-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:move author from doc to license + +* Sun Sep 15 2019 openEuler Buildteam - 1.7.1-1 - Package init