pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-IP py-IP: updated to 1.00
details: https://anonhg.NetBSD.org/pkgsrc/rev/98b11eaf32e9
branches: trunk
changeset: 333887:98b11eaf32e9
user: adam <adam%pkgsrc.org@localhost>
date: Wed May 15 11:46:39 2019 +0000
description:
py-IP: updated to 1.00
Version 1.00:
* Fix IPv6 string interpretation for small ints
* Various Python3 language fixes
* consider 127.0 range LOOPBACK not PRIVATE
diffstat:
net/py-IP/Makefile | 8 +++++---
net/py-IP/distinfo | 10 +++++-----
2 files changed, 10 insertions(+), 8 deletions(-)
diffs (39 lines):
diff -r e89f45644a41 -r 98b11eaf32e9 net/py-IP/Makefile
--- a/net/py-IP/Makefile Wed May 15 11:44:18 2019 +0000
+++ b/net/py-IP/Makefile Wed May 15 11:46:39 2019 +0000
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.22 2017/09/26 17:37:40 adam Exp $
+# $NetBSD: Makefile,v 1.23 2019/05/15 11:46:39 adam Exp $
-DISTNAME= IPy-0.83
+DISTNAME= IPy-1.00
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/IPy/IP/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=I/IPy/}
MAINTAINER= wenheping%gmail.com@localhost
-HOMEPAGE= https://github.com/haypo/python-ipy/
+HOMEPAGE= https://github.com/haypo/python-ipy
COMMENT= Python module to handle IPv4 and IPv6 address
LICENSE= modified-bsd
+USE_LANGUAGES= # none
+
do-test:
cd ${WRKSRC}/test && ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_IPy.py
diff -r e89f45644a41 -r 98b11eaf32e9 net/py-IP/distinfo
--- a/net/py-IP/distinfo Wed May 15 11:44:18 2019 +0000
+++ b/net/py-IP/distinfo Wed May 15 11:46:39 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/09/26 17:37:40 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/05/15 11:46:39 adam Exp $
-SHA1 (IPy-0.83.tar.gz) = 0836e6788479b6507bccac1f9607c646d9c2562c
-RMD160 (IPy-0.83.tar.gz) = 9d059c6949134ac0f74ae768a8d6dbac5cdb9b54
-SHA512 (IPy-0.83.tar.gz) = 6bd69d96fa77dc4ceaf119b81c19a524b871badb37665a763a055e1c8b2ce3433c6e9534f03aa64d02e559dca2fac2c4e1d09b7fd78ed79c0fded88f803ad2de
-Size (IPy-0.83.tar.gz) = 31816 bytes
+SHA1 (IPy-1.00.tar.gz) = a8a1f596fa124991e246dd7ba72f97611fc94b24
+RMD160 (IPy-1.00.tar.gz) = 2f386828685d7452d1e33b5c4b9a888e2bbed334
+SHA512 (IPy-1.00.tar.gz) = 94a8f26cad0d966fdf8d4e57284eadf4cfde88515af6f5aafc8f9597eb0758324b876039d1a121021ba1ac26be2e2ffa89a3f5803dddefdee03fdb5d65b07a81
+Size (IPy-1.00.tar.gz) = 35324 bytes
Home |
Main Index |
Thread Index |
Old Index