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 * Fixup test CI by @saghul in #254
* Refactor channel destruction logic by @saghul in #253 * Refactor channel destruction logic by @saghul in #253
- use system c-ares instead of bundled version - 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> Wed Jun 18 12:58:39 UTC 2025 - Nico Krapp <nico.krapp@suse.com>

1
python-pycares.rpmlintrc Normal file
View File

@@ -0,0 +1 @@
addFilter("binary-or-shlib-calls-gethostbyname")

View File

@@ -24,7 +24,8 @@ Summary: Python interface for c-ares
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/saghul/pycares URL: https://github.com/saghul/pycares
Source: https://files.pythonhosted.org/packages/source/p/pycares/pycares-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/p/pycares/pycares-%{version}.tar.gz
Source99: python-pycares.rpmlintrc
# PATCH-FIX-UPSTREAM cleanup_tests.patch bsc#[0-9]+ mcepl@suse.com # PATCH-FIX-UPSTREAM cleanup_tests.patch bsc#[0-9]+ mcepl@suse.com
# Make the test suite slightly more normal # Make the test suite slightly more normal
Patch0: cleanup_tests.patch Patch0: cleanup_tests.patch