Subject: CVS commit: pkgsrc/net/py-dns
To: None <pkgsrc-changes@netbsd.org>
From: Andreas Gustafsson <gson@netbsd.org>
List: pkgsrc-changes
Date: 06/30/2003 15:33:55
Module Name:	pkgsrc
Committed By:	gson
Date:		Mon Jun 30 15:33:55 UTC 2003

Modified Files:
	pkgsrc/net/py-dns: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/py-dns/Makefile \
    pkgsrc/net/py-dns/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.