From a5e4ac810476727744ee05186f0a1be564590f0387bda02deaa2ef8345c5199f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 14 Dec 2022 10:07:46 +0000 Subject: [PATCH] Accepting request 1042739 from home:yarunachalam:branches:devel:languages:python - Update to version 4.3.0 * Bump cibuildwheel to build for Python 3.11 + CI total time speedups by @Jackenmen in #174 Fix tests that depended on external sites by @Jackenmen in #180 Complete the Python 3.11 support by @Jackenmen in #179 Drop CPython 3.6 by @saghul in #181 Improve test compatibility with pytest by @saghul in #182 Update c-ares submodule to 1.18.1 by @saghul in #183 OBS-URL: https://build.opensuse.org/request/show/1042739 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycares?expand=0&rev=17 --- pycares-4.2.2.tar.gz | 3 --- pycares-4.3.0.tar.gz | 3 +++ python-pycares.changes | 11 +++++++++++ python-pycares.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 pycares-4.2.2.tar.gz create mode 100644 pycares-4.3.0.tar.gz diff --git a/pycares-4.2.2.tar.gz b/pycares-4.2.2.tar.gz deleted file mode 100644 index 8ff7270..0000000 --- a/pycares-4.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1f57a8004370080694bd6fb969a1ffc9171a59c6824d54f791c1b2e4d298385 -size 825335 diff --git a/pycares-4.3.0.tar.gz b/pycares-4.3.0.tar.gz new file mode 100644 index 0000000..df9b64d --- /dev/null +++ b/pycares-4.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c542696f6dac978e9d99192384745a65f80a7d9450501151e4a7563e06010d45 +size 821580 diff --git a/python-pycares.changes b/python-pycares.changes index 9d514fe..58a053f 100644 --- a/python-pycares.changes +++ b/python-pycares.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Dec 13 16:24:44 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 4.3.0 + * Bump cibuildwheel to build for Python 3.11 + CI total time speedups by @Jackenmen in #174 + Fix tests that depended on external sites by @Jackenmen in #180 + Complete the Python 3.11 support by @Jackenmen in #179 + Drop CPython 3.6 by @saghul in #181 + Improve test compatibility with pytest by @saghul in #182 + Update c-ares submodule to 1.18.1 by @saghul in #183 + ------------------------------------------------------------------- Thu Dec 8 22:21:16 UTC 2022 - Matej Cepl diff --git a/python-pycares.spec b/python-pycares.spec index 3b1edb0..51fab2c 100644 --- a/python-pycares.spec +++ b/python-pycares.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pycares -Version: 4.2.2 +Version: 4.3.0 Release: 0 Summary: Python interface for c-ares License: MIT