Received: by mail.netbsd.org (Postfix, from userid 605) id 3E37484DBB; Sun, 17 Dec 2017 16:20:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE15184D70 for ; Sun, 17 Dec 2017 16:20:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4XPkbyr8Ni1x for ; Sun, 17 Dec 2017 16:20:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4B76984CED for ; Sun, 17 Dec 2017 16:20:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4684DFB40; Sun, 17 Dec 2017 16:20:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151352763029220" MIME-Version: 1.0 Date: Sun, 17 Dec 2017 16:20:30 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-ipaddress To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171217162030.4684DFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151352763029220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Dec 17 16:20:30 UTC 2017 Modified Files: pkgsrc/net/py-ipaddress: Makefile distinfo Log Message: py-ipaddress: updated to 1.0.19 1.0.19: Bug fixes. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/py-ipaddress/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-ipaddress/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151352763029220 Content-Disposition: inline Content-Length: 2080 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-ipaddress/Makefile diff -u pkgsrc/net/py-ipaddress/Makefile:1.9 pkgsrc/net/py-ipaddress/Makefile:1.10 --- pkgsrc/net/py-ipaddress/Makefile:1.9 Wed Jan 18 20:47:40 2017 +++ pkgsrc/net/py-ipaddress/Makefile Sun Dec 17 16:20:30 2017 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2017/01/18 20:47:40 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2017/12/17 16:20:30 adam Exp $ -DISTNAME= ipaddress-1.0.18 +DISTNAME= ipaddress-1.0.19 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= devel python +CATEGORIES= net devel python MASTER_SITES+= ${MASTER_SITE_PYPI:=i/ipaddress/} MAINTAINER= pkgsrc-users@NetBSD.org @@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/i COMMENT= Port of the python 3.3+ ipaddress module to 2.6 and 2.7 LICENSE= python-software-foundation -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # included in 3.3+ +PYTHON_VERSIONS_ACCEPTED= 27 # included in 3.3+ do-test: cd ${WRKSRC} && ${PYTHONBIN} test_ipaddress.py Index: pkgsrc/net/py-ipaddress/distinfo diff -u pkgsrc/net/py-ipaddress/distinfo:1.7 pkgsrc/net/py-ipaddress/distinfo:1.8 --- pkgsrc/net/py-ipaddress/distinfo:1.7 Wed Jan 18 20:47:40 2017 +++ pkgsrc/net/py-ipaddress/distinfo Sun Dec 17 16:20:30 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2017/01/18 20:47:40 wiz Exp $ +$NetBSD: distinfo,v 1.8 2017/12/17 16:20:30 adam Exp $ -SHA1 (ipaddress-1.0.18.tar.gz) = f15a3714e4bea2ddfe54e80ad6f7b5de57cc94c5 -RMD160 (ipaddress-1.0.18.tar.gz) = 7646f71a21a258c323687dbb60b003406873b75f -SHA512 (ipaddress-1.0.18.tar.gz) = 7d1c8cf67db5b55a872783390ca214bb39e243d313311674afe10008e86638838bef5f9e6d703803bdcfde6d27520b1fc19d0adb19d482e27a327fb735aa0312 -Size (ipaddress-1.0.18.tar.gz) = 32475 bytes +SHA1 (ipaddress-1.0.19.tar.gz) = 9a6184cb3da3d967adc3dde4606614f0dd00ab47 +RMD160 (ipaddress-1.0.19.tar.gz) = 5db2a8271de6a2ddc42229d8cb83d14886437b8a +SHA512 (ipaddress-1.0.19.tar.gz) = e49d0d0b76c108f985a5d209092495b5839195d9c4d5c975cc17c89e98d9b6bf0983f71f3b183c3974eccf0529cfb22aa8fbe384485be019da3fb74d50f1f4f1 +Size (ipaddress-1.0.19.tar.gz) = 32854 bytes --_----------=_151352763029220--