Skip to content

Commit

Permalink
www/py-flask-socketio: Update to 5.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Aug 16, 2023
1 parent 43621b5 commit f76919d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions www/py-flask-socketio/Makefile
@@ -1,6 +1,5 @@
PORTNAME= flask-socketio
PORTVERSION= 5.3.4
PORTREVISION= 1
PORTVERSION= 5.3.5
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -13,7 +12,7 @@ WWW= https://github.com/miguelgrinberg/Flask-SocketIO
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PY_SETUPTOOLS} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-socketio>=5.0.2:devel/py-python-socketio@${PY_FLAVOR}
Expand Down
6 changes: 3 additions & 3 deletions www/py-flask-socketio/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1683227647
SHA256 (Flask-SocketIO-5.3.4.tar.gz) = 1cbd379c9bf68ac37bcc4750d01708922fa6365d13a5447d3f8893792879410c
SIZE (Flask-SocketIO-5.3.4.tar.gz) = 17109
TIMESTAMP = 1691070178
SHA256 (Flask-SocketIO-5.3.5.tar.gz) = 5f01158d10db71aa78c969b631ce3b9148b47ab0de1995158f9577f85b004d25
SIZE (Flask-SocketIO-5.3.5.tar.gz) = 17030
2 changes: 1 addition & 1 deletion www/py-flask-socketio/files/patch-setup.cfg
Expand Up @@ -4,6 +4,6 @@
[metadata]
-name = Flask-SocketIO
+name = flask-socketio
version = 5.3.4
version = 5.3.5
author = Miguel Grinberg
author_email = miguel.grinberg@gmail.com

0 comments on commit f76919d

Please sign in to comment.