Skip to content

Commit

Permalink
devel/py-jupyter-server: Update to 2.7.3
Browse files Browse the repository at this point in the history
- Change RUN_DEPENDS from py-anyio to py-anyio3

Changes:	https://github.com/jupyter-server/jupyter_server/releases
  • Loading branch information
sunpoet committed Sep 4, 2023
1 parent d4856a0 commit 87dd9d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions devel/py-jupyter-server/Makefile
@@ -1,5 +1,5 @@
PORTNAME= jupyter-server
PORTVERSION= 2.7.2
PORTVERSION= 2.7.3
CATEGORIES= devel python
MASTER_SITES= PYPI \
https://github.com/jupyter-server/jupyter_server/releases/download/v${PORTVERSION}/
Expand All @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-jupyter-builder>=0.8.1:devel/py-hatch-jupyter-builder@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hatchling>=1.11:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.1.0:devel/py-anyio@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio3>=3.1.0:devel/py-anyio3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}argon2-cffi>=0:security/py-argon2-cffi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter-client>=7.4.4:devel/py-jupyter-client@${PY_FLAVOR} \
Expand Down
6 changes: 3 additions & 3 deletions devel/py-jupyter-server/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1692640050
SHA256 (jupyter_server-2.7.2.tar.gz) = d64fb4e593907290e5df916e3c9399c15ab2cd7bdb71cbcd1d36452dbfb30523
SIZE (jupyter_server-2.7.2.tar.gz) = 705360
TIMESTAMP = 1693823883
SHA256 (jupyter_server-2.7.3.tar.gz) = d4916c8581c4ebbc534cebdaa8eca2478d9f3bfdd88eae29fcab0120eac57649
SIZE (jupyter_server-2.7.3.tar.gz) = 705798

0 comments on commit 87dd9d6

Please sign in to comment.