Date: Sat, 14 Dec 2024 17:51:21 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7d6d30674f37 - main - devel/py-dj50-strawberry-graphql: Update to 0.253.1 Message-ID: <202412141751.4BEHpLwg032647@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d6d30674f373a413dba9016b082ba48d2217d28 commit 7d6d30674f373a413dba9016b082ba48d2217d28 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2024-12-14 17:38:22 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2024-12-14 17:50:58 +0000 devel/py-dj50-strawberry-graphql: Update to 0.253.1 * Make the port concurrent safe as a script is installed outside of Python's site-lib directory. Changelog since 0.251.0: https://github.com/strawberry-graphql/strawberry/blob/0.253.1/CHANGELOG.md --- devel/py-dj50-strawberry-graphql/Makefile | 7 ++++--- devel/py-dj50-strawberry-graphql/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/devel/py-dj50-strawberry-graphql/Makefile b/devel/py-dj50-strawberry-graphql/Makefile index e8320fab75ee..5dd09b3748c3 100644 --- a/devel/py-dj50-strawberry-graphql/Makefile +++ b/devel/py-dj50-strawberry-graphql/Makefile @@ -1,6 +1,5 @@ PORTNAME= strawberry-graphql -DISTVERSION= 0.251.0 -PORTREVISION= 1 +DISTVERSION= 0.253.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj50- @@ -19,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.7.0:devel/py-python-dateu ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5.0:devel/py-typing-extensions@${PY_FLAVOR} USES= python:3.10+ -USE_PYTHON= autoplist pep517 +USE_PYTHON= autoplist concurrent pep517 CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} @@ -58,6 +57,8 @@ DEBUG-SERVER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>=1.0.0:devel/py-libcst@$ ${PYTHON_PKGNAMEPREFIX}uvicorn>=0.11.6:www/py-uvicorn@${PY_FLAVOR} DEBUG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>=1.0.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. DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.2:www/py-asgiref@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django50>=3.2:www/py-django50@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-django>0:devel/py-pytest-django@${PY_FLAVOR} diff --git a/devel/py-dj50-strawberry-graphql/distinfo b/devel/py-dj50-strawberry-graphql/distinfo index 9a8a017f195c..36c26e17f999 100644 --- a/devel/py-dj50-strawberry-graphql/distinfo +++ b/devel/py-dj50-strawberry-graphql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732221185 -SHA256 (strawberry_graphql-0.251.0.tar.gz) = bc34d9b73dfb81f73021ab82785b16915a32cdc212ffd892c336fa583947d76a -SIZE (strawberry_graphql-0.251.0.tar.gz) = 207891 +TIMESTAMP = 1734022997 +SHA256 (strawberry_graphql-0.253.1.tar.gz) = be43eac92e0896a7f1061ab293b89b060d369974e4c1444d16ad377d7a6f030d +SIZE (strawberry_graphql-0.253.1.tar.gz) = 207814
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412141751.4BEHpLwg032647>