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:           Thu Nov  9 17:27:09 UTC 2023

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

Log Message:
py-jupyter_events: updated to 0.9.0

0.9.0

Bugs fixed

- Clean up linting and fix a bug that was found

Maintenance and upkeep improvements

- Clean up linting and fix a bug that was found
- Adopt ruff format
- Normalize "jsonschema\[format-nongpl\]" in  pyproject.toml


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-jupyter_events/Makefile
cvs rdiff -u -r1.3 -r1.4 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.4 pkgsrc/devel/py-jupyter_events/Makefile:1.5
--- pkgsrc/devel/py-jupyter_events/Makefile:1.4 Sun Oct 29 16:58:53 2023
+++ pkgsrc/devel/py-jupyter_events/Makefile     Thu Nov  9 17:27:09 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/10/29 16:58:53 adam Exp $
+# $NetBSD: Makefile,v 1.5 2023/11/09 17:27:09 adam Exp $
 
-DISTNAME=      jupyter_events-0.8.0
+DISTNAME=      jupyter_events-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter-events/}
@@ -20,7 +20,6 @@ DEPENDS+=     ${PYPKGPREFIX}-traitlets>=5.3:
 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
 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
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
@@ -39,8 +38,5 @@ post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} jupyter-events jupyter-events-${PYVERSSUFFIX} || ${TRUE}
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-jupyter_events/distinfo
diff -u pkgsrc/devel/py-jupyter_events/distinfo:1.3 pkgsrc/devel/py-jupyter_events/distinfo:1.4
--- pkgsrc/devel/py-jupyter_events/distinfo:1.3 Sun Oct 29 16:58:53 2023
+++ pkgsrc/devel/py-jupyter_events/distinfo     Thu Nov  9 17:27:09 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/10/29 16:58:53 adam Exp $
+$NetBSD: distinfo,v 1.4 2023/11/09 17:27:09 adam Exp $
 
-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
+BLAKE2s (jupyter_events-0.9.0.tar.gz) = 65c4b625091eaa4bd169f8badeee544a0ad24457471d9b42301f826a8de6b3f7
+SHA512 (jupyter_events-0.9.0.tar.gz) = 7b70edd79b80a3d73f0fedd21f0dba8060cb190b0dc8a6d7d9d11fdfd5b219c7a2f54438f0888c062e00b7def37fa0d7cfb0213bfa8d93737a83802079e4b103
+Size (jupyter_events-0.9.0.tar.gz) = 60502 bytes



Home | Main Index | Thread Index | Old Index