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:           Sun Dec 31 09:01:21 UTC 2023

Modified Files:
        pkgsrc/devel/py-jupyter_core: Makefile distinfo
        pkgsrc/devel/py-jupyter_core/patches: patch-jupyter__core_paths.py

Log Message:
py-jupyter_core: updated to 5.5.1

5.5.1

Bugs fixed

- Account for read only file systems in migration

Maintenance and upkeep improvements

- Update ruff and typings
- chore: update pre-commit hooks
- Clean up lint and add downstream checks


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-jupyter_core/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-jupyter_core/distinfo
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/devel/py-jupyter_core/patches/patch-jupyter__core_paths.py

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.29 pkgsrc/devel/py-jupyter_core/Makefile:1.30
--- pkgsrc/devel/py-jupyter_core/Makefile:1.29  Thu Nov  2 11:04:14 2023
+++ pkgsrc/devel/py-jupyter_core/Makefile       Sun Dec 31 09:01:20 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2023/11/02 11:04:14 adam Exp $
+# $NetBSD: Makefile,v 1.30 2023/12/31 09:01:20 adam Exp $
 
-DISTNAME=      jupyter_core-5.5.0
+DISTNAME=      jupyter_core-5.5.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.22 pkgsrc/devel/py-jupyter_core/distinfo:1.23
--- pkgsrc/devel/py-jupyter_core/distinfo:1.22  Thu Nov  2 11:04:14 2023
+++ pkgsrc/devel/py-jupyter_core/distinfo       Sun Dec 31 09:01:20 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2023/11/02 11:04:14 adam Exp $
+$NetBSD: distinfo,v 1.23 2023/12/31 09:01:20 adam Exp $
 
-BLAKE2s (jupyter_core-5.5.0.tar.gz) = ceca08ac5764a61d1caf6f77f792c0cd8380225fd078d9977d1ab815ff6070b8
-SHA512 (jupyter_core-5.5.0.tar.gz) = 92ca5ddc69d58ecdf1f707104e950ba43c88630991b0a6951fb6ba83260573b9f48c7903b25ae7bc105c08b3179de4bebb5a87b66453b96ceed631cbf555d631
-Size (jupyter_core-5.5.0.tar.gz) = 85369 bytes
-SHA1 (patch-jupyter__core_paths.py) = 77720329c9613abde9576244ac17b101bfded070
+BLAKE2s (jupyter_core-5.5.1.tar.gz) = 3b8cf27621412c9131b8ba43e337269f88e0700b3ebee34ba75f64664c74dea6
+SHA512 (jupyter_core-5.5.1.tar.gz) = f82ce8a0f6671b06b6bb768d1a7cf85a9b28be57ba88809334d2fbcfed0d6e2bc5a2320a128ed8a8b498a763d157b1ecc1dc093de1c1aa97a65770a5b715c202
+Size (jupyter_core-5.5.1.tar.gz) = 85962 bytes
+SHA1 (patch-jupyter__core_paths.py) = e067af35ee9c89c5dd2eb0a7d753e16ac5e0c2f9

Index: pkgsrc/devel/py-jupyter_core/patches/patch-jupyter__core_paths.py
diff -u pkgsrc/devel/py-jupyter_core/patches/patch-jupyter__core_paths.py:1.3 pkgsrc/devel/py-jupyter_core/patches/patch-jupyter__core_paths.py:1.4
--- pkgsrc/devel/py-jupyter_core/patches/patch-jupyter__core_paths.py:1.3       Tue Nov 22 10:18:06 2022
+++ pkgsrc/devel/py-jupyter_core/patches/patch-jupyter__core_paths.py   Sun Dec 31 09:01:21 2023
@@ -1,11 +1,11 @@
-$NetBSD: patch-jupyter__core_paths.py,v 1.3 2022/11/22 10:18:06 adam Exp $
+$NetBSD: patch-jupyter__core_paths.py,v 1.4 2023/12/31 09:01:21 adam Exp $
 
 Enable Jupyter to discover kernels installed by pkgsrc packages.
 
 --- jupyter_core/paths.py.orig 2020-02-02 00:00:00.000000000 +0000
 +++ jupyter_core/paths.py
-@@ -188,6 +188,7 @@ else:
-             SYSTEM_JUPYTER_PATH = [os.path.join(sys.prefix, "share", "jupyter")]
+@@ -222,6 +222,7 @@ else:
+             SYSTEM_JUPYTER_PATH = [str(Path(sys.prefix, "share", "jupyter"))]
      else:
          SYSTEM_JUPYTER_PATH = [
 +            "@PREFIX@/share/jupyter",



Home | Main Index | Thread Index | Old Index