Date: Tue, 7 Jan 2025 19:12:59 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: 222e77ed9516 - main - devel/py-strawberry-graphql: Update to 0.256.1 Message-ID: <202501071912.507JCx8a042576@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=222e77ed951685ce049941d5f5209773d18f3bca commit 222e77ed951685ce049941d5f5209773d18f3bca Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2025-01-07 18:31:31 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2025-01-07 19:11:46 +0000 devel/py-strawberry-graphql: Update to 0.256.1 * Support for Python 3.8 was dropped with the 0.256.0 release, adjust USES=python accordingly. Changelog since 0.254.0: https://github.com/strawberry-graphql/strawberry/blob/0.256.1/CHANGELOG.md --- devel/py-strawberry-graphql/Makefile | 4 ++-- devel/py-strawberry-graphql/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-strawberry-graphql/Makefile b/devel/py-strawberry-graphql/Makefile index df5745ec68f2..249974f59386 100644 --- a/devel/py-strawberry-graphql/Makefile +++ b/devel/py-strawberry-graphql/Makefile @@ -1,5 +1,5 @@ PORTNAME= strawberry-graphql -DISTVERSION= 0.254.0 +DISTVERSION= 0.256.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.7.0:devel/py-python-dateu ${PYTHON_PKGNAMEPREFIX}graphql-core>=3.2.0<3.4.0:devel/py-graphql-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= python +USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} diff --git a/devel/py-strawberry-graphql/distinfo b/devel/py-strawberry-graphql/distinfo index e2c4046f8249..9f0b753a621b 100644 --- a/devel/py-strawberry-graphql/distinfo +++ b/devel/py-strawberry-graphql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734535848 -SHA256 (strawberry_graphql-0.254.0.tar.gz) = f0a5229d71ea09b5648e38c474c1a1185751ba7e3fdd9c59d5615f34d668a21f -SIZE (strawberry_graphql-0.254.0.tar.gz) = 208264 +TIMESTAMP = 1736244306 +SHA256 (strawberry_graphql-0.256.1.tar.gz) = 97e5cf0ab24c49565a9a402f980a3e774dd88185033ac730291143aa72bfcd4f +SIZE (strawberry_graphql-0.256.1.tar.gz) = 207767
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501071912.507JCx8a042576>