asmodehn / aiokraken

Asyncio Library for http://kraken.com
MIT License
1 stars 0 forks source link

Update aiodns to 3.2.0 #625

Open pyup-bot opened 5 months ago

pyup-bot commented 5 months ago

This PR updates aiodns from 2.0.0 to 3.2.0.

Changelog ### 3.2.0 ``` What's Changed * Update test_query_ptr test to use address with PTR record by kitterma in https://github.com/saghul/aiodns/pull/114 * Added a missing py.typed file for wheel by AVOstap in https://github.com/saghul/aiodns/pull/115 * Add Winloop as a valid EventLoop by Vizonex in https://github.com/saghul/aiodns/pull/116 * Add support for getaddrinfo by bdraco in https://github.com/saghul/aiodns/pull/118 * Add support for getnameinfo by bdraco in https://github.com/saghul/aiodns/pull/119 New Contributors * kitterma made their first contribution in https://github.com/saghul/aiodns/pull/114 * AVOstap made their first contribution in https://github.com/saghul/aiodns/pull/115 * Vizonex made their first contribution in https://github.com/saghul/aiodns/pull/116 * bdraco made their first contribution in https://github.com/saghul/aiodns/pull/118 **Full Changelog**: https://github.com/saghul/aiodns/compare/v3.1.1...v3.2.0 ``` ### 3.1.1 ``` What's Changed * Add PEP-561 with py.typed by JCHacking in https://github.com/saghul/aiodns/pull/109 * Fix timeout by saghul in https://github.com/saghul/aiodns/pull/110 New Contributors * JCHacking made their first contribution in https://github.com/saghul/aiodns/pull/109 **Full Changelog**: https://github.com/saghul/aiodns/compare/v3.1.0...v3.1.1 ``` ### 3.1.0 ``` What's Changed * Remove loop= param from asyncio.sleep() to fix tests on Python 3.10 by mgorny in https://github.com/saghul/aiodns/pull/96 * Fix return type for resolver nameservers by xtrochu in https://github.com/saghul/aiodns/pull/102 * Update supported Python versions by saghul in https://github.com/saghul/aiodns/pull/108 New Contributors * mgorny made their first contribution in https://github.com/saghul/aiodns/pull/96 * xtrochu made their first contribution in https://github.com/saghul/aiodns/pull/102 **Full Changelog**: https://github.com/saghul/aiodns/compare/aiodns-3.0.0...v3.1.0 ``` ### 3.0.0 ``` - Release wheels and source to PyPI with GH actions - Try to make tests more resilient - Don't build universal wheels - Migrate CI to GH Actions - Fix TXT CHAOS test - Add support for CAA queries - Support Python >= 3.6 - Bump pycares dependency - Drop tasks.py - Allow specifying dnsclass for queries - Set URL to https - Add license args in setup.py - Converted Type Annotations to Py3 syntax Closes - Only run mypy on cpython versions - Also fix all type errors with latest mypy - pycares seems to have no typing / stubs so lets ignore it via `mypy.ini` - setup: typing exists since Python 3.5 - Fix type annotation of gethostbyname() - Updated README ```
Links - PyPI: https://pypi.org/project/aiodns - Changelog: https://data.safetycli.com/changelogs/aiodns/ - Repo: https://github.com/saghul/aiodns