Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2024 17:51:30 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: 46ec24d1fed2 - main - devel/py-strawberry-graphql: Update to 0.253.1
Message-ID:  <202412141751.4BEHpUeK033007@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=46ec24d1fed24bacf2336a0ae03574d2fb82e8f1

commit 46ec24d1fed24bacf2336a0ae03574d2fb82e8f1
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2024-12-14 17:45:21 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2024-12-14 17:51:00 +0000

    devel/py-strawberry-graphql: Update to 0.253.1
    
    Changelog:
    
    https://github.com/strawberry-graphql/strawberry/releases/tag/0.253.1
---
 devel/py-strawberry-graphql/Makefile | 4 +++-
 devel/py-strawberry-graphql/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/devel/py-strawberry-graphql/Makefile b/devel/py-strawberry-graphql/Makefile
index df2bbbed7d80..6daa15d31f69 100644
--- a/devel/py-strawberry-graphql/Makefile
+++ b/devel/py-strawberry-graphql/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	strawberry-graphql
-DISTVERSION=	0.253.0
+DISTVERSION=	0.253.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -57,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}django42>=3.2:www/py-django42@${PY_FLAVOR} \
 				${PYTHON_PKGNAMEPREFIX}pytest-django>0:devel/py-pytest-django@${PY_FLAVOR}
diff --git a/devel/py-strawberry-graphql/distinfo b/devel/py-strawberry-graphql/distinfo
index 94dd2dc3a239..36c26e17f999 100644
--- a/devel/py-strawberry-graphql/distinfo
+++ b/devel/py-strawberry-graphql/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1732432336
-SHA256 (strawberry_graphql-0.253.0.tar.gz) = 991975fa1701e03d88ac768e3a2ec8551eeb88ce6c1f3e14f95de6ad9fd3ecfd
-SIZE (strawberry_graphql-0.253.0.tar.gz) = 207840
+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.4BEHpUeK033007>