Accepting request 1168783 from devel:languages:python

- 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/request/show/1168783
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-idna?expand=0&rev=17
This commit is contained in:
Ana Guerrero 2024-04-18 20:08:01 +00:00 committed by Git OBS Bridge
commit ea40dd9494
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

BIN
idna-3.7.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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