Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2024 06:03:22 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: f88aeda1a2d0 - main - devel/py-graphene: Update to 3.4
Message-ID:  <202410260603.49Q63MMs001044@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=f88aeda1a2d0f689499ed6f0447e70a28398362b

commit f88aeda1a2d0f689499ed6f0447e70a28398362b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-26 06:00:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-26 06:00:22 +0000

    devel/py-graphene: Update to 3.4
    
    Changes:        https://github.com/graphql-python/graphene/releases
---
 devel/py-graphene/Makefile | 8 ++++----
 devel/py-graphene/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/py-graphene/Makefile b/devel/py-graphene/Makefile
index 412aa957fbec..f1d5c0aa2fa4 100644
--- a/devel/py-graphene/Makefile
+++ b/devel/py-graphene/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	graphene
-PORTVERSION=	3.3
+PORTVERSION=	3.4
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +13,9 @@ 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}aniso8601>=8<10:devel/py-aniso8601@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}graphql-core>=3.1<3.3:devel/py-graphql-core@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}graphql-relay>=3.1<3.3:devel/py-graphql-relay@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}graphql-core>=3.1<3.3:devel/py-graphql-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}graphql-relay>=3.1<3.3:devel/py-graphql-relay@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.7.1<5:devel/py-typing-extensions@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-graphene/distinfo b/devel/py-graphene/distinfo
index fe572c4d0740..92866a44e16d 100644
--- a/devel/py-graphene/distinfo
+++ b/devel/py-graphene/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1729240348
-SHA256 (graphene-3.3.tar.gz) = 529bf40c2a698954217d3713c6041d69d3f719ad0080857d7ee31327112446b0
-SIZE (graphene-3.3.tar.gz) = 57893
+TIMESTAMP = 1729909980
+SHA256 (graphene-3.4.tar.gz) = 65e5ec84c5b7fb4fc41518acfbafb62ebb393d3982fbba00cd5393e431a80b97
+SIZE (graphene-3.4.tar.gz) = 44574



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410260603.49Q63MMs001044>