Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6FAD784D74 for ; Thu, 9 Nov 2023 16:59:11 +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 x0vFN2ZikjC9 for ; Thu, 9 Nov 2023 16:59:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9D1E184CC8 for ; Thu, 9 Nov 2023 16:59:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 96B4DFA2F; Thu, 9 Nov 2023 16:59:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169954915072060" MIME-Version: 1.0 Date: Thu, 9 Nov 2023 16:59:10 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-nbclient To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231109165910.96B4DFA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169954915072060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Nov 9 16:59:10 UTC 2023 Modified Files: pkgsrc/www/py-nbclient: Makefile PLIST distinfo Log Message: py-nbclient: updated to 0.9.0 0.9.0 Maintenance and upkeep improvements Use jupyter releaser Clean up lint and move tests out of source Adopt ruff format Update typings for mypy 1.6 Adopt sp-repo-review Fix lint error To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-nbclient/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-nbclient/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-nbclient/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169954915072060 Content-Disposition: inline Content-Length: 5814 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-nbclient/Makefile diff -u pkgsrc/www/py-nbclient/Makefile:1.12 pkgsrc/www/py-nbclient/Makefile:1.13 --- pkgsrc/www/py-nbclient/Makefile:1.12 Sat Oct 28 19:57:24 2023 +++ pkgsrc/www/py-nbclient/Makefile Thu Nov 9 16:59:10 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2023/10/28 19:57:24 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2023/11/09 16:59:10 adam Exp $ -DISTNAME= nbclient-0.8.0 +DISTNAME= nbclient-0.9.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=n/nbclient/} @@ -16,11 +15,12 @@ DEPENDS+= ${PYPKGPREFIX}-jupyter_client> DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=4.12:../../devel/py-jupyter_core DEPENDS+= ${PYPKGPREFIX}-nbformat>=5.1:../../www/py-nbformat DEPENDS+= ${PYPKGPREFIX}-traitlets>=5.4:../../devel/py-traitlets -TEST_DEPENDS+= ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel +TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky +TEST_DEPENDS+= ${PYPKGPREFIX}-ipykernel>=6.19.3:../../devel/py-ipykernel TEST_DEPENDS+= ${PYPKGPREFIX}-ipython-[0-9]*:../../devel/py-ipython -TEST_DEPENDS+= ${PYPKGPREFIX}-ipywidgets-[0-9]*:../../www/py-ipywidgets -TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test -TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov +TEST_DEPENDS+= ${PYPKGPREFIX}-nbconvert>=7.0.0:../../www/py-nbconvert +TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio +TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0:../../devel/py-test-cov TEST_DEPENDS+= ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath TEST_DEPENDS+= ${PYPKGPREFIX}-xmltodict-[0-9]*:../../textproc/py-xmltodict @@ -32,8 +32,5 @@ post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} jupyter-execute jupyter-execute-${PYVERSSUFFIX} || ${TRUE} -do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} - .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-nbclient/PLIST diff -u pkgsrc/www/py-nbclient/PLIST:1.5 pkgsrc/www/py-nbclient/PLIST:1.6 --- pkgsrc/www/py-nbclient/PLIST:1.5 Sat Oct 28 19:57:24 2023 +++ pkgsrc/www/py-nbclient/PLIST Thu Nov 9 16:59:10 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2023/10/28 19:57:24 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2023/11/09 16:59:10 adam Exp $ bin/jupyter-execute-${PYVERSSUFFIX} ${PYSITELIB}/${WHEEL_INFODIR}/METADATA ${PYSITELIB}/${WHEEL_INFODIR}/RECORD @@ -27,48 +27,6 @@ ${PYSITELIB}/nbclient/output_widget.py ${PYSITELIB}/nbclient/output_widget.pyc ${PYSITELIB}/nbclient/output_widget.pyo ${PYSITELIB}/nbclient/py.typed -${PYSITELIB}/nbclient/tests/__init__.py -${PYSITELIB}/nbclient/tests/__init__.pyc -${PYSITELIB}/nbclient/tests/__init__.pyo -${PYSITELIB}/nbclient/tests/base.py -${PYSITELIB}/nbclient/tests/base.pyc -${PYSITELIB}/nbclient/tests/base.pyo -${PYSITELIB}/nbclient/tests/conftest.py -${PYSITELIB}/nbclient/tests/conftest.pyc -${PYSITELIB}/nbclient/tests/conftest.pyo -${PYSITELIB}/nbclient/tests/fake_kernelmanager.py -${PYSITELIB}/nbclient/tests/fake_kernelmanager.pyc -${PYSITELIB}/nbclient/tests/fake_kernelmanager.pyo -${PYSITELIB}/nbclient/tests/files/Autokill.ipynb -${PYSITELIB}/nbclient/tests/files/Check History in Memory.ipynb -${PYSITELIB}/nbclient/tests/files/Clear Output.ipynb -${PYSITELIB}/nbclient/tests/files/Disable Stdin.ipynb -${PYSITELIB}/nbclient/tests/files/Empty Cell.ipynb -${PYSITELIB}/nbclient/tests/files/Error.ipynb -${PYSITELIB}/nbclient/tests/files/Factorials.ipynb -${PYSITELIB}/nbclient/tests/files/HelloWorld.ipynb -${PYSITELIB}/nbclient/tests/files/Inline Image.ipynb -${PYSITELIB}/nbclient/tests/files/Interrupt.ipynb -${PYSITELIB}/nbclient/tests/files/JupyterWidgets.ipynb -${PYSITELIB}/nbclient/tests/files/Other Comms.ipynb -${PYSITELIB}/nbclient/tests/files/Output.ipynb -${PYSITELIB}/nbclient/tests/files/Parallel Execute A.ipynb -${PYSITELIB}/nbclient/tests/files/Parallel Execute B.ipynb -${PYSITELIB}/nbclient/tests/files/SVG.ipynb -${PYSITELIB}/nbclient/tests/files/Skip Exceptions with Cell Tags.ipynb -${PYSITELIB}/nbclient/tests/files/Skip Exceptions.ipynb -${PYSITELIB}/nbclient/tests/files/Skip Execution with Cell Tag.ipynb -${PYSITELIB}/nbclient/tests/files/Sleep1s.ipynb -${PYSITELIB}/nbclient/tests/files/Unicode.ipynb -${PYSITELIB}/nbclient/tests/files/UnicodePy3.ipynb -${PYSITELIB}/nbclient/tests/files/python.png -${PYSITELIB}/nbclient/tests/files/update-display-id.ipynb -${PYSITELIB}/nbclient/tests/test_client.py -${PYSITELIB}/nbclient/tests/test_client.pyc -${PYSITELIB}/nbclient/tests/test_client.pyo -${PYSITELIB}/nbclient/tests/test_util.py -${PYSITELIB}/nbclient/tests/test_util.pyc -${PYSITELIB}/nbclient/tests/test_util.pyo ${PYSITELIB}/nbclient/util.py ${PYSITELIB}/nbclient/util.pyc ${PYSITELIB}/nbclient/util.pyo Index: pkgsrc/www/py-nbclient/distinfo diff -u pkgsrc/www/py-nbclient/distinfo:1.10 pkgsrc/www/py-nbclient/distinfo:1.11 --- pkgsrc/www/py-nbclient/distinfo:1.10 Fri Aug 25 16:07:15 2023 +++ pkgsrc/www/py-nbclient/distinfo Thu Nov 9 16:59:10 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2023/08/25 16:07:15 adam Exp $ +$NetBSD: distinfo,v 1.11 2023/11/09 16:59:10 adam Exp $ -BLAKE2s (nbclient-0.8.0.tar.gz) = bd0869902f07d7daf1c76e694074bd904e0cdc311dd28cf7a13ea264669a86c5 -SHA512 (nbclient-0.8.0.tar.gz) = 325eb38b028042f049286342bbacdd2cc77bfe7137e948387c63af4227a1025ade8358345a7b573f5eb6a5731b8338b6d074b932dec79857a0e2d83afac2db88 -Size (nbclient-0.8.0.tar.gz) = 60673 bytes +BLAKE2s (nbclient-0.9.0.tar.gz) = 740474be0cb39b67a262a4301f5a840142bdd14fcdb4fe081020770df15210d9 +SHA512 (nbclient-0.9.0.tar.gz) = dc6409e1f765e01978f7e5417269d82c2a001dc9a642f474b4d5cd28e34c969a68ae956aed55df3e82315bd457320e2bd25cbc13af2ea1f59a46f9d327d5eef2 +Size (nbclient-0.9.0.tar.gz) = 60606 bytes --_----------=_169954915072060--