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 Sep 13 11:43:25 UTC 2022

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

Log Message:
py-jupyter_client: updated to 7.3.5

7.3.5

Enhancements made

- add `AsyncKernelClient` to `doc/api/client.rst`

Bugs fixed

- Use tornado 6.2's PeriodicCallback in restarter
- Make \_stdin_hook_default async


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-jupyter_client/Makefile
cvs rdiff -u -r1.25 -r1.26 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.32 pkgsrc/devel/py-jupyter_client/Makefile:1.33
--- pkgsrc/devel/py-jupyter_client/Makefile:1.32        Thu Sep  1 20:21:52 2022
+++ pkgsrc/devel/py-jupyter_client/Makefile     Tue Sep 13 11:43:25 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2022/09/01 20:21:52 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2022/09/13 11:43:25 adam Exp $
 
-DISTNAME=      jupyter_client-7.3.4
+DISTNAME=      jupyter_client-7.3.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_client/}
 

Index: pkgsrc/devel/py-jupyter_client/distinfo
diff -u pkgsrc/devel/py-jupyter_client/distinfo:1.25 pkgsrc/devel/py-jupyter_client/distinfo:1.26
--- pkgsrc/devel/py-jupyter_client/distinfo:1.25        Fri Jun 17 10:54:56 2022
+++ pkgsrc/devel/py-jupyter_client/distinfo     Tue Sep 13 11:43:25 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2022/06/17 10:54:56 adam Exp $
+$NetBSD: distinfo,v 1.26 2022/09/13 11:43:25 adam Exp $
 
-BLAKE2s (jupyter_client-7.3.4.tar.gz) = b1c26c02ab5387387d26e83b0b76e0fab14b79d3cbfce90e48bf6b01bd843351
-SHA512 (jupyter_client-7.3.4.tar.gz) = 3bb1fd7c93e16c03db0c249810fe48428dc9c1fa24ae885a3d30b4ac2d2e980f48edc06c2c6065b3e8f91610bf5bc7500854986f55c18bd9f695f192aa470beb
-Size (jupyter_client-7.3.4.tar.gz) = 329871 bytes
+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



Home | Main Index | Thread Index | Old Index