14
0
forked from pool/python-PyJWT

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
This commit is contained in:
Michal Čihař
2015-04-20 13:28:09 +00:00
committed by Git OBS Bridge
parent 0196f4c1b3
commit e692e8fd72
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:040ce47ef091e7030ec9490633e0c3c768ab9bc4e820477f2edd5736bb87a347
size 8070

3
PyJWT-1.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:206f1824feefcdb132dc121ef9b3d036cd2162d602eab84f0f36f91facf86373
size 40283

View File

@@ -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 Thu Nov 6 09:08:37 UTC 2014 - mcihar@suse.cz

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-PyJWT # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-PyJWT Name: python-PyJWT
Version: 0.3.0 Version: 1.1.0
Release: 0 Release: 0
Url: https://github.com/progrium/pyjwt Url: https://github.com/progrium/pyjwt
Summary: JSON Web Token implementation in Python 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 Source: http://pypi.python.org/packages/source/P/PyJWT/PyJWT-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-ecdsa
BuildRequires: python-pycrypto
BuildRequires: python-pytest
BuildRequires: python-pytest-cov
BuildRequires: python-setuptools BuildRequires: python-setuptools
Requires: python-ecdsa Requires: python-ecdsa
Requires: python-pycrypto Requires: python-pycrypto
@@ -47,6 +51,9 @@ python setup.py build
%install %install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
py.test .
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc README.md %doc README.md