pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-dns Update to 1.6.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9664e3c1c9a8
branches:  trunk
changeset: 541777:9664e3c1c9a8
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Apr 25 19:32:44 2008 +0000

description:
Update to 1.6.0.
- supports DESTDIR
- Accept Python 2.5

ChangeLog:
2007-11-25  Bob Halley  <halley%dnspython.org@localhost
* dns/query.py (_wait_for): if select() raises an exception due to
  EINTR, we should just select() again.
2007-06-13  Bob Halley  <halley%dnspython.org@localhost>
* dns/inet.py: Added is_multicast().
* dns/query.py (udp):  If the queried address is a multicast address, then
  don't check that the address of the response is the same as the address
  queried.
2007-05-24  Bob Halley  <halley%dnspython.org@localhost>
* dns/rdtypes/IN/NAPTR.py: NAPTR comparisons didn't compare the
  preference field due to a typo.

diffstat:

 net/py-dns/Makefile |  10 ++++++----
 net/py-dns/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r 1639c180dd9f -r 9664e3c1c9a8 net/py-dns/Makefile
--- a/net/py-dns/Makefile       Fri Apr 25 19:18:23 2008 +0000
+++ b/net/py-dns/Makefile       Fri Apr 25 19:32:44 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2007/03/09 09:41:36 gson Exp $
+# $NetBSD: Makefile,v 1.15 2008/04/25 19:32:44 tnn Exp $
 
-DISTNAME=      dnspython-1.5.0
-PKGNAME=       ${PYPKGPREFIX}-dns-1.5.0
+DISTNAME=      dnspython-1.6.0
+PKGNAME=       ${PYPKGPREFIX}-dns-1.6.0
 CATEGORIES=    net python
 MASTER_SITES=  http://www.dnspython.org/kits/${PKGVERSION}/
 
@@ -9,9 +9,11 @@
 HOMEPAGE=      http://www.dnspython.org/
 COMMENT=       Python DNS toolkit
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 PYDISTUTILSPKG=        yes
 
-PYTHON_VERSIONS_ACCEPTED=      24 23 22
+PYTHON_VERSIONS_ACCEPTED=      25 24 23
 
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 1639c180dd9f -r 9664e3c1c9a8 net/py-dns/distinfo
--- a/net/py-dns/distinfo       Fri Apr 25 19:18:23 2008 +0000
+++ b/net/py-dns/distinfo       Fri Apr 25 19:32:44 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2007/03/09 09:41:36 gson Exp $
+$NetBSD: distinfo,v 1.8 2008/04/25 19:32:44 tnn Exp $
 
-SHA1 (dnspython-1.5.0.tar.gz) = 65bec9f891a22bfe2885ebcaa0efc735b5f5194b
-RMD160 (dnspython-1.5.0.tar.gz) = 4a0c9d3b082879528c7468dfb38c20009890fd87
-Size (dnspython-1.5.0.tar.gz) = 99179 bytes
+SHA1 (dnspython-1.6.0.tar.gz) = e5eeba2d5780db280cc144c7cf777a27972d9ad1
+RMD160 (dnspython-1.6.0.tar.gz) = b4a40b3fe6a7b63e8c801df6be8346570f121030
+Size (dnspython-1.6.0.tar.gz) = 100140 bytes



Home | Main Index | Thread Index | Old Index