1
0

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
This commit is contained in:
Matej Cepl 2022-07-11 16:41:19 +00:00 committed by Git OBS Bridge
parent 282f45c2c8
commit 9fc50395f6
4 changed files with 37 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Mon Jul 11 13:59:59 UTC 2022 - Arun Persaud <arun@gmx.de>
- 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 <adrian@suse.de>

View File

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