Skip to content

Commit

Permalink
py-aiodns: update to 3.1.1.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
0-wiz-0 committed Oct 20, 2023
1 parent 64423b8 commit f01f1cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions net/py-aiodns/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2022/08/19 13:58:27 wiz Exp $
# $NetBSD: Makefile,v 1.2 2023/10/20 07:27:58 wiz Exp $

DISTNAME= aiodns-3.0.0
DISTNAME= aiodns-3.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aiodns/}
Expand Down
8 changes: 4 additions & 4 deletions net/py-aiodns/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2022/08/19 13:58:27 wiz Exp $
$NetBSD: distinfo,v 1.2 2023/10/20 07:27:58 wiz Exp $

BLAKE2s (aiodns-3.0.0.tar.gz) = 6d5460b03b5a2ec180b381330f30fe9269919102c4e6758f76516d290781366d
SHA512 (aiodns-3.0.0.tar.gz) = 8c1016f3b0cb461e70e9a55034f9ad3b3db705a845bf20bb6503c7a5d592b4c5d2e8ddc60b375c5fafdc559dc4566736f4c93f26710be2dcbd181284ef039825
Size (aiodns-3.0.0.tar.gz) = 6743 bytes
BLAKE2s (aiodns-3.1.1.tar.gz) = 25e03c188285dec4fb2d7db5e357c0e69816b2066605c797dee6a4b40d0a811f
SHA512 (aiodns-3.1.1.tar.gz) = 7c28cc6256a575681778376cc197a9504133b1127eb3508f6e5cd1c992c95adef66cf8399b7e90ca012347485e476f71e3f032f7e2f555954ad9a0cade8df5f9
Size (aiodns-3.1.1.tar.gz) = 7363 bytes

0 comments on commit f01f1cd

Please sign in to comment.