Date: Tue, 31 Dec 2024 16:01:54 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: 34e1d3f89730 - main - devel/py-python-socketio: Update to 5.12.0 Message-ID: <202412311601.4BVG1sAr087958@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=34e1d3f89730298291e81f01bbaba7eef640477a commit 34e1d3f89730298291e81f01bbaba7eef640477a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-31 15:49:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-31 15:49:15 +0000 devel/py-python-socketio: Update to 5.12.0 Changes: https://github.com/miguelgrinberg/python-socketio/releases https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md --- devel/py-python-socketio/Makefile | 5 +++-- devel/py-python-socketio/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/py-python-socketio/Makefile b/devel/py-python-socketio/Makefile index f075a8c12b79..ee3b6fde7b15 100644 --- a/devel/py-python-socketio/Makefile +++ b/devel/py-python-socketio/Makefile @@ -1,8 +1,9 @@ PORTNAME= python-socketio -PORTVERSION= 5.11.2 +PORTVERSION= 5.12.0 CATEGORIES= devel net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python_socketio-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python implementation of the Socket.IO realtime client and server @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bidict>=0.21.0:devel/py-bidict@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-engineio>=4.8.0:devel/py-python-engineio@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}python-engineio>=4.11.0:devel/py-python-engineio@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-python-socketio/distinfo b/devel/py-python-socketio/distinfo index d24f1408bba7..6e0fd834bb38 100644 --- a/devel/py-python-socketio/distinfo +++ b/devel/py-python-socketio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711466172 -SHA256 (python-socketio-5.11.2.tar.gz) = ae6a1de5c5209ca859dc574dccc8931c4be17ee003e74ce3b8d1306162bb4a37 -SIZE (python-socketio-5.11.2.tar.gz) = 116905 +TIMESTAMP = 1735227914 +SHA256 (python_socketio-5.12.0.tar.gz) = 39b55bff4ef6ac5c39b8bbc38fa61962e22e15349b038c1ca7ee2e18824e06dc +SIZE (python_socketio-5.12.0.tar.gz) = 120093
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412311601.4BVG1sAr087958>