mirror of https://git.FreeBSD.org/ports.git
devel/py-dj52-strawberry-graphql: Update to 0.283.3
* This update is required to make the debug mode of NetBox functional again after the update of py-dj52-django-debug-toolbar ind79009c06f. Support for django-debug-toolbar 6.0.0 was added with the NetBox 4.4.3 release and the regression was not noticed in0bd03ca254with regard to the test suite and run time tests with non-debug mode. Changelog since 0.281.0: https://github.com/strawberry-graphql/strawberry/blob/0.283.3/CHANGELOG.md PR: 290268 Reported by: Einar Bjarni Halldórsson MFH: 2025Q4
This commit is contained in:
parent
36c3388835
commit
aa7d15f4c7
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= strawberry-graphql
|
||||
DISTVERSION= 0.281.0
|
||||
DISTVERSION= 0.283.3
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52-
|
||||
|
|
@ -65,7 +65,7 @@ DEBUG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>0:devel/py-libcst@${PY_FLAVOR}
|
|||
DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.2:www/py-asgiref@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}django52>=3.2:www/py-django52@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-django>0:devel/py-pytest-django@${PY_FLAVOR}
|
||||
FASTAPI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fastapi>=0.62.5:www/py-fastapi@${PY_FLAVOR} \
|
||||
FASTAPI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fastapi>=0.65.0:www/py-fastapi@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}multipart>=0.0.7:devel/py-multipart@${PY_FLAVOR}
|
||||
FLASK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=1.1:www/py-flask@${PY_FLAVOR}
|
||||
OPENTELEMETRY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api<2:devel/py-opentelemetry-api@${PY_FLAVOR} \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1756289516
|
||||
SHA256 (strawberry_graphql-0.281.0.tar.gz) = fc83c3d1482276969cef3693c58ab8d4c229a2b8a859f202a4ddaa93d74f645f
|
||||
SIZE (strawberry_graphql-0.281.0.tar.gz) = 212294
|
||||
TIMESTAMP = 1760606137
|
||||
SHA256 (strawberry_graphql-0.283.3.tar.gz) = 375e545856b7587debd4e0f1e2a6fca19d09cc126238a07b9e5164e5eb09342a
|
||||
SIZE (strawberry_graphql-0.283.3.tar.gz) = 212141
|
||||
|
|
|
|||
Loading…
Reference in New Issue