pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jupyter_client



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun 10 18:46:05 UTC 2021

Modified Files:
        pkgsrc/devel/py-jupyter_client: Makefile PLIST distinfo

Log Message:
py-jupyter_client: updated to 6.1.12

6.1.11
======
- Move jedi pinning to test requirements (:ghpull:`599`)

6.1.10
======
- Add change parameter needed for observer method of kernel_spec_manager trait (:ghpull:`598`)

6.1.9
=====
- Pin jedi<=0.17.2 (:ghpull:`596`)

6.1.8
=====
- Doc updates (:ghpull:`563`, :ghpull:`564`, :ghpull:`587`)
- Fix path to the connection file (:ghpull:`568`)
- Code cleanup (:ghpull:`574`, :ghpull:`579`)
- Silence kill_kernel when no process is present (:ghpull:`576`)
- Remove extra_env and corresponding test (:ghpull:`581`)
- Add documentation dependencies to setup.py (:ghpull:`582`)
- Fix for Windows localhost IP addresses (:ghpull:`584`)
- Drop Travis CI, add GitHub Actions (:ghpull:`586`)
- Adapt KernelManager._kernel_spec_manager_changed to observe (:ghpull:`588`)
- Allow use ~/ in the kernel's command or its arguments (:ghpull:`589`)
- Change wait_for_ready logic (:ghpull:`592`)
- Fix test_session with msgpack v1  (:ghpull:`594`)


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-jupyter_client/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-jupyter_client/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-jupyter_client/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-jupyter_client/Makefile
diff -u pkgsrc/devel/py-jupyter_client/Makefile:1.17 pkgsrc/devel/py-jupyter_client/Makefile:1.18
--- pkgsrc/devel/py-jupyter_client/Makefile:1.17        Wed Aug 26 11:37:24 2020
+++ pkgsrc/devel/py-jupyter_client/Makefile     Thu Jun 10 18:46:05 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2020/08/26 11:37:24 adam Exp $
+# $NetBSD: Makefile,v 1.18 2021/06/10 18:46:05 adam Exp $
 
-DISTNAME=      jupyter_client-6.1.7
+DISTNAME=      jupyter_client-6.1.12
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_client/}
@@ -34,7 +34,7 @@ post-install:
        ${MV} jupyter-run jupyter-run-${PYVERSSUFFIX} || ${TRUE}
 
 do-test:
-       cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-jupyter_client/PLIST
diff -u pkgsrc/devel/py-jupyter_client/PLIST:1.8 pkgsrc/devel/py-jupyter_client/PLIST:1.9
--- pkgsrc/devel/py-jupyter_client/PLIST:1.8    Wed Aug 26 11:37:24 2020
+++ pkgsrc/devel/py-jupyter_client/PLIST        Thu Jun 10 18:46:05 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/08/26 11:37:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/06/10 18:46:05 adam Exp $
 bin/jupyter-kernel-${PYVERSSUFFIX}
 bin/jupyter-kernelspec-${PYVERSSUFFIX}
 bin/jupyter-run-${PYVERSSUFFIX}
@@ -110,6 +110,9 @@ ${PYSITELIB}/jupyter_client/ssh/tunnel.p
 ${PYSITELIB}/jupyter_client/tests/__init__.py
 ${PYSITELIB}/jupyter_client/tests/__init__.pyc
 ${PYSITELIB}/jupyter_client/tests/__init__.pyo
+${PYSITELIB}/jupyter_client/tests/conftest.py
+${PYSITELIB}/jupyter_client/tests/conftest.pyc
+${PYSITELIB}/jupyter_client/tests/conftest.pyo
 ${PYSITELIB}/jupyter_client/tests/signalkernel.py
 ${PYSITELIB}/jupyter_client/tests/signalkernel.pyc
 ${PYSITELIB}/jupyter_client/tests/signalkernel.pyo
@@ -158,6 +161,9 @@ ${PYSITELIB}/jupyter_client/tests/utils.
 ${PYSITELIB}/jupyter_client/threaded.py
 ${PYSITELIB}/jupyter_client/threaded.pyc
 ${PYSITELIB}/jupyter_client/threaded.pyo
+${PYSITELIB}/jupyter_client/utils.py
+${PYSITELIB}/jupyter_client/utils.pyc
+${PYSITELIB}/jupyter_client/utils.pyo
 ${PYSITELIB}/jupyter_client/win_interrupt.py
 ${PYSITELIB}/jupyter_client/win_interrupt.pyc
 ${PYSITELIB}/jupyter_client/win_interrupt.pyo

Index: pkgsrc/devel/py-jupyter_client/distinfo
diff -u pkgsrc/devel/py-jupyter_client/distinfo:1.14 pkgsrc/devel/py-jupyter_client/distinfo:1.15
--- pkgsrc/devel/py-jupyter_client/distinfo:1.14        Wed Aug 26 11:37:24 2020
+++ pkgsrc/devel/py-jupyter_client/distinfo     Thu Jun 10 18:46:05 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/08/26 11:37:24 adam Exp $
+$NetBSD: distinfo,v 1.15 2021/06/10 18:46:05 adam Exp $
 
-SHA1 (jupyter_client-6.1.7.tar.gz) = a50a9cc3a2b3dba42d35728c28e9809cb2412a2b
-RMD160 (jupyter_client-6.1.7.tar.gz) = 642ad87a30d9923939caeb51f321d433a47564ea
-SHA512 (jupyter_client-6.1.7.tar.gz) = 154734e75b26ac2db2a724aa40dd4f4bb7599f8a55dad03bbe09e3f29dd224d4cdf566b479661d20e3c13d79c062bc545ab709eab6fe645eff86a4c23c619d14
-Size (jupyter_client-6.1.7.tar.gz) = 293252 bytes
+SHA1 (jupyter_client-6.1.12.tar.gz) = 2e8294fedaf611bc801678dc5673f2599ad38b48
+RMD160 (jupyter_client-6.1.12.tar.gz) = 1e2bf8a6a8ec37e0744a7d5cb85895224636b43e
+SHA512 (jupyter_client-6.1.12.tar.gz) = f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd
+Size (jupyter_client-6.1.12.tar.gz) = 301499 bytes



Home | Main Index | Thread Index | Old Index