pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ipykernel



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan  9 05:40:04 UTC 2024

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

Log Message:
py-ipykernel: updated to 6.28.0

6.28.0

Enhancements made

- Enable `ProactorEventLoop` on windows for `ipykernel`
- Adds a flag in debug_info for the copyToGlobals support

Maintenance and upkeep improvements

- Support python 3.12
- Bump actions/setup-python from 4 to 5
- chore: update pre-commit hooks
- Refactor execute_request to reduce redundancy and improve consistency

Documentation improvements

- Update pytest commands in README


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/devel/py-ipykernel/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/py-ipykernel/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-ipykernel/Makefile
diff -u pkgsrc/devel/py-ipykernel/Makefile:1.58 pkgsrc/devel/py-ipykernel/Makefile:1.59
--- pkgsrc/devel/py-ipykernel/Makefile:1.58     Thu Dec  7 17:12:30 2023
+++ pkgsrc/devel/py-ipykernel/Makefile  Tue Jan  9 05:40:03 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2023/12/07 17:12:30 adam Exp $
+# $NetBSD: Makefile,v 1.59 2024/01/09 05:40:03 adam Exp $
 
-DISTNAME=      ipykernel-6.27.1
+DISTNAME=      ipykernel-6.28.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipykernel/}
@@ -16,13 +16,13 @@ DEPENDS+=   ${PYPKGPREFIX}-debugpy>=1.6.5:
 DEPENDS+=      ${PYPKGPREFIX}-ipython>=7.23.1:../../devel/py-ipython
 DEPENDS+=      ${PYPKGPREFIX}-jupyter_client>=6.1.12:../../devel/py-jupyter_client
 DEPENDS+=      ${PYPKGPREFIX}-jupyter_core>=4.12:../../devel/py-jupyter_core
-DEPENDS+=      ${PYPKGPREFIX}-matplotlib-inline>=0.1.0:../../graphics/py-matplotlib-inline
+DEPENDS+=      ${PYPKGPREFIX}-matplotlib-inline>=0.1:../../graphics/py-matplotlib-inline
 DEPENDS+=      ${PYPKGPREFIX}-nest-asyncio-[0-9]*:../../devel/py-nest-asyncio
 DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
 DEPENDS+=      ${PYPKGPREFIX}-tornado>=6.1:../../www/py-tornado
 DEPENDS+=      ${PYPKGPREFIX}-traitlets>=5.4.0:../../devel/py-traitlets
-DEPENDS+=      ${PYPKGPREFIX}-zmq>=20:../../net/py-zmq
+DEPENDS+=      ${PYPKGPREFIX}-zmq>=24:../../net/py-zmq
 TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
 TEST_DEPENDS+= ${PYPKGPREFIX}-ipyparallel-[0-9]*:../../parallel/py-ipyparallel
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio

Index: pkgsrc/devel/py-ipykernel/distinfo
diff -u pkgsrc/devel/py-ipykernel/distinfo:1.49 pkgsrc/devel/py-ipykernel/distinfo:1.50
--- pkgsrc/devel/py-ipykernel/distinfo:1.49     Thu Dec  7 17:12:30 2023
+++ pkgsrc/devel/py-ipykernel/distinfo  Tue Jan  9 05:40:03 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.49 2023/12/07 17:12:30 adam Exp $
+$NetBSD: distinfo,v 1.50 2024/01/09 05:40:03 adam Exp $
 
-BLAKE2s (ipykernel-6.27.1.tar.gz) = 94cbfdaa9f6e5d4296e94f4b919f691e5b392241e70613e619b4f9ccf28dcea0
-SHA512 (ipykernel-6.27.1.tar.gz) = c4ee96c934e66a1d27d680bb43adb88affb49e605310d4d619cd42b0a294d82ad7884a110998eb3004be4f010d847968694b4c8327efa26976062249895132c6
-Size (ipykernel-6.27.1.tar.gz) = 157828 bytes
+BLAKE2s (ipykernel-6.28.0.tar.gz) = f42f5adf90b4c2a5bf36f47ab7a986e0688dda6acc11031a903c55788e7ad018
+SHA512 (ipykernel-6.28.0.tar.gz) = 81efbaafc48ad22b54719eebe7564d9d386407272b6c9bad34a2685ec73e1f831a2753251a7ff47c337becad272a39311f15faa7dac331e53272f3ccc975a860
+Size (ipykernel-6.28.0.tar.gz) = 157701 bytes



Home | Main Index | Thread Index | Old Index