Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pycares for openSUSE:Factory checked in at 2026-03-26 21:07:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pycares (Old) and /work/SRC/openSUSE:Factory/.python-pycares.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pycares" Thu Mar 26 21:07:21 2026 rev:17 rq:1342111 version:5.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pycares/python-pycares.changes 2025-09-20 22:04:03.018595183 +0200 +++ /work/SRC/openSUSE:Factory/.python-pycares.new.8177/python-pycares.changes 2026-03-27 06:48:46.648168269 +0100 @@ -1,0 +2,27 @@ +Mon Mar 23 21:36:31 UTC 2026 - Dirk Müller <[email protected]> + +- update to 5.0.1: + * Fix IDNA 2008 test +- update to 5.0.0: + * Use Literal for type + * Use CMake for compiling c-ares + * build(deps): bump actions/setup-python from 5 to 6 + * build(deps): bump pypa/cibuildwheel from 3.1.4 to 3.2.0 + * Move project metadata to pyproject.toml + * Remove gethostbyname + * Remove getsock + * Replace ares_{get,set}servers with ares_{get,set}_servers_csv + * Remove ares_init and ares_mkquery, they are unused + * build(deps): bump actions/download-artifact from 5 to 6 + * build(deps): bump actions/upload-artifact from 4 to 5 + * Make c-ares thread-safety mandatory + * Migrate API to c-ares' dnsrec variants + * Build wheels in parallel + * build(deps): bump actions/checkout from 5 to 6 + * Update bundled c-ares to v1.34.6 + * Make callback a mandatory kwarg-only argument + * Return bytes data for TXT records + * Add support for TLSA, HTTP and URI queries + * Remove event_thread option, make it implicit + +------------------------------------------------------------------- Old: ---- pycares-4.11.0.tar.gz New: ---- pycares-5.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pycares.spec ++++++ --- /var/tmp/diff_new_pack.GbQtc1/_old 2026-03-27 06:48:47.232192319 +0100 +++ /var/tmp/diff_new_pack.GbQtc1/_new 2026-03-27 06:48:47.232192319 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pycares # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 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.11.0 +Version: 5.0.1 Release: 0 Summary: Python interface for c-ares License: MIT @@ -29,7 +29,7 @@ # PATCH-FIX-UPSTREAM cleanup_tests.patch bsc#[0-9]+ [email protected] # Make the test suite slightly more normal Patch0: cleanup_tests.patch -BuildRequires: %{python_module cffi} +BuildRequires: %{python_module cffi >= 1.5.0} BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} @@ -38,8 +38,8 @@ BuildRequires: fdupes BuildRequires: gcc BuildRequires: python-rpm-macros -Requires: python-cffi -Recommends: python-idna +Requires: python-cffi >= 1.5.0 +Recommends: python-idna >= 2.1 %python_subpackages %description ++++++ pycares-4.11.0.tar.gz -> pycares-5.0.1.tar.gz ++++++ ++++ 11333 lines of diff (skipped)
