14
0

- 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
This commit is contained in:
2024-03-19 07:17:28 +00:00
committed by Git OBS Bridge
parent 929994fea6
commit d55a334356
4 changed files with 20 additions and 6 deletions

View File

@@ -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