14
0

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:
Tomáš Chvátal
2020-03-19 13:37:57 +00:00
committed by Git OBS Bridge
parent 49e0d049d5
commit 7b647f3075
4 changed files with 20 additions and 6 deletions

View File

@@ -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}