forked from pool/python-pycares
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:
3
pycares-4.10.0.tar.gz
Normal file
3
pycares-4.10.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9df70dce6e05afa5d477f48959170e569485e20dad1a089c4cf3b2d7ffbd8bf9
|
||||
size 654318
|
BIN
pycares-4.9.0.tar.gz
(Stored with Git LFS)
BIN
pycares-4.9.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pycares
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# 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-pycares
|
||||
Version: 4.9.0
|
||||
Version: 4.10.0
|
||||
Release: 0
|
||||
Summary: Python interface for c-ares
|
||||
License: MIT
|
||||
@@ -50,6 +50,7 @@ resolutions asynchronously
|
||||
%autosetup -p1 -n pycares-%{version}
|
||||
|
||||
%build
|
||||
export PYCARES_USE_SYSTEM_LIB=1
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
|
Reference in New Issue
Block a user