15
0

Accepting request 1242993 from home:glaubitz:branches:devel:languages:python

- Update to 5.0.9
  * Drop support for Python 2 and <3.7
  * Fix CVE-2023-26112, ReDoS attack
- Drop CVE-2023-26112.patch, merged upstream
- Drop remove_six.patch, fixed upstream

OBS-URL: https://build.opensuse.org/request/show/1242993
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configobj?expand=0&rev=51
This commit is contained in:
2025-02-04 10:23:44 +00:00
committed by Git OBS Bridge
parent e98a0274c3
commit 299873ef2d
6 changed files with 14 additions and 437 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 4 08:55:17 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 5.0.9
* Drop support for Python 2 and <3.7
* Fix CVE-2023-26112, ReDoS attack
- Drop CVE-2023-26112.patch, merged upstream
- Drop remove_six.patch, fixed upstream
-------------------------------------------------------------------
Wed Sep 11 12:08:59 UTC 2024 - Matej Cepl <mcepl@cepl.eu>