From 9fc50395f6326de8e597ef0baab57c9cfcccfa644ece4587cdeb4ca46bc5dc2f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 11 Jul 2022 16:41:19 +0000 Subject: [PATCH] Accepting request 988405 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/988405 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycares?expand=0&rev=10 --- pycares-4.0.0.tar.gz | 3 --- pycares-4.2.1.tar.gz | 3 +++ python-pycares.changes | 32 ++++++++++++++++++++++++++++++++ python-pycares.spec | 4 ++-- 4 files changed, 37 insertions(+), 5 deletions(-) delete mode 100644 pycares-4.0.0.tar.gz create mode 100644 pycares-4.2.1.tar.gz diff --git a/pycares-4.0.0.tar.gz b/pycares-4.0.0.tar.gz deleted file mode 100644 index 29d1840..0000000 --- a/pycares-4.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0154fc5753b088758fbec9bc137e1b24bb84fc0c6a09725c8bac25a342311cd -size 819652 diff --git a/pycares-4.2.1.tar.gz b/pycares-4.2.1.tar.gz new file mode 100644 index 0000000..427b553 --- /dev/null +++ b/pycares-4.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735b4f75fd0f595c4e9184da18cd87737f46bc81a64ea41f4edce2b6b68d46d2 +size 824955 diff --git a/python-pycares.changes b/python-pycares.changes index 8c6f19f..929cb31 100644 --- a/python-pycares.changes +++ b/python-pycares.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Mon Jul 11 13:59:59 UTC 2022 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 4.2.1: + * core: add flexible member to ares_addrinfo to fix c-ares 1.18 + +- changes from version 4.2.0: + * tests: ignoring 2 tests due to dead servers + * tests: updated google TXT records for an outdated test + * deps: update bundled c-ares + +- changes from version 4.1.2: + * build: add PYPIREADME.rst to manifest + +- changes from version 4.1.1: + * misc: add PyPI README without images + * misc: update c-ares URL + +- changes from version 4.1.0: + * ci: use stable 3.10, rather than dev + * core: add support for Python 3.10 + * doc: fix typo in README + * doc: updatee changelog + * doc: uppdate README + * core: add support for CAA queries + * core: add support for getaddrinfo() + * doc: update README + * core: add ability to use the system installed c-ares + ------------------------------------------------------------------- Mon May 31 11:54:19 UTC 2021 - Adrian Schröter diff --git a/python-pycares.spec b/python-pycares.spec index c970f58..9425f66 100644 --- a/python-pycares.spec +++ b/python-pycares.spec @@ -1,7 +1,7 @@ # # spec file for package python-pycares # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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: 4.0.0 +Version: 4.2.1 Release: 0 Summary: Python interface for c-ares License: MIT