diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-04 21:26:09 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-04 21:30:14 +0000 |
commit | 271aa8536061bc8690820e5569087d135253252e (patch) | |
tree | e4c14c23c900e509e5638f7e350446e8c1a9b095 | |
parent | b627ff9aad37dbc6c11bd4d7a9a891d49b5594a4 (diff) | |
download | ports-271aa8536061bc8690820e5569087d135253252e.tar.gz ports-271aa8536061bc8690820e5569087d135253252e.zip |
devel/py-python-socketio: Update to 5.9.0
Changes: https://github.com/miguelgrinberg/python-socketio/releases
https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md
-rw-r--r-- | devel/py-python-socketio/Makefile | 4 | ||||
-rw-r--r-- | devel/py-python-socketio/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-python-socketio/Makefile b/devel/py-python-socketio/Makefile index 95f897499e42..bf25bfd39314 100644 --- a/devel/py-python-socketio/Makefile +++ b/devel/py-python-socketio/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-socketio -PORTVERSION= 5.8.0 +PORTVERSION= 5.9.0 CATEGORIES= devel net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bidict>=0.21.0:devel/py-bidict@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-engineio>=4.3.0:devel/py-python-engineio@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}python-engineio>=4.7.0:devel/py-python-engineio@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-python-socketio/distinfo b/devel/py-python-socketio/distinfo index 21aed52e1bbc..e22b86434332 100644 --- a/devel/py-python-socketio/distinfo +++ b/devel/py-python-socketio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679498734 -SHA256 (python-socketio-5.8.0.tar.gz) = e714f4dddfaaa0cb0e37a1e2deef2bb60590a5b9fea9c343dd8ca5e688416fd9 -SIZE (python-socketio-5.8.0.tar.gz) = 47872 +TIMESTAMP = 1693823911 +SHA256 (python-socketio-5.9.0.tar.gz) = dc42735f65534187f381fde291ebf620216a4960001370f32de940229b2e7f8f +SIZE (python-socketio-5.9.0.tar.gz) = 47982 |