From 89834d50560a5969a310dcbdb78697bcca89b15f4632c24fe3bcd53e941f0c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 7 Jul 2018 21:44:45 +0000 Subject: [PATCH] Accepting request 621457 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/621457 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=34 --- PyJWT-1.6.3.tar.gz | 3 --- PyJWT-1.6.4.tar.gz | 3 +++ python-PyJWT.changes | 6 ++++++ python-PyJWT.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 PyJWT-1.6.3.tar.gz create mode 100644 PyJWT-1.6.4.tar.gz diff --git a/PyJWT-1.6.3.tar.gz b/PyJWT-1.6.3.tar.gz deleted file mode 100644 index ef9f473..0000000 --- a/PyJWT-1.6.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c365c2c92063bdc609a9ef328958a910e249ffcad953895914b87e645412cf81 -size 41585 diff --git a/PyJWT-1.6.4.tar.gz b/PyJWT-1.6.4.tar.gz new file mode 100644 index 0000000..75387ea --- /dev/null +++ b/PyJWT-1.6.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee413b357d53fd3fb44704577afac88e72e878716116270d722723d65b42176 +size 41694 diff --git a/python-PyJWT.changes b/python-PyJWT.changes index 0c58415..da1bfcc 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 7 17:24:24 UTC 2018 - arun@gmx.de + +- update to version 1.6.4: + * Reverse an unintentional breaking API change to .decode() #352 + ------------------------------------------------------------------- Wed May 23 10:35:21 UTC 2018 - tchvatal@suse.com diff --git a/python-PyJWT.spec b/python-PyJWT.spec index 8f3fe13..8a944c2 100644 --- a/python-PyJWT.spec +++ b/python-PyJWT.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-PyJWT -Version: 1.6.3 +Version: 1.6.4 Release: 0 Summary: JSON Web Token implementation in Python License: MIT