Monday, December 31, 2018

[M. UPDATE] devel/py-ipykernel 4.9.0 -> 4.10.0

Index: devel/py-ipykernel/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-ipykernel/Makefile,v
retrieving revision 1.6
diff -u -p -u -r1.6 Makefile
--- devel/py-ipykernel/Makefile 31 Oct 2018 12:38:38 -0000 1.6
+++ devel/py-ipykernel/Makefile 31 Dec 2018 13:37:08 -0000
@@ -2,9 +2,11 @@

COMMENT = IPython kernel for Jupyter

-MODPY_EGG_VERSION = 4.9.0
+MODPY_EGG_VERSION = 4.10.0
DISTNAME = ipykernel-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
+
+PORTROACH= limit:^4.*$$

CATEGORIES = devel

Index: devel/py-ipykernel/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-ipykernel/distinfo,v
retrieving revision 1.4
diff -u -p -u -r1.4 distinfo
--- devel/py-ipykernel/distinfo 31 Oct 2018 12:38:38 -0000 1.4
+++ devel/py-ipykernel/distinfo 31 Dec 2018 13:37:08 -0000
@@ -1,2 +1,2 @@
-SHA256 (ipykernel-4.9.0.tar.gz) = xaSYxw93ZcNPM5fPlDsGkFf1vvTgIY5M+7cz6fOPpfo=
-SIZE (ipykernel-4.9.0.tar.gz) = 95255
+SHA256 (ipykernel-4.10.0.tar.gz) = aZEDyOZIhuPscFPypqqDu5BCYGNSb2OoGHMv84UgK60=
+SIZE (ipykernel-4.10.0.tar.gz) = 96242
Changelog:
https://github.com/ipython/ipykernel/tree/5.1.0

4.10.0:
- Fix compatibility with IPython 7.0
- Fix compatibility in cases where sys.stdout can be None

These changes shouldn't affect the current consumers.

Versions >= 5.0 are python3 only, so we are sticking with 4.X for now.
Adding the following option so portroach only gets the 4.X branch:
limit:^4.*$$

Regression tests looking good:
Ran 95 (1 skipped)

Also the following regression tests were executed to check for problems:
devel/ipython => OK
devel/py-jupyter_client => OK
devel/py-jupyter_core => OK
devel/py-nbconvert => OK
shells/py-qtconsole => OK
www/jupyter-notebook => OK

devel/spyder runs OK with the change.

Cheers.
Elias.

No comments:

Post a Comment