svn commit: r560121 - head/devel/py-graphene-django

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 3 20:07:10 UTC 2021


Author: sunpoet
Date: Sun Jan  3 20:07:03 2021
New Revision: 560121
URL: https://svnweb.freebsd.org/changeset/ports/560121

Log:
  Update to 2.14.0
  
  Changes:	https://github.com/graphql-python/graphene-django/releases

Modified:
  head/devel/py-graphene-django/Makefile
  head/devel/py-graphene-django/distinfo

Modified: head/devel/py-graphene-django/Makefile
==============================================================================
--- head/devel/py-graphene-django/Makefile	Sun Jan  3 20:06:58 2021	(r560120)
+++ head/devel/py-graphene-django/Makefile	Sun Jan  3 20:07:03 2021	(r560121)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	graphene-django
-PORTVERSION=	2.13.0
-PORTREVISION=	1
+PORTVERSION=	2.14.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=1.11:www
 		${PYTHON_PKGNAMEPREFIX}graphql-core2>=2.1.0<3:devel/py-graphql-core2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}promise>=2.1:devel/py-promise@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}unidecode>=1.1.1<2:converters/py-unidecode@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}text-unidecode>=0:converters/py-text-unidecode@${PY_FLAVOR}
 
 USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/devel/py-graphene-django/distinfo
==============================================================================
--- head/devel/py-graphene-django/distinfo	Sun Jan  3 20:06:58 2021	(r560120)
+++ head/devel/py-graphene-django/distinfo	Sun Jan  3 20:07:03 2021	(r560121)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597569967
-SHA256 (graphene-django-2.13.0.tar.gz) = 8a4efc7bf954ba0b5a28d3cdb090b36941aca6b83d211e3cd3ab29cf53ac6154
-SIZE (graphene-django-2.13.0.tar.gz) = 61974
+TIMESTAMP = 1609598883
+SHA256 (graphene-django-2.14.0.tar.gz) = 37b399a983e6e70d26696d0052b416a030d14f6d8a591d67711916e1fea95861
+SIZE (graphene-django-2.14.0.tar.gz) = 66565


More information about the svn-ports-all mailing list