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
This commit is contained in:
parent
45d02e07f2
commit
5369095b5b
3 changed files with 8 additions and 7 deletions
|
@ -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}
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
MASTER_SITES= ${MASTER_SITE_PYPI:=n/nbformat/}
|
MASTER_SITES= ${MASTER_SITE_PYPI:=n/nbformat/}
|
||||||
|
|
|
@ -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}
|
bin/jupyter-trust-${PYVERSSUFFIX}
|
||||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||||
|
@ -42,6 +42,7 @@ ${PYSITELIB}/nbformat/json_compat.pyo
|
||||||
${PYSITELIB}/nbformat/notebooknode.py
|
${PYSITELIB}/nbformat/notebooknode.py
|
||||||
${PYSITELIB}/nbformat/notebooknode.pyc
|
${PYSITELIB}/nbformat/notebooknode.pyc
|
||||||
${PYSITELIB}/nbformat/notebooknode.pyo
|
${PYSITELIB}/nbformat/notebooknode.pyo
|
||||||
|
${PYSITELIB}/nbformat/py.typed
|
||||||
${PYSITELIB}/nbformat/reader.py
|
${PYSITELIB}/nbformat/reader.py
|
||||||
${PYSITELIB}/nbformat/reader.pyc
|
${PYSITELIB}/nbformat/reader.pyc
|
||||||
${PYSITELIB}/nbformat/reader.pyo
|
${PYSITELIB}/nbformat/reader.pyo
|
||||||
|
|
|
@ -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
|
BLAKE2s (nbformat-5.4.0.tar.gz) = 4120171c060b42b511b27158e6b53014b5509f5eb7176678115b15d2e4a9866b
|
||||||
SHA512 (nbformat-5.3.0.tar.gz) = 49826d34807242213d087aaf16ec1b04cbc91551c7bc2d647f11950548807d971a0d880f2c3c6fc5e8eb50ed2ebe3674de12636e16ba7e0c3777484adbe494fe
|
SHA512 (nbformat-5.4.0.tar.gz) = 9fae75f5bfbcbf417bdf4e655407bc9b580e8a795db1b65de9c77b6ba45165eab5bcdaf1de368d4f0a0e17404e75d1b30d01d04daf11fc701fa21aface3ab8f4
|
||||||
Size (nbformat-5.3.0.tar.gz) = 136855 bytes
|
Size (nbformat-5.4.0.tar.gz) = 137589 bytes
|
||||||
|
|
Loading…
Reference in a new issue