From f3187952545f49b210a9e40989c92a8308850d934a45cd57baccea71e90d4c17 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 1 Jul 2021 12:24:51 +0000 Subject: [PATCH 1/2] Accepting request 903337 from system:homeautomation:home-assistant - update to 4.0.0 * core: add support for CAA queries * core: add support for getaddrinfo() * core: add ability to use the system installed c-ares * test: remove TTL tests * core: update c-ares and use a submodule * core: drop bundled c-ares version * misc: drop tasks.py OBS-URL: https://build.opensuse.org/request/show/903337 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycares?expand=0&rev=8 --- pycares-3.1.1.tar.gz | 3 --- pycares-4.0.0.tar.gz | 3 +++ python-pycares.changes | 12 ++++++++++++ python-pycares.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 pycares-3.1.1.tar.gz create mode 100644 pycares-4.0.0.tar.gz diff --git a/pycares-3.1.1.tar.gz b/pycares-3.1.1.tar.gz deleted file mode 100644 index 443d636..0000000 --- a/pycares-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18dfd4fd300f570d6c4536c1d987b7b7673b2a9d14346592c5d6ed716df0d104 -size 233742 diff --git a/pycares-4.0.0.tar.gz b/pycares-4.0.0.tar.gz new file mode 100644 index 0000000..29d1840 --- /dev/null +++ b/pycares-4.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0154fc5753b088758fbec9bc137e1b24bb84fc0c6a09725c8bac25a342311cd +size 819652 diff --git a/python-pycares.changes b/python-pycares.changes index e722140..8c6f19f 100644 --- a/python-pycares.changes +++ b/python-pycares.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon May 31 11:54:19 UTC 2021 - Adrian Schröter + +- update to 4.0.0 + * core: add support for CAA queries + * core: add support for getaddrinfo() + * core: add ability to use the system installed c-ares + * test: remove TTL tests + * core: update c-ares and use a submodule + * core: drop bundled c-ares version + * misc: drop tasks.py + ------------------------------------------------------------------- Thu Mar 19 12:52:26 UTC 2020 - Marketa Calabkova diff --git a/python-pycares.spec b/python-pycares.spec index c29868a..528d74c 100644 --- a/python-pycares.spec +++ b/python-pycares.spec @@ -1,7 +1,7 @@ # # spec file for package python-pycares # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pycares -Version: 3.1.1 +Version: 4.0.0 Release: 0 Summary: Python interface for c-ares License: MIT From 282f45c2c8e1d5133f6d0bf980835bc090ad589cacf2375e4830a7a2793c0382 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 1 Jul 2021 13:11:42 +0000 Subject: [PATCH 2/2] Fix URL (http -> https) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycares?expand=0&rev=9 --- python-pycares.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pycares.spec b/python-pycares.spec index 528d74c..c970f58 100644 --- a/python-pycares.spec +++ b/python-pycares.spec @@ -24,7 +24,7 @@ Release: 0 Summary: Python interface for c-ares License: MIT Group: Development/Languages/Python -URL: http://github.com/saghul/pycares +URL: https://github.com/saghul/pycares Source: https://files.pythonhosted.org/packages/source/p/pycares/pycares-%{version}.tar.gz BuildRequires: %{python_module cffi} BuildRequires: %{python_module devel}