pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/comms/py-jupyter_server_terminals
Module Name: pkgsrc
Committed By: adam
Date: Sun Dec 17 17:25:34 UTC 2023
Modified Files:
pkgsrc/comms/py-jupyter_server_terminals: Makefile distinfo
Log Message:
py-jupyter_server_terminals: updated to 0.5.0
0.5.0
Bugs fixed
- Fix respecting serverapp.terminals_enabled
Maintenance and upkeep improvements
- Update ruff config
- Update typings for Server 2.10.1 and mypy 1.7
- Update types for terminado 0.18
- Update ruff config
- Update typings for server 2.10
- chore: update pre-commit hooks
- Clean up lint handling
- Adopt ruff format
- Update ruff and typing
- chore: update pre-commit hooks
- Fix typings for traitlets 5.10.1
- Bump actions/checkout from 3 to 4
- Adopt sp-repo-review
- Update mistune requirement from \<3.0 to \<4.0
- Use local coverage
- Clean up license
- Add more linting
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/comms/py-jupyter_server_terminals/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/comms/py-jupyter_server_terminals/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/comms/py-jupyter_server_terminals/Makefile
diff -u pkgsrc/comms/py-jupyter_server_terminals/Makefile:1.3 pkgsrc/comms/py-jupyter_server_terminals/Makefile:1.4
--- pkgsrc/comms/py-jupyter_server_terminals/Makefile:1.3 Sat Oct 28 19:56:55 2023
+++ pkgsrc/comms/py-jupyter_server_terminals/Makefile Sun Dec 17 17:25:34 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/10/28 19:56:55 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/12/17 17:25:34 adam Exp $
-DISTNAME= jupyter_server_terminals-0.4.4
+DISTNAME= jupyter_server_terminals-0.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= comms python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter-server-terminals/}
@@ -13,9 +12,8 @@ LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.5:../../devel/py-hatchling
DEPENDS+= ${PYPKGPREFIX}-terminado>=0.8.3:../../www/py-terminado
-# TODO: import py-test_jupyter
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-jupyter_server>=2.0.0:../../www/py-jupyter_server
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-jupyter>=0.5.3:../../www/py-test-jupyter
TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
USE_LANGUAGES= # none
@@ -24,8 +22,5 @@ PYTHON_SELF_CONFLICT= yes
PYTHON_VERSIONS_INCOMPATIBLE= 27
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/comms/py-jupyter_server_terminals/distinfo
diff -u pkgsrc/comms/py-jupyter_server_terminals/distinfo:1.1 pkgsrc/comms/py-jupyter_server_terminals/distinfo:1.2
--- pkgsrc/comms/py-jupyter_server_terminals/distinfo:1.1 Fri May 5 10:20:30 2023
+++ pkgsrc/comms/py-jupyter_server_terminals/distinfo Sun Dec 17 17:25:34 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/05/05 10:20:30 adam Exp $
+$NetBSD: distinfo,v 1.2 2023/12/17 17:25:34 adam Exp $
-BLAKE2s (jupyter_server_terminals-0.4.4.tar.gz) = 3f36b2a4f8c16eab234538ffc18896dce420cb85358b9c9be7f27ff3dadf41bd
-SHA512 (jupyter_server_terminals-0.4.4.tar.gz) = 5b1a6a9cfd550108be7f6664eac5ab7581d75e78a7dfc9825af2346b0d9b19f05543dcce010dafb9554c0782bf8e7929bf0ef96bdf2db392ab9b9ec1a3633fdd
-Size (jupyter_server_terminals-0.4.4.tar.gz) = 29850 bytes
+BLAKE2s (jupyter_server_terminals-0.5.0.tar.gz) = a4749ae8461335eb292adbbfc3366d7bdcc4b794b6895b35738566d0f1bb6d1e
+SHA512 (jupyter_server_terminals-0.5.0.tar.gz) = 398419590bfad09846dd4f283896962af772700f6bf43b2cd3c2516830a9693ce4f383a9e3620e9d5613985f4d60c0758fad8961e7ba023f7f5b73200679ee25
+Size (jupyter_server_terminals-0.5.0.tar.gz) = 30616 bytes
Home |
Main Index |
Thread Index |
Old Index