Received: by mail.netbsd.org (Postfix, from userid 605) id 5C8A884DE9; Thu, 10 Jun 2021 18:58:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9791E84DE2 for ; Thu, 10 Jun 2021 18:57:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id p8I-EVcHEHWL for ; Thu, 10 Jun 2021 18:57:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D75F684D99 for ; Thu, 10 Jun 2021 18:57:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CAD23FA95; Thu, 10 Jun 2021 18:57:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1623351478167840" MIME-Version: 1.0 Date: Thu, 10 Jun 2021 18:57:58 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-nbformat To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210610185758.CAD23FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1623351478167840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jun 10 18:57:58 UTC 2021 Modified Files: pkgsrc/www/py-nbformat: Makefile PLIST distinfo Log Message: py-nbformat: updated to 5.1.3 5.1.3 ===== - Change id generation to be hash based to avoid problematic word combinations - Added tests for python 3.9 - Fixed setup.py build operations to include package data 5.1.2 ===== - Fixed missing file in manifest 5.1.1 ===== - Changes convert.upgrade to upgrade minor 4.x versions to 4.5 5.1.0 ===== - Implemented CellIds from JEP-62 - Fixed a regression introduced when using fastjsonschema, which does not directly support to validate a "reference"/"subschema" - Removed unreachable/unneeded code - Added CI workflow for package release on tag push To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-nbformat/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-nbformat/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-nbformat/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1623351478167840 Content-Disposition: inline Content-Length: 5374 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-nbformat/Makefile diff -u pkgsrc/www/py-nbformat/Makefile:1.6 pkgsrc/www/py-nbformat/Makefile:1.7 --- pkgsrc/www/py-nbformat/Makefile:1.6 Thu Oct 15 13:49:22 2020 +++ pkgsrc/www/py-nbformat/Makefile Thu Jun 10 18:57:58 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2020/10/15 13:49:22 adam Exp $ +# $NetBSD: Makefile,v 1.7 2021/06/10 18:57:58 adam Exp $ -DISTNAME= nbformat-5.0.8 +DISTNAME= nbformat-5.1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=n/nbformat/} @@ -23,7 +23,7 @@ USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 do-test: - cd ${WRKSRC} && pytest-${PYVERSSUFFIX} + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-nbformat/PLIST diff -u pkgsrc/www/py-nbformat/PLIST:1.4 pkgsrc/www/py-nbformat/PLIST:1.5 --- pkgsrc/www/py-nbformat/PLIST:1.4 Thu Oct 15 13:49:22 2020 +++ pkgsrc/www/py-nbformat/PLIST Thu Jun 10 18:57:58 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2020/10/15 13:49:22 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2021/06/10 18:57:58 adam Exp $ ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/nbformat/__init__.py ${PYSITELIB}/nbformat/__init__.pyc @@ -12,6 +12,18 @@ ${PYSITELIB}/nbformat/_version.pyo ${PYSITELIB}/nbformat/converter.py ${PYSITELIB}/nbformat/converter.pyc ${PYSITELIB}/nbformat/converter.pyo +${PYSITELIB}/nbformat/corpus/__init__.py +${PYSITELIB}/nbformat/corpus/__init__.pyc +${PYSITELIB}/nbformat/corpus/__init__.pyo +${PYSITELIB}/nbformat/corpus/tests/__init__.py +${PYSITELIB}/nbformat/corpus/tests/__init__.pyc +${PYSITELIB}/nbformat/corpus/tests/__init__.pyo +${PYSITELIB}/nbformat/corpus/tests/test_words.py +${PYSITELIB}/nbformat/corpus/tests/test_words.pyc +${PYSITELIB}/nbformat/corpus/tests/test_words.pyo +${PYSITELIB}/nbformat/corpus/words.py +${PYSITELIB}/nbformat/corpus/words.pyc +${PYSITELIB}/nbformat/corpus/words.pyo ${PYSITELIB}/nbformat/current.py ${PYSITELIB}/nbformat/current.pyc ${PYSITELIB}/nbformat/current.pyo @@ -30,40 +42,6 @@ ${PYSITELIB}/nbformat/sentinel.pyo ${PYSITELIB}/nbformat/sign.py ${PYSITELIB}/nbformat/sign.pyc ${PYSITELIB}/nbformat/sign.pyo -${PYSITELIB}/nbformat/tests/__init__.py -${PYSITELIB}/nbformat/tests/__init__.pyc -${PYSITELIB}/nbformat/tests/__init__.pyo -${PYSITELIB}/nbformat/tests/base.py -${PYSITELIB}/nbformat/tests/base.pyc -${PYSITELIB}/nbformat/tests/base.pyo -${PYSITELIB}/nbformat/tests/invalid.ipynb -${PYSITELIB}/nbformat/tests/many_tracebacks.ipynb -${PYSITELIB}/nbformat/tests/test2.ipynb -${PYSITELIB}/nbformat/tests/test3.ipynb -${PYSITELIB}/nbformat/tests/test4.ipynb -${PYSITELIB}/nbformat/tests/test4custom.ipynb -${PYSITELIB}/nbformat/tests/test4docinfo.ipynb -${PYSITELIB}/nbformat/tests/test4jupyter_metadata.ipynb -${PYSITELIB}/nbformat/tests/test4jupyter_metadata_timings.ipynb -${PYSITELIB}/nbformat/tests/test4plus.ipynb -${PYSITELIB}/nbformat/tests/test_api.py -${PYSITELIB}/nbformat/tests/test_api.pyc -${PYSITELIB}/nbformat/tests/test_api.pyo -${PYSITELIB}/nbformat/tests/test_convert.py -${PYSITELIB}/nbformat/tests/test_convert.pyc -${PYSITELIB}/nbformat/tests/test_convert.pyo -${PYSITELIB}/nbformat/tests/test_nbformat.py -${PYSITELIB}/nbformat/tests/test_nbformat.pyc -${PYSITELIB}/nbformat/tests/test_nbformat.pyo -${PYSITELIB}/nbformat/tests/test_reader.py -${PYSITELIB}/nbformat/tests/test_reader.pyc -${PYSITELIB}/nbformat/tests/test_reader.pyo -${PYSITELIB}/nbformat/tests/test_sign.py -${PYSITELIB}/nbformat/tests/test_sign.pyc -${PYSITELIB}/nbformat/tests/test_sign.pyo -${PYSITELIB}/nbformat/tests/test_validator.py -${PYSITELIB}/nbformat/tests/test_validator.pyc -${PYSITELIB}/nbformat/tests/test_validator.pyo ${PYSITELIB}/nbformat/v1/__init__.py ${PYSITELIB}/nbformat/v1/__init__.pyc ${PYSITELIB}/nbformat/v1/__init__.pyo @@ -181,6 +159,7 @@ ${PYSITELIB}/nbformat/v4/nbformat.v4.1.s ${PYSITELIB}/nbformat/v4/nbformat.v4.2.schema.json ${PYSITELIB}/nbformat/v4/nbformat.v4.3.schema.json ${PYSITELIB}/nbformat/v4/nbformat.v4.4.schema.json +${PYSITELIB}/nbformat/v4/nbformat.v4.5.schema.json ${PYSITELIB}/nbformat/v4/nbformat.v4.schema.json ${PYSITELIB}/nbformat/v4/nbjson.py ${PYSITELIB}/nbformat/v4/nbjson.pyc Index: pkgsrc/www/py-nbformat/distinfo diff -u pkgsrc/www/py-nbformat/distinfo:1.5 pkgsrc/www/py-nbformat/distinfo:1.6 --- pkgsrc/www/py-nbformat/distinfo:1.5 Thu Oct 15 13:49:22 2020 +++ pkgsrc/www/py-nbformat/distinfo Thu Jun 10 18:57:58 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2020/10/15 13:49:22 adam Exp $ +$NetBSD: distinfo,v 1.6 2021/06/10 18:57:58 adam Exp $ -SHA1 (nbformat-5.0.8.tar.gz) = aad1c60adebc7ef4fac5a4321c59e790371aed3b -RMD160 (nbformat-5.0.8.tar.gz) = b5cbab209f0ef68f7289f97a3cf4eb3322a0a627 -SHA512 (nbformat-5.0.8.tar.gz) = 7e63347e2a5fc7e5eac2d0bee2c3ba252d0017b5aa7208be0237335eec83c81fa26fac3deda2990f6cd470c79bbd370c6f51d17009d51f78e91c62b997b66ea2 -Size (nbformat-5.0.8.tar.gz) = 126111 bytes +SHA1 (nbformat-5.1.3.tar.gz) = 84a416c822f6088fef6fd1d8b56b03f0d3c98c0e +RMD160 (nbformat-5.1.3.tar.gz) = d02668b91044e0e544fb4681c70473652ffa974f +SHA512 (nbformat-5.1.3.tar.gz) = 442c8e9fbc0fe33830a16a38278195469438c7ad28b4270e203284c49dc747f541c1ed9f2a19aca9bf705f0615d4b8402f0492e1ca6715bfbd8be2a5e505fa7c +Size (nbformat-5.1.3.tar.gz) = 73703 bytes --_----------=_1623351478167840--