git: 991bfdc78516 - main - devel/py-notebook-shim: Update to 0.2.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:09:13 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=991bfdc785161ecfc473550d5b0dd315c8ecb21e commit 991bfdc785161ecfc473550d5b0dd315c8ecb21e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:31:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 12:59:52 +0000 devel/py-notebook-shim: Update to 0.2.2 Changes: https://github.com/jupyter/notebook_shim/releases --- devel/py-notebook-shim/Makefile | 2 +- devel/py-notebook-shim/distinfo | 6 +++--- devel/py-notebook-shim/files/setup.py | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/devel/py-notebook-shim/Makefile b/devel/py-notebook-shim/Makefile index ad925ffc8236..178cb5908921 100644 --- a/devel/py-notebook-shim/Makefile +++ b/devel/py-notebook-shim/Makefile @@ -1,5 +1,5 @@ PORTNAME= notebook-shim -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-notebook-shim/distinfo b/devel/py-notebook-shim/distinfo index 864a25850816..ee6171987006 100644 --- a/devel/py-notebook-shim/distinfo +++ b/devel/py-notebook-shim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669057785 -SHA256 (notebook_shim-0.2.0.tar.gz) = fdb81febb05932c6d19e44e10382ce05469cac5e1b6e99b49be6159ddb5e4804 -SIZE (notebook_shim-0.2.0.tar.gz) = 12063 +TIMESTAMP = 1674589834 +SHA256 (notebook_shim-0.2.2.tar.gz) = 090e0baf9a5582ff59b607af523ca2db68ff216da0c69956b62cab2ef4fc9c3f +SIZE (notebook_shim-0.2.2.tar.gz) = 12947 diff --git a/devel/py-notebook-shim/files/setup.py b/devel/py-notebook-shim/files/setup.py index 3a885fabfada..773fb004fda6 100644 --- a/devel/py-notebook-shim/files/setup.py +++ b/devel/py-notebook-shim/files/setup.py @@ -34,5 +34,6 @@ setup( packages=[ 'notebook_shim', 'notebook_shim.tests', + 'notebook_shim.tests.confs', ], )