diff --git a/PyJWT-0.2.1.tar.gz b/PyJWT-0.2.1.tar.gz deleted file mode 100644 index 362060d..0000000 --- a/PyJWT-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfd0fad01a9a57fb4b24e59a82ffd50ddc9c2c4344694ec6ef436ae11d5d18aa -size 6320 diff --git a/PyJWT-0.3.0.tar.gz b/PyJWT-0.3.0.tar.gz new file mode 100644 index 0000000..90ec572 --- /dev/null +++ b/PyJWT-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040ce47ef091e7030ec9490633e0c3c768ab9bc4e820477f2edd5736bb87a347 +size 8070 diff --git a/python-PyJWT.changes b/python-PyJWT.changes index 9dd97e5..ced31fb 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 6 09:08:37 UTC 2014 - mcihar@suse.cz + +- Update to 0.3.0 + ------------------------------------------------------------------- Wed Jul 23 13:28:19 UTC 2014 - mcihar@suse.cz diff --git a/python-PyJWT.spec b/python-PyJWT.spec index da3c771..5372b95 100644 --- a/python-PyJWT.spec +++ b/python-PyJWT.spec @@ -17,7 +17,7 @@ Name: python-PyJWT -Version: 0.2.1 +Version: 0.3.0 Release: 0 Url: https://github.com/progrium/pyjwt Summary: JSON Web Token implementation in Python @@ -27,6 +27,7 @@ Source: http://pypi.python.org/packages/source/P/PyJWT/PyJWT-%{version}. BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-setuptools +Requires: python-ecdsa Requires: python-pycrypto %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}