From e692e8fd720106b10d030e3bb2e3697f84d23547a27ab598f796cf1271d9259c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 20 Apr 2015 13:28:09 +0000 Subject: [PATCH] Accepting request 298169 from home:Nijel:branches:devel:languages:python - Enable testsuite during build - Update to 1.1.0 OBS-URL: https://build.opensuse.org/request/show/298169 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=5 --- PyJWT-0.3.0.tar.gz | 3 --- PyJWT-1.1.0.tar.gz | 3 +++ python-PyJWT.changes | 10 ++++++++++ python-PyJWT.spec | 11 +++++++++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 PyJWT-0.3.0.tar.gz create mode 100644 PyJWT-1.1.0.tar.gz diff --git a/PyJWT-0.3.0.tar.gz b/PyJWT-0.3.0.tar.gz deleted file mode 100644 index 90ec572..0000000 --- a/PyJWT-0.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:040ce47ef091e7030ec9490633e0c3c768ab9bc4e820477f2edd5736bb87a347 -size 8070 diff --git a/PyJWT-1.1.0.tar.gz b/PyJWT-1.1.0.tar.gz new file mode 100644 index 0000000..761efbe --- /dev/null +++ b/PyJWT-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206f1824feefcdb132dc121ef9b3d036cd2162d602eab84f0f36f91facf86373 +size 40283 diff --git a/python-PyJWT.changes b/python-PyJWT.changes index ced31fb..5b6b95c 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Apr 20 11:56:59 UTC 2015 - mcihar@suse.cz + +- Enable testsuite during build + +------------------------------------------------------------------- +Mon Apr 20 11:55:52 UTC 2015 - mcihar@suse.cz + +- Update to 1.1.0 + ------------------------------------------------------------------- Thu Nov 6 09:08:37 UTC 2014 - mcihar@suse.cz diff --git a/python-PyJWT.spec b/python-PyJWT.spec index 5372b95..9d1d2d8 100644 --- a/python-PyJWT.spec +++ b/python-PyJWT.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyJWT # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-PyJWT -Version: 0.3.0 +Version: 1.1.0 Release: 0 Url: https://github.com/progrium/pyjwt Summary: JSON Web Token implementation in Python @@ -26,6 +26,10 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/P/PyJWT/PyJWT-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel +BuildRequires: python-ecdsa +BuildRequires: python-pycrypto +BuildRequires: python-pytest +BuildRequires: python-pytest-cov BuildRequires: python-setuptools Requires: python-ecdsa Requires: python-pycrypto @@ -47,6 +51,9 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%check +py.test . + %files %defattr(-,root,root,-) %doc README.md