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: Thu Mar 31 18:27:24 UTC 2022
Modified Files:
pkgsrc/devel/py-ipykernel: Makefile PLIST distinfo
Log Message:
py-ipykernel: updated to 6.11.0
6.11.0
Enhancements made
- Include method signatures in experimental completion results
- Try to pass cell id to executing kernel.
Maintenance and upkeep improvements
- Handle warnings in tests
- Run flake and remove deprecated import
- Add ignore-revs file
- Autoformat with black and isort
- Add pytest opts and pre-commit
6.10.0
Enhancements made
- Improve performance of stderr and stdout stream buffer
Bugs fixed
- Check if the current thread is the io thread
Maintenance and upkeep improvements
- More CI cleanup
- CI cleanup
Documentation improvements
- Add precision about subprocess stdout/stderr capturing
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-ipykernel/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-ipykernel/PLIST
cvs rdiff -u -r1.27 -r1.28 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.33 pkgsrc/devel/py-ipykernel/Makefile:1.34
--- pkgsrc/devel/py-ipykernel/Makefile:1.33 Tue Mar 15 05:49:02 2022
+++ pkgsrc/devel/py-ipykernel/Makefile Thu Mar 31 18:27:24 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2022/03/15 05:49:02 adam Exp $
+# $NetBSD: Makefile,v 1.34 2022/03/31 18:27:24 adam Exp $
-DISTNAME= ipykernel-6.9.2
+DISTNAME= ipykernel-6.11.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipykernel/}
Index: pkgsrc/devel/py-ipykernel/PLIST
diff -u pkgsrc/devel/py-ipykernel/PLIST:1.12 pkgsrc/devel/py-ipykernel/PLIST:1.13
--- pkgsrc/devel/py-ipykernel/PLIST:1.12 Fri Feb 4 13:13:52 2022
+++ pkgsrc/devel/py-ipykernel/PLIST Thu Mar 31 18:27:24 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2022/02/04 13:13:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2022/03/31 18:27:24 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -141,6 +141,9 @@ ${PYSITELIB}/ipykernel/tests/__init__.py
${PYSITELIB}/ipykernel/tests/_asyncio_utils.py
${PYSITELIB}/ipykernel/tests/_asyncio_utils.pyc
${PYSITELIB}/ipykernel/tests/_asyncio_utils.pyo
+${PYSITELIB}/ipykernel/tests/conftest.py
+${PYSITELIB}/ipykernel/tests/conftest.pyc
+${PYSITELIB}/ipykernel/tests/conftest.pyo
${PYSITELIB}/ipykernel/tests/test_async.py
${PYSITELIB}/ipykernel/tests/test_async.pyc
${PYSITELIB}/ipykernel/tests/test_async.pyo
Index: pkgsrc/devel/py-ipykernel/distinfo
diff -u pkgsrc/devel/py-ipykernel/distinfo:1.27 pkgsrc/devel/py-ipykernel/distinfo:1.28
--- pkgsrc/devel/py-ipykernel/distinfo:1.27 Tue Mar 15 05:49:02 2022
+++ pkgsrc/devel/py-ipykernel/distinfo Thu Mar 31 18:27:24 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2022/03/15 05:49:02 adam Exp $
+$NetBSD: distinfo,v 1.28 2022/03/31 18:27:24 adam Exp $
-BLAKE2s (ipykernel-6.9.2.tar.gz) = ce25c390f47e52eafce8559799b04242decec4a898de5a455e303f7c9fd2dd7d
-SHA512 (ipykernel-6.9.2.tar.gz) = a452d7a44c4e33cb2d79262916045fe3044803f20db7d525bca3277dd49e9d216d07a832312b29a5a61293ecf7863641a45e0f188136059799287c5983beb0d4
-Size (ipykernel-6.9.2.tar.gz) = 128759 bytes
+BLAKE2s (ipykernel-6.11.0.tar.gz) = b0b3aff1cd78ad02aa954df0d900b9049f48c921abdc356e03d5a46856262cbf
+SHA512 (ipykernel-6.11.0.tar.gz) = 69b88e3c8b552f5277f392a004a33a5c64c2edc93aeea0d2c2d03b0d8ee649f41fc1378068c1dd8322807cce188f5579c0d92730760baeca8170a98f585f500b
+Size (ipykernel-6.11.0.tar.gz) = 129429 bytes
Home |
Main Index |
Thread Index |
Old Index