Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jan 2022 19:53:47 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: 579f3e6360f7 - main - devel/py-graphql-relay: Update to 3.1.2
Message-ID:  <202201251953.20PJrlLu020840@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=579f3e6360f714abc272492ad870aaa771bcc3cb

commit 579f3e6360f714abc272492ad870aaa771bcc3cb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-25 19:21:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-25 19:50:15 +0000

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

diff --git a/devel/py-graphql-relay/Makefile b/devel/py-graphql-relay/Makefile
index 46b8ef539093..6850639ab512 100644
--- a/devel/py-graphql-relay/Makefile
+++ b/devel/py-graphql-relay/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	graphql-relay
-PORTVERSION=	3.1.0
+PORTVERSION=	3.1.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT=	Relay implementation for Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}graphql-core>=3.1:devel/py-graphql-core@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}graphql-core>=3.1<3.2:devel/py-graphql-core@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
@@ -22,7 +22,7 @@ NO_ARCH=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 30800
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7<4:devel/py-typing-extensions@${PY_FLAVOR}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=4<5:devel/py-typing-extensions@${PY_FLAVOR}
 .endif
 
 .include <bsd.port.post.mk>
diff --git a/devel/py-graphql-relay/distinfo b/devel/py-graphql-relay/distinfo
index 04b3337c384b..06502bb1d1d8 100644
--- a/devel/py-graphql-relay/distinfo
+++ b/devel/py-graphql-relay/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1614794268
-SHA256 (graphql-relay-3.1.0.tar.gz) = 70d5a7ee5995ea7c2a9a37e51227663b1a464f1f40e98fdde950be5415dfe0b4
-SIZE (graphql-relay-3.1.0.tar.gz) = 47738
+TIMESTAMP = 1643133743
+SHA256 (graphql-relay-3.1.2.tar.gz) = 3a5c36f9c92d117e9c1429a7dd46798b21d2999874ce5e17d67fa20a5824cf14
+SIZE (graphql-relay-3.1.2.tar.gz) = 49022



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