14
0
forked from pool/python-PyJWT

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
This commit is contained in:
Michal Čihař
2014-11-06 09:14:08 +00:00
committed by Git OBS Bridge
parent 067ee5438a
commit 0196f4c1b3
4 changed files with 10 additions and 4 deletions

View File

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

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

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

View File

@@ -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 Wed Jul 23 13:28:19 UTC 2014 - mcihar@suse.cz

View File

@@ -17,7 +17,7 @@
Name: python-PyJWT Name: python-PyJWT
Version: 0.2.1 Version: 0.3.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
@@ -27,6 +27,7 @@ Source: http://pypi.python.org/packages/source/P/PyJWT/PyJWT-%{version}.
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-setuptools BuildRequires: python-setuptools
Requires: python-ecdsa
Requires: python-pycrypto Requires: python-pycrypto
%if 0%{?suse_version} && 0%{?suse_version} <= 1110 %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()")} %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}