svn commit: r538982 - head/devel/py-graphene-sqlalchemy
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jun 15 18:47:52 UTC 2020
Author: sunpoet
Date: Mon Jun 15 18:47:48 2020
New Revision: 538982
URL: https://svnweb.freebsd.org/changeset/ports/538982
Log:
Update to 2.3.0
Changes: https://github.com/graphql-python/graphene-sqlalchemy/releases
Modified:
head/devel/py-graphene-sqlalchemy/Makefile
head/devel/py-graphene-sqlalchemy/distinfo
Modified: head/devel/py-graphene-sqlalchemy/Makefile
==============================================================================
--- head/devel/py-graphene-sqlalchemy/Makefile Mon Jun 15 18:47:43 2020 (r538981)
+++ head/devel/py-graphene-sqlalchemy/Makefile Mon Jun 15 18:47:48 2020 (r538982)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= graphene-sqlalchemy
-PORTVERSION= 2.2.2
+PORTVERSION= 2.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +14,9 @@ LICENSE= MIT
RUN_DEPENDS= ${PY_ENUM34} \
${PYTHON_PKGNAMEPREFIX}graphene>=2.1.3<3:devel/py-graphene@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}promise>=2.3:devel/py-promise@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0<2:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sqlalchemy13>=1.1<2:databases/py-sqlalchemy13@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}sqlalchemy13>=1.2<2:databases/py-sqlalchemy13@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
Modified: head/devel/py-graphene-sqlalchemy/distinfo
==============================================================================
--- head/devel/py-graphene-sqlalchemy/distinfo Mon Jun 15 18:47:43 2020 (r538981)
+++ head/devel/py-graphene-sqlalchemy/distinfo Mon Jun 15 18:47:48 2020 (r538982)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1572806064
-SHA256 (graphene-sqlalchemy-2.2.2.tar.gz) = fda3a131149a96f02b18c4d8276102edd80ba22b92939c9a3fc94bda699c1477
-SIZE (graphene-sqlalchemy-2.2.2.tar.gz) = 24265
+TIMESTAMP = 1592145103
+SHA256 (graphene-sqlalchemy-2.3.0.tar.gz) = 2b1a9cf4ed44aec78140605f38061a79b51be5902400d10c3d19b2cf64046215
+SIZE (graphene-sqlalchemy-2.3.0.tar.gz) = 28369
More information about the svn-ports-head
mailing list