Date: Mon, 21 Oct 2024 09:34:31 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c52a1316b297 - main - devel/py-graphql-core2: Update to 2.3.2 Message-ID: <202410210934.49L9YVU4029380@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c52a1316b2970850ff24731217cb21ae5a9a1cbe commit c52a1316b2970850ff24731217cb21ae5a9a1cbe Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-21 06:34:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-21 09:17:32 +0000 devel/py-graphql-core2: Update to 2.3.2 - Update WWW Changes: https://github.com/graphql-python/graphql-core-legacy/releases --- devel/py-graphql-core2/Makefile | 9 ++++----- devel/py-graphql-core2/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/devel/py-graphql-core2/Makefile b/devel/py-graphql-core2/Makefile index f8bb45cc74fc..fc3a416cd928 100644 --- a/devel/py-graphql-core2/Makefile +++ b/devel/py-graphql-core2/Makefile @@ -1,6 +1,5 @@ PORTNAME= graphql-core -PORTVERSION= 2.2.1 -PORTREVISION= 2 +PORTVERSION= 2.3.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -8,15 +7,15 @@ PKGNAMESUFFIX= 2 MAINTAINER= sunpoet@FreeBSD.org COMMENT= GraphQL implementation for Python -WWW= https://github.com/graphql-python/graphql-core +WWW= https://github.com/graphql-python/graphql-core-legacy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}promise>=2.1:devel/py-promise@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rx1>=1.6<3:devel/py-rx1@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}promise>=2.3<3:devel/py-promise@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rx1>=1.6<2:devel/py-rx1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} USES= python diff --git a/devel/py-graphql-core2/distinfo b/devel/py-graphql-core2/distinfo index ff9ce7bcf8bc..7fc36cde2ddd 100644 --- a/devel/py-graphql-core2/distinfo +++ b/devel/py-graphql-core2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1563805955 -SHA256 (graphql-core-2.2.1.tar.gz) = da64c472d720da4537a2e8de8ba859210b62841bd47a9be65ca35177f62fe0e4 -SIZE (graphql-core-2.2.1.tar.gz) = 99207 +TIMESTAMP = 1729240354 +SHA256 (graphql-core-2.3.2.tar.gz) = aac46a9ac524c9855910c14c48fc5d60474def7f99fd10245e76608eba7af746 +SIZE (graphql-core-2.3.2.tar.gz) = 104181
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410210934.49L9YVU4029380>