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:           Tue Nov 22 10:20:36 UTC 2022

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

Log Message:
py-jupyter_client: updated to 7.4.7

7.4.7

Bugs fixed
- Fix connection reconciliation to handle restarts

7.4.6

Bugs fixed
- Reconcile connection information

7.4.5

Maintenance and upkeep improvements
- \[7.x\] Handle Jupyter Core Warning
- Clean up 7.x workflows

7.4.4

Bugs fixed
- Workaround for launch bug

7.4.3

Bugs fixed
- Defer creation of ready future

7.4.2

Bugs fixed
- Fix ready promise and session send

7.4.1

Bugs fixed
- Revert "Backport 845: Fix pending kernels again"

7.4.0

Bugs fixed
- Backport 845: Fix pending kernels again


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-jupyter_client/Makefile
cvs rdiff -u -r1.26 -r1.27 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.33 pkgsrc/devel/py-jupyter_client/Makefile:1.34
--- pkgsrc/devel/py-jupyter_client/Makefile:1.33        Tue Sep 13 11:43:25 2022
+++ pkgsrc/devel/py-jupyter_client/Makefile     Tue Nov 22 10:20:35 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2022/09/13 11:43:25 adam Exp $
+# $NetBSD: Makefile,v 1.34 2022/11/22 10:20:35 adam Exp $
 
-DISTNAME=      jupyter_client-7.3.5
+DISTNAME=      jupyter_client-7.4.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_client/}
@@ -15,7 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-entrypoints-[0-
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.8.2:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-jupyter_core>=4.9.2:../../devel/py-jupyter_core
 DEPENDS+=      ${PYPKGPREFIX}-nest-asyncio>=1.5.4:../../devel/py-nest-asyncio
-DEPENDS+=      ${PYPKGPREFIX}-tornado>=6.0:../../www/py-tornado
+DEPENDS+=      ${PYPKGPREFIX}-tornado>=6.2:../../www/py-tornado
 DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets
 DEPENDS+=      ${PYPKGPREFIX}-zmq>=23.0:../../net/py-zmq
 TEST_DEPENDS+= ${PYPKGPREFIX}-ipykernel>=6.5:../../devel/py-ipykernel

Index: pkgsrc/devel/py-jupyter_client/distinfo
diff -u pkgsrc/devel/py-jupyter_client/distinfo:1.26 pkgsrc/devel/py-jupyter_client/distinfo:1.27
--- pkgsrc/devel/py-jupyter_client/distinfo:1.26        Tue Sep 13 11:43:25 2022
+++ pkgsrc/devel/py-jupyter_client/distinfo     Tue Nov 22 10:20:35 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2022/09/13 11:43:25 adam Exp $
+$NetBSD: distinfo,v 1.27 2022/11/22 10:20:35 adam Exp $
 
-BLAKE2s (jupyter_client-7.3.5.tar.gz) = a97e276af804931457043bb2541823b5d349d1db6f89c33bf70b166571b4c4c6
-SHA512 (jupyter_client-7.3.5.tar.gz) = 5a3471fe03f44671fc2a06f8c78c11197084c8c951a1f8b55b89d651a6aea2ae1bdbb451ed463e52519954e7dba99b4e2298a6511eef2a3618f095dc864758d9
-Size (jupyter_client-7.3.5.tar.gz) = 326758 bytes
+BLAKE2s (jupyter_client-7.4.7.tar.gz) = ee4e542fe0b594e7c737433dbaa95260102026cad50df8389158d5dd657b4644
+SHA512 (jupyter_client-7.4.7.tar.gz) = ae78496dc130f2188961e61d0874602eb2f8c57586b39377954c1c8247f4dd587eff8e8fd8aec7c8d76beddc661b2aa8f74eb8a37fc667112886232642733195
+Size (jupyter_client-7.4.7.tar.gz) = 328801 bytes



Home | Main Index | Thread Index | Old Index