From c7ed501fdf5ae6c62526635c3e63a468d97bfd88798f5080ce7c860c166c10b4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 1 Sep 2016 07:28:58 +0000 Subject: [PATCH 1/3] Accepting request 424122 from home:tbechtold:branches:devel:languages:python - update to 1.4.2: - A PEM-formatted key encoded as bytes could cause a `TypeError` to be raised [#213][213] - Newer versions of Pytest could not detect warnings properly [#182][182] - Non-string 'kid' value now raises `InvalidTokenError` [#174][174] - `jwt.decode(None)` now gracefully fails with `InvalidTokenError` [#183][183] OBS-URL: https://build.opensuse.org/request/show/424122 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=15 --- PyJWT-1.4.0.tar.gz | 3 --- PyJWT-1.4.2.tar.gz | 3 +++ python-PyJWT.changes | 9 +++++++++ python-PyJWT.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 PyJWT-1.4.0.tar.gz create mode 100644 PyJWT-1.4.2.tar.gz diff --git a/PyJWT-1.4.0.tar.gz b/PyJWT-1.4.0.tar.gz deleted file mode 100644 index 79f948a..0000000 --- a/PyJWT-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1b2386cfad541445b1d43e480b02ca37ec57259fd1a23e79415b57ba5d8a694 -size 34613 diff --git a/PyJWT-1.4.2.tar.gz b/PyJWT-1.4.2.tar.gz new file mode 100644 index 0000000..f1ab6be --- /dev/null +++ b/PyJWT-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87a831b7a3bfa8351511961469ed0462a769724d4da48a501cb8c96d1e17f570 +size 30486 diff --git a/python-PyJWT.changes b/python-PyJWT.changes index 70d8841..535628b 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 1 05:41:26 UTC 2016 - tbechtold@suse.com + +- update to 1.4.2: + - A PEM-formatted key encoded as bytes could cause a `TypeError` to be raised [#213][213] + - Newer versions of Pytest could not detect warnings properly [#182][182] + - Non-string 'kid' value now raises `InvalidTokenError` [#174][174] + - `jwt.decode(None)` now gracefully fails with `InvalidTokenError` [#183][183] + ------------------------------------------------------------------- Tue Jan 5 09:38:01 UTC 2016 - bwiedemann@suse.com diff --git a/python-PyJWT.spec b/python-PyJWT.spec index 1d283bd..297c29e 100644 --- a/python-PyJWT.spec +++ b/python-PyJWT.spec @@ -17,13 +17,13 @@ Name: python-PyJWT -Version: 1.4.0 +Version: 1.4.2 Release: 0 Url: https://github.com/progrium/pyjwt Summary: JSON Web Token implementation in Python License: MIT Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/P/PyJWT/PyJWT-%{version}.tar.gz +Source: http://pypi.io/packages/source/P/PyJWT/PyJWT-%{version}.tar.gz # PATCH-FIX-CENTOS PyJWT-1.1.0.diff -- without this, the centos build %%check will try to download stuff from pypi --seife Patch1: PyJWT-1.1.0.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build From b4d2b548a4b08381633201fdd5a87972a8d59f736a668fb7c3ded74f83cfe48d Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Thu, 1 Sep 2016 12:37:28 +0000 Subject: [PATCH 2/3] Accepting request 424254 from home:tbechtold:branches:devel:languages:python - Use https for Source url OBS-URL: https://build.opensuse.org/request/show/424254 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=16 --- python-PyJWT.changes | 5 +++++ python-PyJWT.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-PyJWT.changes b/python-PyJWT.changes index 535628b..3d04796 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 1 12:36:06 UTC 2016 - tbechtold@suse.com + +- Use https for Source url + ------------------------------------------------------------------- Thu Sep 1 05:41:26 UTC 2016 - tbechtold@suse.com diff --git a/python-PyJWT.spec b/python-PyJWT.spec index 297c29e..cd898e1 100644 --- a/python-PyJWT.spec +++ b/python-PyJWT.spec @@ -23,7 +23,7 @@ Url: https://github.com/progrium/pyjwt Summary: JSON Web Token implementation in Python License: MIT Group: Development/Languages/Python -Source: http://pypi.io/packages/source/P/PyJWT/PyJWT-%{version}.tar.gz +Source: https://pypi.io/packages/source/P/PyJWT/PyJWT-%{version}.tar.gz # PATCH-FIX-CENTOS PyJWT-1.1.0.diff -- without this, the centos build %%check will try to download stuff from pypi --seife Patch1: PyJWT-1.1.0.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build From 1fee88e3250179633d3838e33427463ff6fc399d9c8bd9401f66e337ede3d5df Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 15 Sep 2016 13:53:16 +0000 Subject: [PATCH 3/3] - Include in SLES 12 (FATE#321371, bsc#998103) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=17 --- python-PyJWT.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-PyJWT.changes b/python-PyJWT.changes index 3d04796..199e5a6 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 15 13:52:58 UTC 2016 - rjschwei@suse.com + +- Include in SLES 12 (FATE#321371, bsc#998103) + ------------------------------------------------------------------- Thu Sep 1 12:36:06 UTC 2016 - tbechtold@suse.com