pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-nbformat



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May  4 07:30:55 UTC 2022

Modified Files:
        pkgsrc/www/py-nbformat: Makefile PLIST distinfo

Log Message:
py-nbformat: updated to 5.4.0

5.4.0
=====
* Add project URLs to ``setup.py``
* Fix import in ``nbformat.current``
* Add ``mypy`` and typings support
* Improve CI


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-nbformat/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-nbformat/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-nbformat/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-nbformat/Makefile
diff -u pkgsrc/www/py-nbformat/Makefile:1.13 pkgsrc/www/py-nbformat/Makefile:1.14
--- pkgsrc/www/py-nbformat/Makefile:1.13        Thu Apr  7 07:01:44 2022
+++ pkgsrc/www/py-nbformat/Makefile     Wed May  4 07:30:55 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/04/07 07:01:44 adam Exp $
+# $NetBSD: Makefile,v 1.14 2022/05/04 07:30:55 adam Exp $
 
-DISTNAME=      nbformat-5.3.0
+DISTNAME=      nbformat-5.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nbformat/}

Index: pkgsrc/www/py-nbformat/PLIST
diff -u pkgsrc/www/py-nbformat/PLIST:1.7 pkgsrc/www/py-nbformat/PLIST:1.8
--- pkgsrc/www/py-nbformat/PLIST:1.7    Thu Apr  7 07:01:44 2022
+++ pkgsrc/www/py-nbformat/PLIST        Wed May  4 07:30:55 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2022/04/07 07:01:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/05/04 07:30:55 adam Exp $
 bin/jupyter-trust-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -42,6 +42,7 @@ ${PYSITELIB}/nbformat/json_compat.pyo
 ${PYSITELIB}/nbformat/notebooknode.py
 ${PYSITELIB}/nbformat/notebooknode.pyc
 ${PYSITELIB}/nbformat/notebooknode.pyo
+${PYSITELIB}/nbformat/py.typed
 ${PYSITELIB}/nbformat/reader.py
 ${PYSITELIB}/nbformat/reader.pyc
 ${PYSITELIB}/nbformat/reader.pyo

Index: pkgsrc/www/py-nbformat/distinfo
diff -u pkgsrc/www/py-nbformat/distinfo:1.9 pkgsrc/www/py-nbformat/distinfo:1.10
--- pkgsrc/www/py-nbformat/distinfo:1.9 Thu Apr  7 07:01:44 2022
+++ pkgsrc/www/py-nbformat/distinfo     Wed May  4 07:30:55 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/04/07 07:01:44 adam Exp $
+$NetBSD: distinfo,v 1.10 2022/05/04 07:30:55 adam Exp $
 
-BLAKE2s (nbformat-5.3.0.tar.gz) = d71006e08f37cc484afa28a7b9e9bbb9f5ac0a952d47084e3717aca9f4136816
-SHA512 (nbformat-5.3.0.tar.gz) = 49826d34807242213d087aaf16ec1b04cbc91551c7bc2d647f11950548807d971a0d880f2c3c6fc5e8eb50ed2ebe3674de12636e16ba7e0c3777484adbe494fe
-Size (nbformat-5.3.0.tar.gz) = 136855 bytes
+BLAKE2s (nbformat-5.4.0.tar.gz) = 4120171c060b42b511b27158e6b53014b5509f5eb7176678115b15d2e4a9866b
+SHA512 (nbformat-5.4.0.tar.gz) = 9fae75f5bfbcbf417bdf4e655407bc9b580e8a795db1b65de9c77b6ba45165eab5bcdaf1de368d4f0a0e17404e75d1b30d01d04daf11fc701fa21aface3ab8f4
+Size (nbformat-5.4.0.tar.gz) = 137589 bytes



Home | Main Index | Thread Index | Old Index