diff options
author | gson <gson@pkgsrc.org> | 2003-06-30 15:33:53 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2003-06-30 15:33:53 +0000 |
commit | c8353103a8dd33915c19379e97b9028f42e3ec8f (patch) | |
tree | 35905f72cb0233988a14c7582a9592a3d8178d26 /net | |
parent | 48d50cbf9fed2612eb9c951906fe89c400e8474b (diff) | |
download | pkgsrc-c8353103a8dd33915c19379e97b9028f42e3ec8f.tar.gz |
Update py-dns to 1.0.0. Fixes pkg/22020.
Changes from 1.0.0b3:
* dns/rdata.py: Rdatas now implement rich comparisons instead of
__cmp__.
* dns/name.py: Names now implement rich comparisons instead of
__cmp__.
* dns/inet.py (inet_ntop): Always use our code, since the code
in the socket module doesn't support AF_INET6 conversions if
IPv6 sockets are not available on the system.
* dns/resolver.py (Answer.__init__): A dangling CNAME chain was
not raising NoAnswer.
* Added a simple resolver Cache class.
* Added an expiration attribute to answer instances.
Diffstat (limited to 'net')
-rw-r--r-- | net/py-dns/Makefile | 8 | ||||
-rw-r--r-- | net/py-dns/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/py-dns/Makefile b/net/py-dns/Makefile index fbd3bab40bf..39e961e197d 100644 --- a/net/py-dns/Makefile +++ b/net/py-dns/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/06/29 23:39:30 gson Exp $ +# $NetBSD: Makefile,v 1.2 2003/06/30 15:33:53 gson Exp $ -DISTNAME= dnspython-1.0.0b3 -PKGNAME= ${PYPKGPREFIX}-dns-1.0.0b3 +DISTNAME= dnspython-1.0.0 +PKGNAME= ${PYPKGPREFIX}-dns-1.0.0 CATEGORIES= net -MASTER_SITES= http://www.dnspython.org/kits/current/ +MASTER_SITES= http://www.dnspython.org/kits/stable/ MAINTAINER= gson@netbsd.org HOMEPAGE= http://www.dnspython.org/ diff --git a/net/py-dns/distinfo b/net/py-dns/distinfo index 79782e2211b..ac21f5308f1 100644 --- a/net/py-dns/distinfo +++ b/net/py-dns/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/06/29 23:39:30 gson Exp $ +$NetBSD: distinfo,v 1.2 2003/06/30 15:33:54 gson Exp $ -SHA1 (dnspython-1.0.0b3.tar.gz) = 4a20ee5efd9f68a73370eb27ae4b8f89a2e3138c -Size (dnspython-1.0.0b3.tar.gz) = 55240 bytes +SHA1 (dnspython-1.0.0.tar.gz) = 15ae1adee1cecd45f565ca56d45ad1577bd09d4c +Size (dnspython-1.0.0.tar.gz) = 56681 bytes |