pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jupyter_events



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Oct 29 16:58:54 UTC 2023

Modified Files:
        pkgsrc/devel/py-jupyter_events: Makefile distinfo

Log Message:
py-jupyter_events: updated to 0.8.0

0.8.0

Bugs fixed

- Allow for string annotations in listener signature

Maintenance and upkeep improvements

- Adopt sp-repo-review
- Bump actions/checkout from 3 to 4
- Add more PyPI URLs


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-jupyter_events/Makefile
cvs rdiff -u -r1.2 -r1.3 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.

Modified files:

Index: pkgsrc/devel/py-jupyter_events/Makefile
diff -u pkgsrc/devel/py-jupyter_events/Makefile:1.3 pkgsrc/devel/py-jupyter_events/Makefile:1.4
--- pkgsrc/devel/py-jupyter_events/Makefile:1.3 Sat Oct 28 19:57:03 2023
+++ pkgsrc/devel/py-jupyter_events/Makefile     Sun Oct 29 16:58:53 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/10/28 19:57:03 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/10/29 16:58:53 adam Exp $
 
-DISTNAME=      jupyter_events-0.7.0
+DISTNAME=      jupyter_events-0.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter-events/}
 
@@ -15,10 +14,10 @@ TOOL_DEPENDS+=      ${PYPKGPREFIX}-hatchling>
 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
+DEPENDS+=      ${PYPKGPREFIX}-traitlets>=5.3:../../devel/py-traitlets
+DEPENDS+=      ${PYPKGPREFIX}-yaml>=5.3:../../textproc/py-yaml
 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

Index: pkgsrc/devel/py-jupyter_events/distinfo
diff -u pkgsrc/devel/py-jupyter_events/distinfo:1.2 pkgsrc/devel/py-jupyter_events/distinfo:1.3
--- pkgsrc/devel/py-jupyter_events/distinfo:1.2 Sat Aug 26 09:19:14 2023
+++ pkgsrc/devel/py-jupyter_events/distinfo     Sun Oct 29 16:58:53 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/08/26 09:19:14 adam Exp $
+$NetBSD: distinfo,v 1.3 2023/10/29 16:58:53 adam Exp $
 
-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
+BLAKE2s (jupyter_events-0.8.0.tar.gz) = bdd888a0d428a3c93fa134ba063dbdcca88d497878e03a424f5cac6a2b081740
+SHA512 (jupyter_events-0.8.0.tar.gz) = 9b43e1f0f5e390455fac52971f41695a7c0d853ac4a84493e31efdd61a183e4a41c7824f963b89ee369cac8945d6258857b864315bbafe8be15145eee7075afd
+Size (jupyter_events-0.8.0.tar.gz) = 60373 bytes



Home | Main Index | Thread Index | Old Index