From 0196f4c1b3f7455d5cc73bef1b6a32de6b50741636520d8ace5cd31a49c50962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 6 Nov 2014 09:14:08 +0000 Subject: [PATCH] Accepting request 260010 from home:Nijel:branches:devel:languages:python - Update to 0.3.0 OBS-URL: https://build.opensuse.org/request/show/260010 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=3 --- PyJWT-0.2.1.tar.gz | 3 --- PyJWT-0.3.0.tar.gz | 3 +++ python-PyJWT.changes | 5 +++++ python-PyJWT.spec | 3 ++- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 PyJWT-0.2.1.tar.gz create mode 100644 PyJWT-0.3.0.tar.gz 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()")}