Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2021 00:48:24 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562359 - head/graphics/py-plotly
Message-ID:  <202101230048.10N0mOLg070908@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Jan 23 00:48:24 2021
New Revision: 562359
URL: https://svnweb.freebsd.org/changeset/ports/562359

Log:
  graphics/py-plotly: Update 4.10.0 -> 4.14.3
  
  PR:		251441
  Approved by:	jjachuf@gmail.com (maintainer's timeout 50 days)

Modified:
  head/graphics/py-plotly/Makefile
  head/graphics/py-plotly/distinfo

Modified: head/graphics/py-plotly/Makefile
==============================================================================
--- head/graphics/py-plotly/Makefile	Sat Jan 23 00:36:51 2021	(r562358)
+++ head/graphics/py-plotly/Makefile	Sat Jan 23 00:48:24 2021	(r562359)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	plotly
-PORTVERSION=	4.10.0
+PORTVERSION=	4.14.3
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +13,8 @@ COMMENT=	Library for collaborative, interactive, publi
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}retrying>0:devel/py-retrying@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}retrying>=1.3.3:devel/py-retrying@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	distutils autoplist

Modified: head/graphics/py-plotly/distinfo
==============================================================================
--- head/graphics/py-plotly/distinfo	Sat Jan 23 00:36:51 2021	(r562358)
+++ head/graphics/py-plotly/distinfo	Sat Jan 23 00:48:24 2021	(r562359)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599889001
-SHA256 (plotly-4.10.0.tar.gz) = aa1602346ffa17895687fc48ae58611f014ed7a5da4b07e79c2ca99d6d4dca31
-SIZE (plotly-4.10.0.tar.gz) = 6263967
+TIMESTAMP = 1611362554
+SHA256 (plotly-4.14.3.tar.gz) = 7d8aaeed392e82fb8e0e48899f2d3d957b12327f9d38cdd5802bc574a8a39d91
+SIZE (plotly-4.14.3.tar.gz) = 6374650



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