./net/py-aiodns, Simple DNS resolver for asyncio

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.2.0, Package name: py311-aiodns-3.2.0, Maintainer: pkgsrc-users

aiodns provides a simple way for doing asynchronous DNS resolutions
using pycares.


Master sites:

Filesize: 7.64 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-21 20:06:38 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-aiodns: updated to 3.2.0

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
   2023-11-30 06:47:14 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
py-aiodns: fix PLIST; switch to wheel.mk; bump revision
   2023-10-20 09:27:58 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-aiodns: update to 3.1.1.

3.1.1:

    Add PEP-561 with py.typed by @JCHacking in #109
    Fix timeout by @saghul in #110

3.1.0:

    Remove loop= param from asyncio.sleep() to fix tests on Python 3.10 by \ 
@mgorny in #96
    Fix return type for resolver nameservers by @xtrochu in #102
    Update supported Python versions by @saghul in #108
   2022-08-19 15:58:27 by Thomas Klausner | Files touched by this commit (4)
Log message:
net/py-aiodns: import py-aiodns-3.0.0

aiodns provides a simple way for doing asynchronous DNS resolutions
using pycares.