From 879c4cbd816386f840e8929be0a55f7f6aa4c84674dcb6f69b4ec5c76d9236ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 6 Aug 2021 07:13:11 +0000 Subject: [PATCH] Accepting request 910369 from home:stroeder:iam update to 1.0 (Python 2 support dropped) OBS-URL: https://build.opensuse.org/request/show/910369 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jwcrypto?expand=0&rev=24 --- jwcrypto-0.9.1.tar.gz | 3 --- jwcrypto-1.0.tar.gz | 3 +++ python-jwcrypto.changes | 13 +++++++++++++ python-jwcrypto.spec | 6 ++++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 jwcrypto-0.9.1.tar.gz create mode 100644 jwcrypto-1.0.tar.gz diff --git a/jwcrypto-0.9.1.tar.gz b/jwcrypto-0.9.1.tar.gz deleted file mode 100644 index f1f1c26..0000000 --- a/jwcrypto-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63531529218ba9869e14ef8c9e7b516865ede3facf9b0ef3d3ba68014da211f9 -size 87317 diff --git a/jwcrypto-1.0.tar.gz b/jwcrypto-1.0.tar.gz new file mode 100644 index 0000000..62af83d --- /dev/null +++ b/jwcrypto-1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88816eb0a41b8f006af978ced5f171f33782525006cdb055b536a40f4d46ac9 +size 87992 diff --git a/python-jwcrypto.changes b/python-jwcrypto.changes index e0b7345..1ef7298 100644 --- a/python-jwcrypto.changes +++ b/python-jwcrypto.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Aug 5 19:05:35 UTC 2021 - Michael Ströder + +- update to 1.0 + * Create SECURITY.md + * Allow empty payloads in JWS tokens + * Add tests to check empty payload support + * Drop python2 compatibility + * Fix python3 pylint issues + * Add explicit support to check 'typ' in JWT + * Drop support for importing old MutableMapping + * Disable annoying pep8 naming checks + ------------------------------------------------------------------- Sat Jun 12 16:31:12 UTC 2021 - Michael Ströder diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index e9de071..0fae6d7 100644 --- a/python-jwcrypto.spec +++ b/python-jwcrypto.spec @@ -18,8 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 + Name: python-jwcrypto -Version: 0.9.1 +Version: 1.0 Release: 0 Summary: Python module package implementing JOSE Web standards License: LGPL-3.0-only @@ -62,6 +64,6 @@ rm -rv %{buildroot}%{_datadir}/doc/jwcrypto %files %{python_files} %{python_sitelib}/* %license LICENSE -%doc README.md +%doc README.md SECURITY.md %changelog