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:           Fri Mar 17 17:21:20 UTC 2023

Modified Files:
        pkgsrc/devel/py-jupyter_core: Makefile PLIST distinfo

Log Message:
py-jupyter_core: updated to 5.3.0

5.3.0

Bugs fixed
- Fix pywin32 version constraint

Maintenance and upkeep improvements
- Add license
- Support platformdirs 3


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-jupyter_core/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-jupyter_core/PLIST
cvs rdiff -u -r1.17 -r1.18 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.23 pkgsrc/devel/py-jupyter_core/Makefile:1.24
--- pkgsrc/devel/py-jupyter_core/Makefile:1.23  Fri Feb 10 10:51:25 2023
+++ pkgsrc/devel/py-jupyter_core/Makefile       Fri Mar 17 17:21:20 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2023/02/10 10:51:25 adam Exp $
+# $NetBSD: Makefile,v 1.24 2023/03/17 17:21:20 adam Exp $
 
-DISTNAME=      jupyter_core-5.2.0
+DISTNAME=      jupyter_core-5.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_core/}

Index: pkgsrc/devel/py-jupyter_core/PLIST
diff -u pkgsrc/devel/py-jupyter_core/PLIST:1.6 pkgsrc/devel/py-jupyter_core/PLIST:1.7
--- pkgsrc/devel/py-jupyter_core/PLIST:1.6      Mon Nov 28 18:06:55 2022
+++ pkgsrc/devel/py-jupyter_core/PLIST  Fri Mar 17 17:21:20 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/11/28 18:06:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2023/03/17 17:21:20 adam Exp $
 bin/jupyter-${PYVERSSUFFIX}
 bin/jupyter-migrate-${PYVERSSUFFIX}
 bin/jupyter-troubleshoot-${PYVERSSUFFIX}
@@ -9,7 +9,7 @@ ${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING.md
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/jupyter.py
 ${PYSITELIB}/jupyter.pyc
 ${PYSITELIB}/jupyter_core/__init__.py

Index: pkgsrc/devel/py-jupyter_core/distinfo
diff -u pkgsrc/devel/py-jupyter_core/distinfo:1.17 pkgsrc/devel/py-jupyter_core/distinfo:1.18
--- pkgsrc/devel/py-jupyter_core/distinfo:1.17  Fri Feb 10 10:51:25 2023
+++ pkgsrc/devel/py-jupyter_core/distinfo       Fri Mar 17 17:21:20 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2023/02/10 10:51:25 adam Exp $
+$NetBSD: distinfo,v 1.18 2023/03/17 17:21:20 adam Exp $
 
-BLAKE2s (jupyter_core-5.2.0.tar.gz) = f6ac9afb705b361115a2c1769ba0277df74e500a27f3d8990b19001a5a9bb4d9
-SHA512 (jupyter_core-5.2.0.tar.gz) = 7e4e6bbc338876fd213ae1a8028066f1f33010bb0196e26d6c6d7b872b60612d38d9d32b3d2ee4155f86dabf3b89e8282fef268d1dcd6fd740fd2fd3f0bd0bc2
-Size (jupyter_core-5.2.0.tar.gz) = 83861 bytes
+BLAKE2s (jupyter_core-5.3.0.tar.gz) = f5401e42247d4f9d9e95f17dbb8dd3334fcdb4139c5e429138c3b9823b6e3aa2
+SHA512 (jupyter_core-5.3.0.tar.gz) = 2c63f59a9618ee01d200e233cf85d586d88976c8d545235be224f9c64a54eb3a70e8b47220cc29b8ad3c102cc6c8754c8ccff2a771899986f322def5f539e072
+Size (jupyter_core-5.3.0.tar.gz) = 83909 bytes
 SHA1 (patch-jupyter__core_paths.py) = 77720329c9613abde9576244ac17b101bfded070



Home | Main Index | Thread Index | Old Index