Skip to content

Commit

Permalink
py-jupyter_server_terminals: updated to 0.5.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
adam committed Dec 17, 2023
1 parent 448dbae commit d414b39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
13 changes: 4 additions & 9 deletions comms/py-jupyter_server_terminals/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand All @@ -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
Expand All @@ -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"
8 changes: 4 additions & 4 deletions comms/py-jupyter_server_terminals/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d414b39

Please sign in to comment.