From 810593b08a2ee302aa4fff4b9746932a9d9209740d24882eaa4d1674a3d8ed08 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 11 Apr 2025 07:14:12 +0000 Subject: [PATCH] Accepting request 1268390 from home:glaubitz:branches:devel:languages:python - Update to 4.6.0 * Swap out is_all_ascii for built-in str.isascii by @bdraco in (#209) * Fixup tests by @saghul in (#214) * Add initial type annotations by @Dreamsorcerer in (#212) * Fix module has no attribute type errors by @Dreamsorcerer in (#211) OBS-URL: https://build.opensuse.org/request/show/1268390 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycares?expand=0&rev=25 --- pycares-4.5.0.tar.gz | 3 --- pycares-4.6.0.tar.gz | 3 +++ python-pycares.changes | 9 +++++++++ python-pycares.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 pycares-4.5.0.tar.gz create mode 100644 pycares-4.6.0.tar.gz diff --git a/pycares-4.5.0.tar.gz b/pycares-4.5.0.tar.gz deleted file mode 100644 index 4581563..0000000 --- a/pycares-4.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:025b6c2ffea4e9fb8f9a097381c2fecb24aff23fbd6906e70da22ec9ba60e19d -size 821554 diff --git a/pycares-4.6.0.tar.gz b/pycares-4.6.0.tar.gz new file mode 100644 index 0000000..f48a8e2 --- /dev/null +++ b/pycares-4.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a004b18a7465ac9400216bc3fad9d9966007af1ee32f4412d2b3a94e33456e +size 822080 diff --git a/python-pycares.changes b/python-pycares.changes index 5d32b09..3d460c0 100644 --- a/python-pycares.changes +++ b/python-pycares.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Apr 10 12:28:57 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 4.6.0 + * Swap out is_all_ascii for built-in str.isascii by @bdraco in (#209) + * Fixup tests by @saghul in (#214) + * Add initial type annotations by @Dreamsorcerer in (#212) + * Fix module has no attribute type errors by @Dreamsorcerer in (#211) + ------------------------------------------------------------------- Fri Jan 10 09:20:14 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-pycares.spec b/python-pycares.spec index 6c6bc6f..c628ec6 100644 --- a/python-pycares.spec +++ b/python-pycares.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-pycares -Version: 4.5.0 +Version: 4.6.0 Release: 0 Summary: Python interface for c-ares License: MIT