Date: Mon, 8 Apr 2024 06:52:44 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4a1016c635fa - main - devel/py-ipyparallel: Update to 8.8.0 Message-ID: <202404080652.4386qiR9056392@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4a1016c635fa3be47f9ae1044ff0154bd7534cf8 commit 4a1016c635fa3be47f9ae1044ff0154bd7534cf8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-08 06:48:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-08 06:48:28 +0000 devel/py-ipyparallel: Update to 8.8.0 Changes: https://github.com/ipython/ipyparallel/blob/main/docs/source/changelog.md https://ipyparallel.readthedocs.io/en/latest/changelog.html --- devel/py-ipyparallel/Makefile | 4 ++-- devel/py-ipyparallel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-ipyparallel/Makefile b/devel/py-ipyparallel/Makefile index 754b4f4cec49..6293474e5f75 100644 --- a/devel/py-ipyparallel/Makefile +++ b/devel/py-ipyparallel/Makefile @@ -1,5 +1,5 @@ PORTNAME= ipyparallel -PORTVERSION= 8.7.0 +PORTVERSION= 8.8.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}entrypoints>=0:devel/py-entrypoints@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipykernel>=4.4:devel/py-ipykernel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipython>=4:devel/ipython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jupyter-client>=0:devel/py-jupyter-client@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyter-client>=5:devel/py-jupyter-client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyzmq>=18:net/py-pyzmq@${PY_FLAVOR} \ diff --git a/devel/py-ipyparallel/distinfo b/devel/py-ipyparallel/distinfo index da8d41aedf4c..1d2ecfb076d0 100644 --- a/devel/py-ipyparallel/distinfo +++ b/devel/py-ipyparallel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710712804 -SHA256 (ipyparallel-8.7.0.tar.gz) = 403c0971ae56c2b6a39ffe8f35f31c7fd170ce127924629459cdd7f7a0b4e7c3 -SIZE (ipyparallel-8.7.0.tar.gz) = 6798726 +TIMESTAMP = 1712428006 +SHA256 (ipyparallel-8.8.0.tar.gz) = 2404d59f86a3aaa3bd27bf6b57df777bff5c1363c1c6e60403759d16ed42dc7b +SIZE (ipyparallel-8.8.0.tar.gz) = 6800541
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404080652.4386qiR9056392>