diff --git a/PyJWT-1.5.2.tar.gz b/PyJWT-1.5.2.tar.gz deleted file mode 100644 index 07685e1..0000000 --- a/PyJWT-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1179f0bff86463b5308ee5f7aff1c350e1f38139d62a723e16fb2c557d1c795f -size 72715 diff --git a/PyJWT-1.5.3.tar.gz b/PyJWT-1.5.3.tar.gz new file mode 100644 index 0000000..4654c97 --- /dev/null +++ b/PyJWT-1.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500be75b17a63f70072416843dc80c8821109030be824f4d14758f114978bae7 +size 73044 diff --git a/python-PyJWT.changes b/python-PyJWT.changes index 0f19801..21982e3 100644 --- a/python-PyJWT.changes +++ b/python-PyJWT.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Nov 2 02:05:49 UTC 2017 - arun@gmx.de + +- update to version 1.5.3: + * Changed + + Increase required version of the cryptography package to + >=1.4.0. + * Fixed + + Remove uses of deprecated functions from the cryptography + package. + + Warn about missing algorithms param to decode() only when verify + param is True #281 + ------------------------------------------------------------------- Mon Aug 21 15:51:40 UTC 2017 - tbechtold@suse.com diff --git a/python-PyJWT.spec b/python-PyJWT.spec index 7daec3e..edfa4ed 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.5.2 +Version: 1.5.3 Release: 0 Summary: JSON Web Token implementation in Python License: MIT