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