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:           Sat Jul 20 19:07:04 UTC 2024

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

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

2.27.3

Bugs fixed

- Fix handling language packs for pseudo language

Maintenance and upkeep improvements

- Run docs on ubuntu

2.27.2

Bugs fixed

- Load overrides once, rather than in each settings handler

2.27.1

Bugs fixed

- Move ENV_CONFIG_PATH import back into \_get_config_manager

2.27.0

Enhancements made

- Add util to get consolidated page_config from higher levels


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-jupyterlab-server/Makefile
cvs rdiff -u -r1.4 -r1.5 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.6 pkgsrc/www/py-jupyterlab-server/Makefile:1.7
--- pkgsrc/www/py-jupyterlab-server/Makefile:1.6        Tue Feb 20 05:23:36 2024
+++ pkgsrc/www/py-jupyterlab-server/Makefile    Sat Jul 20 19:07:04 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/02/20 05:23:36 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/07/20 19:07:04 adam Exp $
 
-DISTNAME=      jupyterlab_server-2.25.3
+DISTNAME=      jupyterlab_server-2.27.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyterlab_server/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://jupyterlab-server.read
 COMMENT=       Server components for JupyterLab and JupyterLab like applications
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.5:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.7:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-babel>=2.10:../../devel/py-babel
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=3.0.3:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-json5>=0.9.0:../../textproc/py-json5

Index: pkgsrc/www/py-jupyterlab-server/distinfo
diff -u pkgsrc/www/py-jupyterlab-server/distinfo:1.4 pkgsrc/www/py-jupyterlab-server/distinfo:1.5
--- pkgsrc/www/py-jupyterlab-server/distinfo:1.4        Tue Feb 20 05:23:36 2024
+++ pkgsrc/www/py-jupyterlab-server/distinfo    Sat Jul 20 19:07:04 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/02/20 05:23:36 adam Exp $
+$NetBSD: distinfo,v 1.5 2024/07/20 19:07:04 adam Exp $
 
-BLAKE2s (jupyterlab_server-2.25.3.tar.gz) = 567ad5ddf1dce2817dfe5c78d739c789751b33fb363f5a25088a1feb9b01f402
-SHA512 (jupyterlab_server-2.25.3.tar.gz) = 62c1f1d51c588a64c6dea70dc888006b026b451ccc26331183f4878c9e1cc6b6631ba63ea6402265bdf97f85343f6762d16d82b37d666a6d9d8e8833b91457d2
-Size (jupyterlab_server-2.25.3.tar.gz) = 74625 bytes
+BLAKE2s (jupyterlab_server-2.27.3.tar.gz) = a84ad152cc0d6c1797c308f4f3e88e6b9bf404aa953681e795c9be9f97272971
+SHA512 (jupyterlab_server-2.27.3.tar.gz) = b4d2e91da8c92896958bb2adcb844d8a48f1b8df1ab8c3ff81511d0f3488c27f70f67c9f8731181fbc27836652e805efa869123ccb4d59d1098cd283a4fbcd10
+Size (jupyterlab_server-2.27.3.tar.gz) = 76173 bytes



Home | Main Index | Thread Index | Old Index