pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-jupyterlab-server



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov 20 06:29:56 UTC 2023

Modified Files:
        pkgsrc/www/py-jupyterlab-server: Makefile distinfo

Log Message:
py-jupyterlab-server: updated to 2.25.2

2.25.2

Maintenance and upkeep improvements

- Update typings for Server 2.10.1 and mypy 1.7
- Align JSON schema validator with one used on the frontend
- Update ruff config

Documentation improvements

- Fix link-rot for Swagger view of OpenAPI spec

2.25.1

Bugs fixed

- Add repository info when getting federated extensions

Maintenance and upkeep improvements

- Update typings for server 2.10
- chore: update pre-commit hooks
- Clean up lint and ci
- Adopt ruff format
- Adopt sp-repo-review
- Update openapi-spec-validator requirement from \<0.7.0,>=0.6.0 to >=0.6.0,\<0.8.0


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-jupyterlab-server/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-jupyterlab-server/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-jupyterlab-server/Makefile
diff -u pkgsrc/www/py-jupyterlab-server/Makefile:1.4 pkgsrc/www/py-jupyterlab-server/Makefile:1.5
--- pkgsrc/www/py-jupyterlab-server/Makefile:1.4        Sat Oct 28 19:57:24 2023
+++ pkgsrc/www/py-jupyterlab-server/Makefile    Mon Nov 20 06:29:56 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2023/10/28 19:57:24 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/11/20 06:29:56 adam Exp $
 
-DISTNAME=      jupyterlab_server-2.25.0
+DISTNAME=      jupyterlab_server-2.25.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyterlab_server/}
 
@@ -20,7 +19,7 @@ DEPENDS+=     ${PYPKGPREFIX}-jupyter_server>
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.31:../../devel/py-requests
 TEST_DEPENDS+= ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml-[0-9]*:../../devel/py-ruamel-yaml
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-console-scripts-[0-9]*:../../devel/py-test-console-scripts
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-jupyter>=0.6.2:../../www/py-test-jupyter
@@ -36,8 +35,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 38
 DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=4.8.3:../../devel/py-importlib-metadata
 .endif
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-jupyterlab-server/distinfo
diff -u pkgsrc/www/py-jupyterlab-server/distinfo:1.2 pkgsrc/www/py-jupyterlab-server/distinfo:1.3
--- pkgsrc/www/py-jupyterlab-server/distinfo:1.2        Wed Sep 27 16:14:11 2023
+++ pkgsrc/www/py-jupyterlab-server/distinfo    Mon Nov 20 06:29:56 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/09/27 16:14:11 adam Exp $
+$NetBSD: distinfo,v 1.3 2023/11/20 06:29:56 adam Exp $
 
-BLAKE2s (jupyterlab_server-2.25.0.tar.gz) = ca303c8d146c996cc2963f44cb7f398476ff390965c2851b6f84ee43e19e2473
-SHA512 (jupyterlab_server-2.25.0.tar.gz) = b97a1e5da8f30e83971be152a39c5a6553e6a589000f4848feb7777561b018b310f445853825215cfdb823666d73d4b117ed8914138c8a319035dac893f85951
-Size (jupyterlab_server-2.25.0.tar.gz) = 72251 bytes
+BLAKE2s (jupyterlab_server-2.25.2.tar.gz) = a5827d6706f455230a8c2d0225484d1e6734191162bf52146f0fd6033c2280cd
+SHA512 (jupyterlab_server-2.25.2.tar.gz) = 6270505170e7586fae8c4f7fcabaed6e2ef2068ec35bc5eb630e1b5177aab24d8e8be4755ad6dd3f97c5e3a1aa6c770f554efe92a2db5a5bfe99bf420e2b5a34
+Size (jupyterlab_server-2.25.2.tar.gz) = 74028 bytes



Home | Main Index | Thread Index | Old Index