1.0.0
This commit is contained in:
parent
cc1e175300
commit
cdfbf5ac25
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/PyJWT-0.4.3.tar.gz
|
/PyJWT-0.4.3.tar.gz
|
||||||
|
/PyJWT-1.0.0.tar.gz
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
%global modname jwt
|
%global modname jwt
|
||||||
|
|
||||||
Name: python-jwt
|
Name: python-jwt
|
||||||
Version: 0.4.3
|
Version: 1.0.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: JSON Web Token implementation in Python
|
Summary: JSON Web Token implementation in Python
|
||||||
|
|
||||||
@ -109,6 +109,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 19 2015 Ralph Bean <rbean@redhat.com> - 1.0.0-1
|
||||||
|
- new version
|
||||||
|
|
||||||
* Fri Feb 20 2015 Ralph Bean <rbean@redhat.com> - 0.4.3-1
|
* Fri Feb 20 2015 Ralph Bean <rbean@redhat.com> - 0.4.3-1
|
||||||
- Latest upstream.
|
- Latest upstream.
|
||||||
- Expand the description as per review feedback.
|
- Expand the description as per review feedback.
|
||||||
|
Loading…
Reference in New Issue
Block a user