Changelog for
python311-aiodns-3.2.0-150600.2.1.noarch.rpm :
* Tue Apr 02 2024 dmuellerAATTsuse.com- update to 3.2.0:
* Update test_query_ptr test to use address with PTR record
* Added a missing py.typed file for wheel
* Add Winloop as a valid EventLoop
* Add support for getaddrinfo
* Add support for getnameinfo
* Thu Dec 14 2023 pgajdosAATTsuse.com- update to 3.1.1:
* Add PEP-561 with py.typed
* Fri Apr 21 2023 dmuellerAATTsuse.com- add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 mceplAATTsuse.com- Make calling of %{sle15modernpython} optional.
* Wed Jun 16 2021 adrian.glaubitzAATTsuse.com- Update to 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- Drop patches for issues fixed upstream
* python-aiodns-2.0.0-fix-typing-dependency.patch
* Thu Jul 09 2020 buschmann23AATTopensuse.org- fix python-aiodns-2.0.0-fix-typing-dependency.patch and really apply it
* Thu Jul 09 2020 buschmann23AATTopensuse.org- add python-aiodns-2.0.0-fix-typing-dependency.patch to fix wrong dependency to python-typing on python 3.5+ (gh#saghul/aiodns/issues/71)
* Thu Mar 21 2019 mimi.vxAATTgmail.com- update to 2.0.0
* drop python2 support
* Add support for ANY queries
* Fri Mar 01 2019 mimi.vxAATTgmail.com- update to 1.2.0- Fix dependencies
* Add support for Python 3.7
* Fix CNAME test
* Add examples with `async` and `await`
* Fix Python version check
* Add gethostbyaddr
* Fri May 11 2018 toddrme2178AATTgmail.com- Don\'t forget python_module workaround.
* Fri Feb 09 2018 sleep_walkerAATTopensuse.org- put LICENSE with %license- make conditional tests (but disable by default because of OBS build isolation)
* Fri Feb 09 2018 sleep_walkerAATTopensuse.org- install LICENSE, ChangeLog and README- improve spec file a bit- add URL to source- make it proper single spec python package
* Wed Feb 07 2018 sleep_walkerAATTopensuse.org- let there be python-aiodns