From 7b647f30759eff071f52dc63e5964f65bb961a60025a3944e4754b8de9b035a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 19 Mar 2020 13:37:57 +0000 Subject: [PATCH] Accepting request 786482 from home:mcalabkova:branches:devel:languages:python - Update to 3.1.1 * misc: add Python 3.8 classifier * ci: run tests in Python 3.8 too * test: remove no longer valid test * test: remove empty test * errno: return str from errno.strerror * core: fix crash when processing .onion queries * core: fix support for ARES_OPT_LOOKUPS option * misc: simplify non-ascii txt test example * core: fix long TXT record with non-ascii bytes OBS-URL: https://build.opensuse.org/request/show/786482 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycares?expand=0&rev=6 --- pycares-3.0.0.tar.gz | 3 --- pycares-3.1.1.tar.gz | 3 +++ python-pycares.changes | 14 ++++++++++++++ python-pycares.spec | 6 +++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 pycares-3.0.0.tar.gz create mode 100644 pycares-3.1.1.tar.gz diff --git a/pycares-3.0.0.tar.gz b/pycares-3.0.0.tar.gz deleted file mode 100644 index 4155e00..0000000 --- a/pycares-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd -size 211207 diff --git a/pycares-3.1.1.tar.gz b/pycares-3.1.1.tar.gz new file mode 100644 index 0000000..443d636 --- /dev/null +++ b/pycares-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18dfd4fd300f570d6c4536c1d987b7b7673b2a9d14346592c5d6ed716df0d104 +size 233742 diff --git a/python-pycares.changes b/python-pycares.changes index f367994..e722140 100644 --- a/python-pycares.changes +++ b/python-pycares.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Mar 19 12:52:26 UTC 2020 - Marketa Calabkova + +- Update to 3.1.1 + * misc: add Python 3.8 classifier + * ci: run tests in Python 3.8 too + * test: remove no longer valid test + * test: remove empty test + * errno: return str from errno.strerror + * core: fix crash when processing .onion queries + * core: fix support for ARES_OPT_LOOKUPS option + * misc: simplify non-ascii txt test example + * core: fix long TXT record with non-ascii bytes + ------------------------------------------------------------------- Thu Mar 21 13:59:43 UTC 2019 - Ondřej Súkup diff --git a/python-pycares.spec b/python-pycares.spec index 249c64f..c29868a 100644 --- a/python-pycares.spec +++ b/python-pycares.spec @@ -1,7 +1,7 @@ # # spec file for package python-pycares # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,12 +19,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pycares -Version: 3.0.0 +Version: 3.1.1 Release: 0 Summary: Python interface for c-ares License: MIT Group: Development/Languages/Python -Url: http://github.com/saghul/pycares +URL: http://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}