From 8b3e6a46c3ce4068eb6680006c3fd4d8db296faeb26bb268ea868b169ecb6442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 29 Jun 2018 08:44:57 +0000 Subject: [PATCH 1/2] Accepting request 619450 from home:stroeder:branches:devel:languages:python - update to upstream release 0.5.0 OBS-URL: https://build.opensuse.org/request/show/619450 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jwcrypto?expand=0&rev=10 --- jwcrypto-0.4.2.tar.gz | 3 --- jwcrypto-0.5.0.tar.gz | 3 +++ python-jwcrypto.changes | 5 +++++ python-jwcrypto.spec | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 jwcrypto-0.4.2.tar.gz create mode 100644 jwcrypto-0.5.0.tar.gz diff --git a/jwcrypto-0.4.2.tar.gz b/jwcrypto-0.4.2.tar.gz deleted file mode 100644 index d2198c3..0000000 --- a/jwcrypto-0.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1eed128f3c8a2445429a86161a98aaaf085979447d64a9ce18ffb383e3b50c1e -size 65996 diff --git a/jwcrypto-0.5.0.tar.gz b/jwcrypto-0.5.0.tar.gz new file mode 100644 index 0000000..082047f --- /dev/null +++ b/jwcrypto-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3158ea0ccb70407ec441e76d67aeb827ff85adb142291c1d184f8b8bd4dbdb93 +size 67689 diff --git a/python-jwcrypto.changes b/python-jwcrypto.changes index b3087b5..9766845 100644 --- a/python-jwcrypto.changes +++ b/python-jwcrypto.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 27 20:45:14 UTC 2018 - michael@stroeder.com + +- update to upstream release 0.5.0 + ------------------------------------------------------------------- Mon Jun 25 14:05:59 UTC 2018 - mcepl@suse.com diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index 6ffc5f7..3a8be34 100644 --- a/python-jwcrypto.spec +++ b/python-jwcrypto.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jwcrypto -Version: 0.4.2 +Version: 0.5.0 Release: 0 Summary: Python module package implementing JOSE Web standards License: LGPL-3.0-only From afdb629978e6802b4ab74d4358fff246d5f679ee2ebea125af3676f34e5dff7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 29 Jun 2018 08:46:28 +0000 Subject: [PATCH 2/2] - update to upstream release 0.5.0: * Better validation of JWE * Avoid deprecation warnings * Tested to work with python 3.7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jwcrypto?expand=0&rev=11 --- python-jwcrypto.changes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-jwcrypto.changes b/python-jwcrypto.changes index 9766845..d291fa5 100644 --- a/python-jwcrypto.changes +++ b/python-jwcrypto.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- Wed Jun 27 20:45:14 UTC 2018 - michael@stroeder.com -- update to upstream release 0.5.0 +- update to upstream release 0.5.0: + * Better validation of JWE + * Avoid deprecation warnings + * Tested to work with python 3.7 ------------------------------------------------------------------- Mon Jun 25 14:05:59 UTC 2018 - mcepl@suse.com