Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E6B3584FB1 for ; Sat, 26 Aug 2023 09:19:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id R5Nfp-ykpv2U for ; Sat, 26 Aug 2023 09:19:15 +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 3694D84F8E for ; Sat, 26 Aug 2023 09:19:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 25D75FBDB; Sat, 26 Aug 2023 09:19:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693041555246340" MIME-Version: 1.0 Date: Sat, 26 Aug 2023 09:19:15 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-jupyter_events To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230826091915.25D75FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693041555246340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Aug 26 09:19:15 UTC 2023 Modified Files: pkgsrc/devel/py-jupyter_events: Makefile PLIST distinfo Log Message: py-jupyter_events: updated to 0.7.0 0.7.0 Enhancements made - allow a 'message' field in an event schema Bugs fixed - Improve usability of jp_read_emitted_events fixture Maintenance and upkeep improvements - Migrate RefResolver to referencing.Registry - Use local coverage - Clean up license - Add more linting To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-jupyter_events/Makefile \ pkgsrc/devel/py-jupyter_events/PLIST \ pkgsrc/devel/py-jupyter_events/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693041555246340 Content-Disposition: inline Content-Length: 3726 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-jupyter_events/Makefile diff -u pkgsrc/devel/py-jupyter_events/Makefile:1.1 pkgsrc/devel/py-jupyter_events/Makefile:1.2 --- pkgsrc/devel/py-jupyter_events/Makefile:1.1 Fri May 5 10:10:53 2023 +++ pkgsrc/devel/py-jupyter_events/Makefile Sat Aug 26 09:19:14 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2023/05/05 10:10:53 adam Exp $ +# $NetBSD: Makefile,v 1.2 2023/08/26 09:19:14 adam Exp $ -DISTNAME= jupyter_events-0.6.3 +DISTNAME= jupyter_events-0.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter-events/} @@ -11,10 +11,15 @@ COMMENT= Jupyter Event System library LICENSE= modified-bsd TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.5:../../devel/py-hatchling -DEPENDS+= ${PYPKGPREFIX}-jsonschema>=3.2.0:../../textproc/py-jsonschema +DEPENDS+= ${PYPKGPREFIX}-jsonschema>=4.18.0:../../textproc/py-jsonschema DEPENDS+= ${PYPKGPREFIX}-json-logger>=2.0.4:../../textproc/py-json-logger +DEPENDS+= ${PYPKGPREFIX}-referencing-[0-9]*:../../textproc/py-referencing DEPENDS+= ${PYPKGPREFIX}-traitlets>=5.3:../../devel/py-traitlets DEPENDS+= ${PYPKGPREFIX}-yaml>=5.3:../../textproc/py-yaml +DEPENDS+= ${PYPKGPREFIX}-rfc3339-validator-[0-9]*:../../time/py-rfc3339-validator +DEPENDS+= ${PYPKGPREFIX}-rfc3986-validator>=0.1.1:../../www/py-rfc3986-validator +TEST_DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click +TEST_DEPENDS+= ${PYPKGPREFIX}-rich-[0-9]*:../../comms/py-rich TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.0:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.19.0:../../devel/py-test-asyncio TEST_DEPENDS+= ${PYPKGPREFIX}-test-console-scripts-[0-9]*:../../devel/py-test-console-scripts Index: pkgsrc/devel/py-jupyter_events/PLIST diff -u pkgsrc/devel/py-jupyter_events/PLIST:1.1 pkgsrc/devel/py-jupyter_events/PLIST:1.2 --- pkgsrc/devel/py-jupyter_events/PLIST:1.1 Fri May 5 10:10:53 2023 +++ pkgsrc/devel/py-jupyter_events/PLIST Sat Aug 26 09:19:14 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2023/05/05 10:10:53 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2023/08/26 09:19:14 adam Exp $ bin/jupyter-events-${PYVERSSUFFIX} ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER ${PYSITELIB}/${WHEEL_INFODIR}/METADATA @@ -7,7 +7,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_events/__init__.py ${PYSITELIB}/jupyter_events/__init__.pyc ${PYSITELIB}/jupyter_events/_version.py Index: pkgsrc/devel/py-jupyter_events/distinfo diff -u pkgsrc/devel/py-jupyter_events/distinfo:1.1 pkgsrc/devel/py-jupyter_events/distinfo:1.2 --- pkgsrc/devel/py-jupyter_events/distinfo:1.1 Fri May 5 10:10:53 2023 +++ pkgsrc/devel/py-jupyter_events/distinfo Sat Aug 26 09:19:14 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/05/05 10:10:53 adam Exp $ +$NetBSD: distinfo,v 1.2 2023/08/26 09:19:14 adam Exp $ -BLAKE2s (jupyter_events-0.6.3.tar.gz) = 37a16abcd81e83970a8102f2d19b59f3a1b3ff478ad868df20fc2b4ea5ea5979 -SHA512 (jupyter_events-0.6.3.tar.gz) = a9b9c180f7b4759a3d2c99421947a837020149ec1a91ad0cd06971d7ae99ad1050652f01f78c9478ce3fd3f1a1ab6b579e90c279fcee0771546f3c346becd61f -Size (jupyter_events-0.6.3.tar.gz) = 59393 bytes +BLAKE2s (jupyter_events-0.7.0.tar.gz) = 173cd0d987bca406b04b32619a273feb9bdf7205f686e4cc93bd2a91a791cc93 +SHA512 (jupyter_events-0.7.0.tar.gz) = ce5ddabc4f540bfa6808319b783ad8ffcb908bc26e7435293bda4ed88221126284dfda1aafc165c8a13bdd6056ec0477915b008f4788bc19730718d4a9e3f162 +Size (jupyter_events-0.7.0.tar.gz) = 59717 bytes --_----------=_1693041555246340--