This updates py-aiodns to 3.0.0

It needs the update of py-cares I just sent out.

All tests pass for both consumers (net/poezio and net/py-slixmpp) the
same as before the update on amd64.

ok?

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/py-aiodns/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile    10 Aug 2020 14:52:11 -0000      1.13
+++ Makefile    22 Oct 2021 01:12:20 -0000
@@ -2,8 +2,7 @@
 
 COMMENT =              simple DNS resolver for asyncio
 
-MODPY_EGG_VERSION =    2.0.0
-REVISION =             0
+MODPY_EGG_VERSION =    3.0.0
 DISTNAME =             aiodns-${MODPY_EGG_VERSION}
 PKGNAME =              py-${DISTNAME}
 CATEGORIES =           net
@@ -23,6 +22,6 @@ MODPY_PYTEST_ARGS =   tests.py
 FLAVORS =              python3
 FLAVOR =               python3
 
-RUN_DEPENDS =          net/py-cares${MODPY_FLAVOR}
+RUN_DEPENDS =          net/py-cares${MODPY_FLAVOR}>=4.0.0
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/py-aiodns/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    7 Jul 2020 18:39:14 -0000       1.5
+++ distinfo    22 Oct 2021 01:12:20 -0000
@@ -1,2 +1,2 @@
-SHA256 (aiodns-2.0.0.tar.gz) = gV/e9GB0dCldaNpGl4pUSB3R574VPH1g+ecnc804130=
-SIZE (aiodns-2.0.0.tar.gz) = 5948
+SHA256 (aiodns-3.0.0.tar.gz) = lGvfq+dD/O7rCTyKAQ9dFkX3CKJBvoSeF+37DkngjNY=
+SIZE (aiodns-3.0.0.tar.gz) = 6743

Reply via email to