Hello community, here is the log from the commit of package python-PyJWT for openSUSE:Factory checked in at 2015-04-23 08:05:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyJWT (Old) and /work/SRC/openSUSE:Factory/.python-PyJWT.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyJWT" Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyJWT/python-PyJWT.changes 2014-11-14 09:19:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-PyJWT.new/python-PyJWT.changes 2015-04-23 08:05:15.000000000 +0200 @@ -1,0 +2,22 @@ +Wed Apr 22 14:01:31 UTC 2015 - [email protected] + +- Include pycrypto and ecdsa in BuildRequires for complete test coverage +- Use setup.py test to execute testsuite + +------------------------------------------------------------------- +Wed Apr 22 11:14:42 UTC 2015 - [email protected] + +- Simplify dependencies (only python-cryptography is needed, pycrypto and ecdsa + are just fallbacks whet is is not) + +------------------------------------------------------------------- +Mon Apr 20 11:56:59 UTC 2015 - [email protected] + +- Enable testsuite during build + +------------------------------------------------------------------- +Mon Apr 20 11:55:52 UTC 2015 - [email protected] + +- Update to 1.1.0 + +------------------------------------------------------------------- Old: ---- PyJWT-0.3.0.tar.gz New: ---- PyJWT-1.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyJWT.spec ++++++ --- /var/tmp/diff_new_pack.vlKDXM/_old 2015-04-23 08:05:16.000000000 +0200 +++ /var/tmp/diff_new_pack.vlKDXM/_new 2015-04-23 08:05:16.000000000 +0200 @@ -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 @@ -25,10 +25,14 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/P/PyJWT/PyJWT-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: python-cryptography 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 +Requires: python-cryptography %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()")} %else @@ -47,6 +51,9 @@ %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%check +python setup.py test + %files %defattr(-,root,root,-) %doc README.md ++++++ PyJWT-0.3.0.tar.gz -> PyJWT-1.1.0.tar.gz ++++++ ++++ 4378 lines of diff (skipped)
