pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-ipaddress



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.

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@localhost
@@ -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



Home | Main Index | Thread Index | Old Index