Date: Tue, 7 Jan 2025 19:13:03 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: 1172e75d7f2d - main - www/py-strawberry-graphql-django: Update to 0.53.1 Message-ID: <202501071913.507JD3ab042755@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=1172e75d7f2dd75ece447b8b0a2288decbb3df5f commit 1172e75d7f2dd75ece447b8b0a2288decbb3df5f Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2025-01-07 18:57:41 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2025-01-07 19:11:47 +0000 www/py-strawberry-graphql-django: Update to 0.53.1 Changelog since 0.52.0: https://github.com/strawberry-graphql/strawberry-django/compare/v0.52.0...v0.53.1 --- www/py-strawberry-graphql-django/Makefile | 3 ++- www/py-strawberry-graphql-django/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/www/py-strawberry-graphql-django/Makefile b/www/py-strawberry-graphql-django/Makefile index 92b83319723b..dc4aa2f4f7f4 100644 --- a/www/py-strawberry-graphql-django/Makefile +++ b/www/py-strawberry-graphql-django/Makefile @@ -1,5 +1,5 @@ PORTNAME= strawberry-graphql-django -DISTVERSION= 0.52.0 +DISTVERSION= 0.53.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,6 +16,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.8:www/py-asgiref@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-tree-queries>=0.19.0:www/py-django-tree-queries@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}strawberry-graphql>=0.236.0:devel/py-strawberry-graphql@${PY_FLAVOR} USES= python:3.9+ diff --git a/www/py-strawberry-graphql-django/distinfo b/www/py-strawberry-graphql-django/distinfo index ec2e4ae338ee..c1b222158d8e 100644 --- a/www/py-strawberry-graphql-django/distinfo +++ b/www/py-strawberry-graphql-django/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734535945 -SHA256 (strawberry_graphql_django-0.52.0.tar.gz) = ac43b876f9c5c35bcdc35fb4516e0cb86756a989f40108293e5a532b1a156d33 -SIZE (strawberry_graphql_django-0.52.0.tar.gz) = 76691 +TIMESTAMP = 1736244416 +SHA256 (strawberry_graphql_django-0.53.1.tar.gz) = c913d7504aa55a9d05202ad6bd864e5f036733f0cb1fd77de3f218473af04f90 +SIZE (strawberry_graphql_django-0.53.1.tar.gz) = 78814
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501071913.507JD3ab042755>