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 17 12:18:01 UTC 2024

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

Log Message:
py-jupyter_client: updated to 8.6.3

8.6.3

Enhancements made

- Support psutil for finding network addresses

Bugs fixed

- use simpler isoparse from dateutil to parse ISO-8601 timestamps
- Avoid a DeprecationWarning on Python 3.13+


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/py-jupyter_client/Makefile
cvs rdiff -u -r1.35 -r1.36 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.43 pkgsrc/devel/py-jupyter_client/Makefile:1.44
--- pkgsrc/devel/py-jupyter_client/Makefile:1.43        Sat Jul 20 12:45:48 2024
+++ pkgsrc/devel/py-jupyter_client/Makefile     Tue Sep 17 12:18:01 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2024/07/20 12:45:48 adam Exp $
+# $NetBSD: Makefile,v 1.44 2024/09/17 12:18:01 adam Exp $
 
-DISTNAME=      jupyter_client-8.6.2
+DISTNAME=      jupyter_client-8.6.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_client/}
@@ -23,8 +23,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-timeo
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 310
 DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=4.8.3:../../devel/py-importlib-metadata

Index: pkgsrc/devel/py-jupyter_client/distinfo
diff -u pkgsrc/devel/py-jupyter_client/distinfo:1.35 pkgsrc/devel/py-jupyter_client/distinfo:1.36
--- pkgsrc/devel/py-jupyter_client/distinfo:1.35        Sat Jul 20 12:45:48 2024
+++ pkgsrc/devel/py-jupyter_client/distinfo     Tue Sep 17 12:18:01 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2024/07/20 12:45:48 adam Exp $
+$NetBSD: distinfo,v 1.36 2024/09/17 12:18:01 adam Exp $
 
-BLAKE2s (jupyter_client-8.6.2.tar.gz) = b77d824bc3a2643f04f46e84b947800383916075f43ec73469ead54733c28d5e
-SHA512 (jupyter_client-8.6.2.tar.gz) = ce0ae60b083ce0a37ddd0249d3caef0581ece61927ae685ee80b55d9431557352f1dce6cf81894d39343087b15cc6ac3449abe88cb4119a0d03824b3642f84ff
-Size (jupyter_client-8.6.2.tar.gz) = 341102 bytes
+BLAKE2s (jupyter_client-8.6.3.tar.gz) = 3c22e972ee4ef4be6af59402a33d6eb05b0c7486a0d899c5eaf66fa0b198882f
+SHA512 (jupyter_client-8.6.3.tar.gz) = 10d7307335d07f383acbed30e44fe92284a6eab1dccdfe9107e5390c14350c2604a11ffd4a18ff811a5a93d9ce0492ac9a2fdc0402bd324c35ca12ad22405713
+Size (jupyter_client-8.6.3.tar.gz) = 342019 bytes



Home | Main Index | Thread Index | Old Index