forked from pool/python-jwcrypto
- 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:
BIN
jwcrypto-1.5.1.tar.gz
(Stored with Git LFS)
BIN
jwcrypto-1.5.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
jwcrypto-1.5.6.tar.gz
(Stored with Git LFS)
Normal file
BIN
jwcrypto-1.5.6.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 07:14:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Tue Jan 2 21:07:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -16,23 +16,25 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-jwcrypto
|
Name: python-jwcrypto
|
||||||
Version: 1.5.1
|
Version: 1.5.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module package implementing JOSE Web standards
|
Summary: Python module package implementing JOSE Web standards
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
URL: https://github.com/latchset/jwcrypto
|
URL: https://github.com/latchset/jwcrypto
|
||||||
Source: https://files.pythonhosted.org/packages/source/j/jwcrypto/jwcrypto-%{version}.tar.gz
|
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 cryptography >= 3.4}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module typing-extensions >= 4.5.0}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Deprecated
|
|
||||||
Requires: python-cryptography >= 3.4
|
Requires: python-cryptography >= 3.4
|
||||||
|
Requires: python-typing-extensions >= 4.5.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user