python-aiodns/python-aiodns.changes
Markéta Machová 283757a4e3 Accepting request 900393 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/900393
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=16
2021-06-24 11:57:37 +00:00

81 lines
2.7 KiB
Plaintext

-------------------------------------------------------------------
Wed Jun 16 13:48:13 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.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 9 07:47:23 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>
- fix python-aiodns-2.0.0-fix-typing-dependency.patch and really
apply it
-------------------------------------------------------------------
Thu Jul 9 05:55:21 UTC 2020 - Matthias Fehring <buschmann23@opensuse.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 14:07:32 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 2.0.0
* drop python2 support
* Add support for ANY queries
-------------------------------------------------------------------
Fri Mar 1 09:30:55 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.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 21:52:30 UTC 2018 - toddrme2178@gmail.com
- Don't forget python_module workaround.
-------------------------------------------------------------------
Fri Feb 9 14:52:05 UTC 2018 - sleep_walker@opensuse.org
- put LICENSE with %license
- make conditional tests (but disable by default because of OBS build
isolation)
-------------------------------------------------------------------
Fri Feb 9 13:16:39 UTC 2018 - sleep_walker@opensuse.org
- install LICENSE, ChangeLog and README
- improve spec file a bit
- add URL to source
- make it proper single spec python package
-------------------------------------------------------------------
Wed Feb 7 18:49:56 UTC 2018 - sleep_walker@opensuse.org
- let there be python-aiodns