- update to 3.7 (bsc#1222842, CVE-2024-3651):

* Fix issue where specially crafted inputs to encode() could take
    exceptionally long amount of time to process. [CVE-2024-3651]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-idna?expand=0&rev=34
This commit is contained in:
Daniel Garcia 2024-04-18 07:34:42 +00:00 committed by Git OBS Bridge
parent 66f68666da
commit e61d8042cb
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca
size 175426

3
idna-3.7.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc
size 189575

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 18 07:30:37 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- update to 3.7 (bsc#1222842, CVE-2024-3651):
* Fix issue where specially crafted inputs to encode() could take
exceptionally long amount of time to process. [CVE-2024-3651]
-------------------------------------------------------------------
Mon Nov 27 08:56:13 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-idna
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-idna
Version: 3.6
Version: 3.7
Release: 0
Summary: Internationalized Domain Names in Applications (IDNA)
License: BSD-3-Clause
@ -46,7 +46,7 @@ for the “encodings.idna” module that comes with the Python standard
library but currently only supports the older 2003 specification.
%prep
%setup -q -n idna-%{version}
%autosetup -p1 -n idna-%{version}
%build
%pyproject_wheel
@ -61,6 +61,7 @@ library but currently only supports the older 2003 specification.
%files %{python_files}
%license LICENSE.md
%doc README.rst
%{python_sitelib}/*
%{python_sitelib}/idna
%{python_sitelib}/idna-%{version}*-info
%changelog