diff --git a/jwcrypto-1.4.2.tar.gz b/jwcrypto-1.4.2.tar.gz deleted file mode 100644 index a8aa1db..0000000 --- a/jwcrypto-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80a35e9ed1b3b2c43ce03d92c5d48e6d0b6647e2aa2618e4963448923d78a37b -size 85106 diff --git a/jwcrypto-1.5.0.tar.gz b/jwcrypto-1.5.0.tar.gz new file mode 100644 index 0000000..50f7dc9 --- /dev/null +++ b/jwcrypto-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1dc51cf8e38ddf324795dfe9426dee9dd46caf47f535ccbc18781fba810b8d +size 86410 diff --git a/python-jwcrypto.changes b/python-jwcrypto.changes index 8b8f6f2..ba47e90 100644 --- a/python-jwcrypto.changes +++ b/python-jwcrypto.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Dec 7 22:03:04 UTC 2023 - Dirk Müller + +- update to 1.5.0: + * Minor bugfixes and the addition of Brainpool curves. + * Raising the bar for minimum pyca/cryptography + * Fix typos with codespell + * Add codespell checks in CI + * Add Brainpool EC-curves support + * Fix error message + * Fix assorted CI issue + * Better support for algorithms that have different input + keysize requirement + ------------------------------------------------------------------- Fri Nov 18 14:57:01 UTC 2022 - Michael Ströder diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index da8811a..847c24f 100644 --- a/python-jwcrypto.spec +++ b/python-jwcrypto.spec @@ -1,7 +1,7 @@ # # spec file for package python-jwcrypto # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,20 +21,20 @@ %define skip_python2 1 Name: python-jwcrypto -Version: 1.4.2 +Version: 1.5.0 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 cryptography >= 3.4} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Deprecated -Requires: python-cryptography >= 2.3 +Requires: python-cryptography >= 3.4 BuildArch: noarch %python_subpackages