29 Commits

Author SHA256 Message Date
1ff6e8dcf8 Accepting request 1292437 from devel:languages:python
- update to 3.5.0:
  * Added explicit close method (#166)
  * Fixed return type signature for CNAME and SOA records (#162)
  * Improved Windows event loop documentation (#163)
    loops on Windows
  * Added fallback to `sock_state_cb` if `event_thread` creation
    fails (#151)
  * Implemented strict typing (#138)
  * Updated dependencies
  * Used c-ares event thread when available (#145)
  * Dropped Python 3.8 support (#129)
  * Updated CI infrastructure
    upload/download artifact (#148)

OBS-URL: https://build.opensuse.org/request/show/1292437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiodns?expand=0&rev=11
2025-07-18 13:57:32 +00:00
309bf20b2d - update to 3.5.0:
* Added explicit close method (#166)
  * Fixed return type signature for CNAME and SOA records (#162)
  * Improved Windows event loop documentation (#163)
    loops on Windows
  * Added fallback to `sock_state_cb` if `event_thread` creation
    fails (#151)
  * Implemented strict typing (#138)
  * Updated dependencies
  * Used c-ares event thread when available (#145)
  * Dropped Python 3.8 support (#129)
  * Updated CI infrastructure
    upload/download artifact (#148)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=28
2025-07-12 17:29:16 +00:00
e2695f745d Accepting request 1277076 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1277076
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiodns?expand=0&rev=10
2025-05-23 12:27:09 +00:00
a2f597ac26 Accepting request 1164066 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1164066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiodns?expand=0&rev=9
2024-04-03 15:18:36 +00:00
be4b7a7fc0 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=24
2024-04-02 09:43:00 +00:00
e6be024731 Accepting request 1133402 from devel:languages:python
- update to 3.1.1:
  * Add PEP-561 with py.typed

OBS-URL: https://build.opensuse.org/request/show/1133402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiodns?expand=0&rev=8
2023-12-15 20:46:34 +00:00
22d1d31ed5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=22 2023-12-15 11:58:29 +00:00
340b774a34 Accepting request 1133125 from home:pgajdos:python
pmmu version update

OBS-URL: https://build.opensuse.org/request/show/1133125
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=21
2023-12-15 11:58:10 +00:00
2caa358021 Accepting request 1082015 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1082015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiodns?expand=0&rev=7
2023-04-22 20:02:25 +00:00
96448fb0c7 Accepting request 1081320 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081320
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=19
2023-04-21 15:00:07 +00:00
e7c5bafe04 Accepting request 902289 from 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/902289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiodns?expand=0&rev=6
2021-07-10 20:53:48 +00:00
a0d4e9cbba Accepting request 902287 from home:mcalabkova:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/902287
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=18
2021-06-25 07:32:41 +00:00
4bee717dd6 download correct tarball
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=17
2021-06-24 13:12:13 +00:00
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
cfda5e55a3 Accepting request 819688 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/819688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiodns?expand=0&rev=5
2020-07-09 11:20:27 +00:00
Tomáš Chvátal
8b1245ca5f Accepting request 819687 from home:buschmann23:branches:devel:languages:python
Sorry, the last SR had an error. I forgot to apply the patch and than noticed that the patch was not applicable. This fixes it.

- fix python-aiodns-2.0.0-fix-typing-dependency.patch and really
  apply it

OBS-URL: https://build.opensuse.org/request/show/819687
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=14
2020-07-09 08:02:49 +00:00
Tomáš Chvátal
61f322bf18 Accepting request 819669 from home:buschmann23:branches:devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/819669
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=13
2020-07-09 06:42:47 +00:00
9136f28966 Accepting request 687347 from devel:languages:python
- update to 2.0.0
 * drop python2 support
 * Add support for ANY queries

OBS-URL: https://build.opensuse.org/request/show/687347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiodns?expand=0&rev=4
2019-03-22 14:10:07 +00:00
1ee00a2011 - update to 2.0.0
* drop python2 support
 * Add support for ANY queries

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=11
2019-03-21 14:08:40 +00:00
5b9e32c89e Accepting request 680482 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/680482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiodns?expand=0&rev=3
2019-03-05 11:19:32 +00:00
7279e0ba0e fix deps
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=9
2019-03-01 12:30:27 +00:00
33c43c28ca - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=8
2019-03-01 09:31:22 +00:00
2857a5051f Accepting request 606543 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/606543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiodns?expand=0&rev=2
2018-05-15 08:13:29 +00:00
Todd R
d94d44474d Accepting request 606541 from home:TheBlackCat:branches:devel:languages:python
- Don't forget python_module workaround.

OBS-URL: https://build.opensuse.org/request/show/606541
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=6
2018-05-11 22:08:40 +00:00
Todd R
a3e1ce3b61 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=5 2018-05-11 21:57:19 +00:00
Todd R
cbda0cc619 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=4 2018-05-11 21:57:14 +00:00
c444b6de5d Accepting request 574949 from devel:languages:python
Simple DNS resolver for asyncio module.

for me important as dependency for XMPP client poezio, which is 7 years outdated

OBS-URL: https://build.opensuse.org/request/show/574949
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiodns?expand=0&rev=1
2018-02-14 08:33:55 +00:00
Tomas Cech
fe568e222c - put LICENSE with %license
- make conditional tests (but disable by default because of OBS build
  isolation)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=2
2018-02-09 14:53:26 +00:00
Tomáš Chvátal
e6d8ac0782 Accepting request 574670 from home:sleep_walker
package dependency for poezio

OBS-URL: https://build.opensuse.org/request/show/574670
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=1
2018-02-09 14:31:31 +00:00
4 changed files with 21 additions and 4 deletions

BIN
aiodns-3.2.0.tar.gz (Stored with Git LFS)

Binary file not shown.

3
aiodns-3.5.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Jul 12 17:28:35 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.5.0:
* Added explicit close method (#166)
* Fixed return type signature for CNAME and SOA records (#162)
* Improved Windows event loop documentation (#163)
loops on Windows
* Added fallback to `sock_state_cb` if `event_thread` creation
fails (#151)
* Implemented strict typing (#138)
* Updated dependencies
* Used c-ares event thread when available (#145)
* Dropped Python 3.8 support (#129)
* Updated CI infrastructure
upload/download artifact (#148)
-------------------------------------------------------------------
Tue May 13 07:28:26 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -20,7 +20,7 @@
%bcond_with tests
%{?sle15_python_module_pythons}
Name: python-aiodns
Version: 3.2.0
Version: 3.5.0
Release: 0
Summary: Simple DNS resolver for asyncio
License: MIT