14
0

- add python-pycares.rpmlintrc to ignore false positive of using

gethostbyname.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycares?expand=0&rev=33
This commit is contained in:
2025-08-12 23:06:28 +00:00
committed by Git OBS Bridge
parent c2d034c6f5
commit 801200ff5c
3 changed files with 5 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ Fri Aug 8 12:39:36 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
* Fixup test CI by @saghul in #254
* Refactor channel destruction logic by @saghul in #253
- use system c-ares instead of bundled version
- add python-pycares.rpmlintrc to ignore false positive of using
gethostbyname.
-------------------------------------------------------------------
Wed Jun 18 12:58:39 UTC 2025 - Nico Krapp <nico.krapp@suse.com>