devel/py-notebook-shim: Update to 0.2.2

Changes:	https://github.com/jupyter/notebook_shim/releases
This commit is contained in:
Po-Chuan Hsieh 2023-01-30 20:31:39 +08:00
parent 75a5fd317d
commit 991bfdc785
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= notebook-shim
PORTVERSION= 0.2.0
PORTVERSION= 0.2.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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

View File

@ -34,5 +34,6 @@ setup(
packages=[
'notebook_shim',
'notebook_shim.tests',
'notebook_shim.tests.confs',
],
)