forked from pool/python-pycares
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
This commit is contained in:
parent
49e0d049d5
commit
7b647f3075
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd
|
|
||||||
size 211207
|
|
3
pycares-3.1.1.tar.gz
Normal file
3
pycares-3.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18dfd4fd300f570d6c4536c1d987b7b7673b2a9d14346592c5d6ed716df0d104
|
||||||
|
size 233742
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 19 12:52:26 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- 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 <mimi.vx@gmail.com>
|
Thu Mar 21 13:59:43 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pycares
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,12 +19,12 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-pycares
|
Name: python-pycares
|
||||||
Version: 3.0.0
|
Version: 3.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python interface for c-ares
|
Summary: Python interface for c-ares
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
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
|
Source: https://files.pythonhosted.org/packages/source/p/pycares/pycares-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module cffi}
|
BuildRequires: %{python_module cffi}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user