Enclosed diff updates py-nbformat, which is needed for updating
py-nbconvert [0]. Changes:
https://github.com/jupyter/nbformat/blob/4.4.0/docs/changelog.rst.

While here move HOMEPAGE to https.

'make test' runs successfully for both python2 and python3. Run tested
while using jupyter-notebook.

Comments/OK?

[0] https://marc.info/?l=openbsd-ports&m=158351871906886&w=2



diff --git devel/py-nbformat/Makefile devel/py-nbformat/Makefile
index 2a73b16893f..a66d6069ea6 100644
--- devel/py-nbformat/Makefile
+++ devel/py-nbformat/Makefile
@@ -2,19 +2,18 @@
 
 COMMENT =              Jupyter notebook format
 
-MODPY_EGG_VERSION =    4.3.0
+MODPY_EGG_VERSION =    4.4.0
 DISTNAME =             nbformat-${MODPY_EGG_VERSION}
 PKGNAME =              py-${DISTNAME}
-REVISION =             1
 
 CATEGORIES =           devel
 
-HOMEPAGE =             http://jupyter.org
+HOMEPAGE =             https://jupyter.org
 
 RUN_DEPENDS =          devel/py-ipython_genutils${MODPY_FLAVOR} \
-                       devel/py-traitlets${MODPY_FLAVOR} \
+                       devel/py-traitlets${MODPY_FLAVOR}>=4.1 \
                        devel/py-jupyter_core${MODPY_FLAVOR}>=4.3.0 \
-                       devel/py-jsonschema${MODPY_FLAVOR}
+                       devel/py-jsonschema${MODPY_FLAVOR}>=2.4
 TEST_DEPENDS =         devel/py-testpath${MODPY_FLAVOR}
 
 # BSD
diff --git devel/py-nbformat/distinfo devel/py-nbformat/distinfo
index 069d752c008..e235900fecd 100644
--- devel/py-nbformat/distinfo
+++ devel/py-nbformat/distinfo
@@ -1,2 +1,2 @@
-SHA256 (nbformat-4.3.0.tar.gz) = X+vM6HJnLxyXVp6JMjmSvcuFc/2tcD+DXmUhJTGRR4s=
-SIZE (nbformat-4.3.0.tar.gz) = 578765
+SHA256 (nbformat-4.4.0.tar.gz) = 90lO8N9gdmt8q+CjZRVWNFqWO3TbwWvHwYR5BBFw1AI=
+SIZE (nbformat-4.4.0.tar.gz) = 113683
diff --git devel/py-nbformat/pkg/PLIST devel/py-nbformat/pkg/PLIST
index ed9759942e4..9859dcd1a82 100644
--- devel/py-nbformat/pkg/PLIST
+++ devel/py-nbformat/pkg/PLIST
@@ -37,6 +37,7 @@ 
lib/python${MODPY_VERSION}/site-packages/nbformat/tests/test3.ipynb
 lib/python${MODPY_VERSION}/site-packages/nbformat/tests/test4.ipynb
 lib/python${MODPY_VERSION}/site-packages/nbformat/tests/test4custom.ipynb
 lib/python${MODPY_VERSION}/site-packages/nbformat/tests/test4docinfo.ipynb
+lib/python${MODPY_VERSION}/site-packages/nbformat/tests/test4jupyter_metadata.ipynb
 lib/python${MODPY_VERSION}/site-packages/nbformat/tests/test4plus.ipynb
 lib/python${MODPY_VERSION}/site-packages/nbformat/tests/test_api.py
 lib/python${MODPY_VERSION}/site-packages/nbformat/tests/test_convert.py

Reply via email to