From d55a334356e0d6fb96e08d2c269290aeeb3f2248e529b68180692d1b97c48b56 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 19 Mar 2024 07:17:28 +0000 Subject: [PATCH] - update to 1.5.6: * Address potential DoS with high compression ratio - update to 1.5.4: * One more release bump to address issues with typing_extensions minimum required version - update to 1.5.3: * Drop python 3.6 and 3.7 and add 3.11 support * replace deprecated package with typing_extensions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jwcrypto?expand=0&rev=32 --- jwcrypto-1.5.1.tar.gz | 3 --- jwcrypto-1.5.6.tar.gz | 3 +++ python-jwcrypto.changes | 12 ++++++++++++ python-jwcrypto.spec | 8 +++++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 jwcrypto-1.5.1.tar.gz create mode 100644 jwcrypto-1.5.6.tar.gz diff --git a/jwcrypto-1.5.1.tar.gz b/jwcrypto-1.5.1.tar.gz deleted file mode 100644 index e2e576c..0000000 --- a/jwcrypto-1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48bb9bf433777136253579e52b75ffe0f9a4a721d133d01f45a0b91ed5f4f1ae -size 86838 diff --git a/jwcrypto-1.5.6.tar.gz b/jwcrypto-1.5.6.tar.gz new file mode 100644 index 0000000..07a5b77 --- /dev/null +++ b/jwcrypto-1.5.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771a87762a0c081ae6166958a954f80848820b2ab066937dc8b8379d65b1b039 +size 87168 diff --git a/python-jwcrypto.changes b/python-jwcrypto.changes index 90d7325..7753c3f 100644 --- a/python-jwcrypto.changes +++ b/python-jwcrypto.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Mar 19 07:14:44 UTC 2024 - Dirk Müller + +- update to 1.5.6: + * Address potential DoS with high compression ratio +- update to 1.5.4: + * One more release bump to address issues with + typing_extensions minimum required version +- update to 1.5.3: + * Drop python 3.6 and 3.7 and add 3.11 support + * replace deprecated package with typing_extensions + ------------------------------------------------------------------- Tue Jan 2 21:07:17 UTC 2024 - Dirk Müller diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index 06b28f1..a19501b 100644 --- a/python-jwcrypto.spec +++ b/python-jwcrypto.spec @@ -16,23 +16,25 @@ # +%{?sle15_python_module_pythons} Name: python-jwcrypto -Version: 1.5.1 +Version: 1.5.6 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 base >= 3.8} BuildRequires: %{python_module cryptography >= 3.4} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module typing-extensions >= 4.5.0} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-Deprecated Requires: python-cryptography >= 3.4 +Requires: python-typing-extensions >= 4.5.0 BuildArch: noarch %python_subpackages