git: ede720a93d05 - main - devel/py-strawberry-graphql: Update to 0.247.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Nov 2024 10:14:12 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=ede720a93d05a466d63151cde856607b624c7e44 commit ede720a93d05a466d63151cde856607b624c7e44 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2024-11-03 10:03:13 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2024-11-03 10:13:40 +0000 devel/py-strawberry-graphql: Update to 0.247.1 * Remove the now obsolete workaround because py-poetry-core is now used per se for the build time. Changelog since 0.239.2: https://github.com/strawberry-graphql/strawberry/blob/0.247.1/CHANGELOG.md --- devel/py-strawberry-graphql/Makefile | 4 ++-- devel/py-strawberry-graphql/distinfo | 6 +++--- devel/py-strawberry-graphql/files/patch-pyproject.toml | 15 --------------- 3 files changed, 5 insertions(+), 20 deletions(-) diff --git a/devel/py-strawberry-graphql/Makefile b/devel/py-strawberry-graphql/Makefile index 16a7b5ca6dd4..f5bf1800e82a 100644 --- a/devel/py-strawberry-graphql/Makefile +++ b/devel/py-strawberry-graphql/Makefile @@ -1,5 +1,5 @@ PORTNAME= strawberry-graphql -DISTVERSION= 0.239.2 +DISTVERSION= 0.247.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ WWW= https://github.com/strawberry-graphql/strawberry LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0.12.0:devel/py-poetry-core@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.6:devel/py-poetry-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.7.0:devel/py-python-dateutil@${PY_FLAVOR} \ ${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} diff --git a/devel/py-strawberry-graphql/distinfo b/devel/py-strawberry-graphql/distinfo index f5a68ff48133..c4f9727f8c6e 100644 --- a/devel/py-strawberry-graphql/distinfo +++ b/devel/py-strawberry-graphql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725378000 -SHA256 (strawberry_graphql-0.239.2.tar.gz) = 6a22879c1218edfb4a63039cbb09ad5478f9b5ca811b0baab76c77c1590d0df0 -SIZE (strawberry_graphql-0.239.2.tar.gz) = 208192 +TIMESTAMP = 1730571952 +SHA256 (strawberry_graphql-0.247.1.tar.gz) = 48ab257ccbdba818ff04a7fbc2936174f7163724c12ede786d4feb1a9d3ce931 +SIZE (strawberry_graphql-0.247.1.tar.gz) = 208568 diff --git a/devel/py-strawberry-graphql/files/patch-pyproject.toml b/devel/py-strawberry-graphql/files/patch-pyproject.toml deleted file mode 100644 index b6623c4bd812..000000000000 --- a/devel/py-strawberry-graphql/files/patch-pyproject.toml +++ /dev/null @@ -1,15 +0,0 @@ -Use the more lightweight build system "poetry-core". - ---- pyproject.toml.orig 2024-03-24 18:49:43 UTC -+++ pyproject.toml -@@ -30,8 +30,8 @@ include = ["strawberry/py.typed"] - "Sponsor on Open Collective" = "https://opencollective.com/strawberry-graphql" - - [build-system] --requires = ["poetry>=0.12"] --build-backend = "poetry.masonry.api" -+requires = ["poetry-core>=0.12"] -+build-backend = "poetry.core.masonry.api" - - [tool.poetry.dependencies] - python = "^3.8"