14
0

Accepting request 903428 from devel:languages:python

- 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/903428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycares?expand=0&rev=4
This commit is contained in:
2021-07-10 20:53:53 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18dfd4fd300f570d6c4536c1d987b7b7673b2a9d14346592c5d6ed716df0d104
size 233742

3
pycares-4.0.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d0154fc5753b088758fbec9bc137e1b24bb84fc0c6a09725c8bac25a342311cd
size 819652

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon May 31 11:54:19 UTC 2021 - Adrian Schröter <adrian@suse.de>
- 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 <mcalabkova@suse.com>

View File

@@ -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,12 +19,12 @@
%{?!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
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}