Hello,
Here's an update for net/py-ipaddress to 1.0.23. Tried to clarify in
DESCR and COMMENT that this is backported from cpython 3.8
Not sure it's worth mentionning 2.6 and 3.2 support since we've got only
2.7
All OK for me on amd64
In regards to recursive tests:
Python 2.7.17, pytest-4.4.0, py-1.8.0, pluggy-0.11.0
All 192 tests passed successfully.
In regards to customers:
security/py-cryptography: 97934 passed,9148 skipped(no changes) runs OK.
net/py-ifaddr: the single test passed successfully, runs OK.
security/py-trustme: all 11 passed successfully, runs OK.
www/jupyter-notebook: I didn't try that one
net/py-netmiko: no test,
-> tried napalm (net/py-napalm) which uses py-netmiko , test
fails (No module named test_base) , doesn't run either
apparently due to strict requirement py-nxos==0.0.3 (we have
0.0.5)
This is unrelated. I've tried with the currently shipping napalm
(and it's deps) and got same problem. jasper drops
maintainership of both py-napalm and py-nxos as he doesn't use
napalm anymore, so if someone else wants to have a look to
confirm it's broken before flagging it.
PS: for libs when I say "runs OK" it means it at least works running the
examples provided on each project page.
Comments? OK?
Thanks,
--
clematis (0x7e96fd2400fe7b59)
? diff_net_py-ipaddress-1.0.23
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/py-ipaddress/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile 8 Nov 2019 22:02:19 -0000 1.10
+++ Makefile 8 Jan 2020 09:24:09 -0000
@@ -1,10 +1,8 @@
# $OpenBSD: Makefile,v 1.10 2019/11/08 22:02:19 kmos Exp $
-# python3 flavour not needed for this port; the ipaddress module
-# is available in core python 3.3+
-COMMENT = Python 3.3's ipaddress for Python 2.6 and 2.7#'
+COMMENT = cpython 3.8's ipaddress for Python 2.6, 2.7, 3.2
-MODPY_EGG_VERSION = 1.0.18
+MODPY_EGG_VERSION = 1.0.23
DISTNAME = ipaddress-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = net
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/py-ipaddress/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo 12 Jan 2017 22:30:16 -0000 1.4
+++ distinfo 8 Jan 2020 09:24:09 -0000
@@ -1,2 +1,2 @@
-SHA256 (ipaddress-1.0.18.tar.gz) = XYU0yOGF8tih/aHvc/LI9LIyZOjjAGP+65UR1JKkE+E=
-SIZE (ipaddress-1.0.18.tar.gz) = 32475
+SHA256 (ipaddress-1.0.23.tar.gz) = t/jgNpWAu0ok1bodfMKWYKSmmHdj+vHYqARoMOAg5+I=
+SIZE (ipaddress-1.0.23.tar.gz) = 32958
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/net/py-ipaddress/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR 8 Jun 2015 10:32:12 -0000 1.1.1.1
+++ pkg/DESCR 8 Jan 2020 09:24:09 -0000
@@ -1 +1 @@
-Python 3.3's ipaddress for Python 2.6 and 2.7.
+cpython 3.8's ipaddress for Python 2.6, 2.7, 3.2
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/py-ipaddress/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST 31 Aug 2016 12:39:34 -0000 1.2
+++ pkg/PLIST 8 Jan 2020 09:24:09 -0000
@@ -1,8 +1,8 @@
@comment $OpenBSD: PLIST,v 1.2 2016/08/31 12:39:34 ajacoutot Exp $
-lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}ipaddress.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/ipaddress-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/ipaddress-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/ipaddress-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/ipaddress-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/ipaddress-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/ipaddress.py
+lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}ipaddress.${MODPY_PYC_MAGIC_TAG}pyc