14
0

Accepting request 1299078 from home:nkrapp:branches:devel:languages:python

- Update to 4.10.0 (actually fixes CVE-2025-48945, bsc#1244691)
  * Remove unused import by @saghul in #240
  * Fixup chunked TXT record test by @saghul in #242
  * Remove overzealous checks by @saghul in #241
  * Fix OpenBSD build by @saghul in #243
  * Make result.type Final by @Dreamsorcerer in #246
  * Idna resource reduction using a length check by @Vizonex in #247
  * Add read & write process_fd functions by @Vizonex in #245
  * build(deps): bump pypa/cibuildwheel from 2.23.3 to 3.0.0
    by @dependabot[bot] in #244
  * Remove context manager support by @saghul in #252
  * Fixup test CI by @saghul in #254
  * Refactor channel destruction logic by @saghul in #253
- use system c-ares instead of bundled version

OBS-URL: https://build.opensuse.org/request/show/1299078
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycares?expand=0&rev=32
This commit is contained in:
2025-08-12 22:09:12 +00:00
committed by Git OBS Bridge
parent c5abe0c9ab
commit c2d034c6f5
4 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Aug 8 12:39:36 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
- Update to 4.10.0 (actually fixes CVE-2025-48945, bsc#1244691)
* Remove unused import by @saghul in #240
* Fixup chunked TXT record test by @saghul in #242
* Remove overzealous checks by @saghul in #241
* Fix OpenBSD build by @saghul in #243
* Make result.type Final by @Dreamsorcerer in #246
* Idna resource reduction using a length check by @Vizonex in #247
* Add read & write process_fd functions by @Vizonex in #245
* build(deps): bump pypa/cibuildwheel from 2.23.3 to 3.0.0
by @dependabot[bot] in #244
* Remove context manager support by @saghul in #252
* Fixup test CI by @saghul in #254
* Refactor channel destruction logic by @saghul in #253
- use system c-ares instead of bundled version
-------------------------------------------------------------------
Wed Jun 18 12:58:39 UTC 2025 - Nico Krapp <nico.krapp@suse.com>