Date: Sun, 3 Nov 2024 10:14:23 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: df973ca3296c - main - www/py-strawberry-graphql-django: Update to 0.49.1 Message-ID: <202411031014.4A3AENDD064823@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=df973ca3296ca34a8f471d2110236cd7d7a1fa64 commit df973ca3296ca34a8f471d2110236cd7d7a1fa64 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2024-11-03 10:10:35 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2024-11-03 10:13:43 +0000 www/py-strawberry-graphql-django: Update to 0.49.1 * Support for Python 3.8 was dropped with release 0.49.0, adjust USES=python accordingly. Changelog since 0.47.1: https://github.com/strawberry-graphql/strawberry-django/compare/v0.47.1...v0.49.1 --- www/py-strawberry-graphql-django/Makefile | 6 +++--- www/py-strawberry-graphql-django/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/py-strawberry-graphql-django/Makefile b/www/py-strawberry-graphql-django/Makefile index 8bfe73b78ab3..7312d8fa54b9 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.47.1 +DISTVERSION= 0.49.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,10 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE 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>=3.2:www/py-django42@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}strawberry-graphql>=0.236.0:devel/py-strawberry-graphql@${PY_FLAVOR} -USES= python +USES= python:3.9+ USE_PYTHON= autoplist pep517 CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} diff --git a/www/py-strawberry-graphql-django/distinfo b/www/py-strawberry-graphql-django/distinfo index eb67271b928a..3e27c4b5a2f7 100644 --- a/www/py-strawberry-graphql-django/distinfo +++ b/www/py-strawberry-graphql-django/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722067910 -SHA256 (strawberry_graphql_django-0.47.1.tar.gz) = 864c3f41de741639ce1b33107ee16ccd400167d5d0bc4e1fe01b1f3f556e127e -SIZE (strawberry_graphql_django-0.47.1.tar.gz) = 74091 +TIMESTAMP = 1730458314 +SHA256 (strawberry_graphql_django-0.49.1.tar.gz) = 05ac677edc57e6e7411080574b607750109c5e879af3b524dfb0307f438c9800 +SIZE (strawberry_graphql_django-0.49.1.tar.gz) = 73731
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411031014.4A3AENDD064823>