diff options
| author | Kai Knoblich <kai@FreeBSD.org> | 2026-09-02 09:48:51 +0000 |
|---|---|---|
| committer | Kai Knoblich <kai@FreeBSD.org> | 2026-09-02 09:52:42 +0000 |
| commit | e2318550df4e610372346ff3e306a5585837152e (patch) | |
| tree | 4fa7bd45b72825668e256c30122002e0f8a2e835 | |
| parent | 692d93480bde58e7aa5e8e0d78508a6ef8842ac5 (diff) | |
devel/py-strawberry-graphql: Update to 0.327.1
* While I'm here, add a comment about the frequency of updates of this
port.
Changelog since 0.324.0:
https://github.com/strawberry-graphql/strawberry/blob/0.327.1/CHANGELOG.md
MFH: 2026Q3
Security: 1ee62c05-a646-11f1-b187-901b0edee044
| -rw-r--r-- | devel/py-strawberry-graphql/Makefile | 9 | ||||
| -rw-r--r-- | devel/py-strawberry-graphql/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/devel/py-strawberry-graphql/Makefile b/devel/py-strawberry-graphql/Makefile index bedf7100fade..842d03b7b4a7 100644 --- a/devel/py-strawberry-graphql/Makefile +++ b/devel/py-strawberry-graphql/Makefile @@ -1,5 +1,8 @@ PORTNAME= strawberry-graphql -DISTVERSION= 0.324.0 +# Upstream releases updates relatively frequently, so this port is usually +# updated along with its py-djXX-strawberry-graphql counterpart(s) whenever +# a new version of net-mgmt/netbox is released. +DISTVERSION= 0.327.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -48,11 +51,11 @@ ASGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multipart>=0.0.7:devel/py-multipart@${ CHANNELS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.2:www/py-asgiref@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}channels>=4.0.0:www/py-channels@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django52>=5.2:www/py-django52@${PY_FLAVOR} -CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>0:devel/py-libcst@${PY_FLAVOR} \ +CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>=1.9.0:devel/py-libcst@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.3:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=12.0.0:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typer>=0.12.4:devel/py-typer@${PY_FLAVOR} -DEBUG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>0:devel/py-libcst@${PY_FLAVOR} \ +DEBUG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>=1.9.0:devel/py-libcst@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=12.0.0:textproc/py-rich@${PY_FLAVOR} # NB: www/py-channels (via CHANNELS) options depends on www/py-djangoXX, which # should be taken into account when creating a port for a specific Django version. diff --git a/devel/py-strawberry-graphql/distinfo b/devel/py-strawberry-graphql/distinfo index 0d687c7b86cb..0be7431ca029 100644 --- a/devel/py-strawberry-graphql/distinfo +++ b/devel/py-strawberry-graphql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1786455510 -SHA256 (strawberry_graphql-0.324.0.tar.gz) = 4eb6decf0c33524374f24e07ff6d1915da26655a49fa6f656544c293404e2d35 -SIZE (strawberry_graphql-0.324.0.tar.gz) = 235911 +TIMESTAMP = 1788276926 +SHA256 (strawberry_graphql-0.327.1.tar.gz) = ebdf088744da95330c352fbc07c3f786a626bda424008dba7241b51d3403b4c1 +SIZE (strawberry_graphql-0.327.1.tar.gz) = 243383 |
