14
0

Accepting request 903337 from system:homeautomation:home-assistant

- 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/903337
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycares?expand=0&rev=8
This commit is contained in:
2021-07-01 12:24:51 +00:00
committed by Git OBS Bridge
parent 7b647f3075
commit f318795254
4 changed files with 17 additions and 5 deletions

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>