pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-jupyter_core
Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov  3 08:36:39 UTC 2025
Modified Files:
        pkgsrc/devel/py-jupyter_core: Makefile distinfo
Log Message:
py-jupyter_core: updated to 5.9.1
5.9.1
5.9.0
Enhancements made
- nicer traceback in missing loop case outside except in run_sync
Bugs fixed
- Fix missing `f` specifier in f-string used to print config file path
- validate inputs to is_hidden
Maintenance and upkeep improvements
- try to fix some downstream tests
- remove deprecation warning, platformdirs won't become default
- Bump github/codeql-action from 3 to 4 in the actions group
- require python 3.10, start to test on 3.14 and 3.14-free-threaded
- remove pywin32 dependency so free-threading can fly (like pypy)
- Bump the actions group across 1 directory with 2 updates
Documentation improvements
- [Docs] Use extension:filetype mapping in sphinx configuration
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-jupyter_core/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-jupyter_core/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_core/Makefile
diff -u pkgsrc/devel/py-jupyter_core/Makefile:1.33 pkgsrc/devel/py-jupyter_core/Makefile:1.34
--- pkgsrc/devel/py-jupyter_core/Makefile:1.33  Tue Aug 12 18:51:11 2025
+++ pkgsrc/devel/py-jupyter_core/Makefile       Mon Nov  3 08:36:39 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2025/08/12 18:51:11 adam Exp $
+# $NetBSD: Makefile,v 1.34 2025/11/03 08:36:39 adam Exp $
 
-DISTNAME=      jupyter_core-5.8.1
+DISTNAME=      jupyter_core-5.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_core/}
Index: pkgsrc/devel/py-jupyter_core/distinfo
diff -u pkgsrc/devel/py-jupyter_core/distinfo:1.26 pkgsrc/devel/py-jupyter_core/distinfo:1.27
--- pkgsrc/devel/py-jupyter_core/distinfo:1.26  Tue Aug 12 18:51:11 2025
+++ pkgsrc/devel/py-jupyter_core/distinfo       Mon Nov  3 08:36:39 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2025/08/12 18:51:11 adam Exp $
+$NetBSD: distinfo,v 1.27 2025/11/03 08:36:39 adam Exp $
 
-BLAKE2s (jupyter_core-5.8.1.tar.gz) = 30fd04336e06dd8b6636dcede309febe4f0f0abd05a49fe3931d41fab29bd434
-SHA512 (jupyter_core-5.8.1.tar.gz) = 6b3b9afbf3cf17546c1750b2725124a21a5bc0070cee580e9e82c902eddd12c54d371769211bc7c3a302fdfb9452bbc78e9e4f1b0d27e65d83f2cf86e3f0529a
-Size (jupyter_core-5.8.1.tar.gz) = 88923 bytes
+BLAKE2s (jupyter_core-5.9.1.tar.gz) = 7b8e3e35963a20649417e23182add753ea73db7966b0e8bb98532171701e2672
+SHA512 (jupyter_core-5.9.1.tar.gz) = e248949096858df7627e98fc61c493097ef9c5730497dba0781eb4e3dea225539b7d747d80513b35262ab22111008b34a4bc73359015323fcba89c99485f31d2
+Size (jupyter_core-5.9.1.tar.gz) = 89814 bytes
 SHA1 (patch-jupyter__core_paths.py) = e067af35ee9c89c5dd2eb0a7d753e16ac5e0c2f9
Home |
Main Index |
Thread Index |
Old Index