diff --git a/jwcrypto-0.8.tar.gz b/jwcrypto-0.8.tar.gz deleted file mode 100644 index eecf7f7..0000000 --- a/jwcrypto-0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7fee2635bbefdf145399392f5be26ad54161c8271c66b5fe107b4b452f06c24 -size 73970 diff --git a/jwcrypto-0.9.1.tar.gz b/jwcrypto-0.9.1.tar.gz new file mode 100644 index 0000000..f1f1c26 --- /dev/null +++ b/jwcrypto-0.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63531529218ba9869e14ef8c9e7b516865ede3facf9b0ef3d3ba68014da211f9 +size 87317 diff --git a/python-jwcrypto.changes b/python-jwcrypto.changes index ae1e173..e0b7345 100644 --- a/python-jwcrypto.changes +++ b/python-jwcrypto.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sat Jun 12 16:31:12 UTC 2021 - Michael Ströder + +- added Requires: python-Deprecated +- update to upstream release 0.9.1 + * Create codeql-analysis.yml + * Add back ppc64le CI + * Actually add the split out ppc64le action + * Silence a test warning + * Remove the _params abstraction and simplify JWK + * Fix crash in exception handler + * Add test for Issue 209 + * Fix keyset import with similar keys + * Test fix for Issue 208 + * Add __repr__() to mask keys + * Adding Power support(ppc64le) with ci and testing to the project for architecture independent + * Added six as a dependency to avoid import error + * Make sure an empty dict is a valid JWT payload + * Turn JWK into a dict-like object + * Go one step further and provide access as attrs + * Drop support for py34 as it stopped working on F33 + * Deprecate RSA1_5 and remove from defaults + * Make PBES2 behave like all other algorithms + * Enforce protected header in compact serilization + * Fix importing Public EC keys from PEM files + * Installation instructions + extra badges + * RFC 8812 - Add Default allowed algorithms + ------------------------------------------------------------------- Sun Sep 6 19:25:26 UTC 2020 - Tomáš Chvátal diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index 6748ede..e9de071 100644 --- a/python-jwcrypto.spec +++ b/python-jwcrypto.spec @@ -1,7 +1,7 @@ # # spec file for package python-jwcrypto # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,21 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} + Name: python-jwcrypto -Version: 0.8 +Version: 0.9.1 Release: 0 Summary: Python module package implementing JOSE Web standards License: LGPL-3.0-only URL: https://github.com/latchset/jwcrypto Source: https://files.pythonhosted.org/packages/source/j/jwcrypto/jwcrypto-%{version}.tar.gz +BuildRequires: %{python_module Deprecated} BuildRequires: %{python_module cryptography >= 2.3} BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-Deprecated Requires: python-cryptography >= 2.3 BuildArch: noarch %python_subpackages