Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 2020 19:01:36 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541563 - head/graphics/py-imageio
Message-ID:  <202007081901.068J1a1d066248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jul  8 19:01:35 2020
New Revision: 541563
URL: https://svnweb.freebsd.org/changeset/ports/541563

Log:
  Update to 2.9.0
  
  Changes:	https://github.com/imageio/imageio/releases
  		https://github.com/imageio/imageio/blob/master/CHANGELOG.md

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

Modified: head/graphics/py-imageio/Makefile
==============================================================================
--- head/graphics/py-imageio/Makefile	Wed Jul  8 19:01:30 2020	(r541562)
+++ head/graphics/py-imageio/Makefile	Wed Jul  8 19:01:35 2020	(r541563)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	imageio
-PORTVERSION=	2.8.0
+PORTVERSION=	2.9.0
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +19,7 @@ RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg \
 		${PY_PILLOW}
 
 USES=		python:3.5+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 

Modified: head/graphics/py-imageio/distinfo
==============================================================================
--- head/graphics/py-imageio/distinfo	Wed Jul  8 19:01:30 2020	(r541562)
+++ head/graphics/py-imageio/distinfo	Wed Jul  8 19:01:35 2020	(r541563)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585907218
-SHA256 (imageio-2.8.0.tar.gz) = fb5fd6d3d17126bbaac9af29fe340e2c97a196eb9416d4f28c0e543744a152cf
-SIZE (imageio-2.8.0.tar.gz) = 3340492
+TIMESTAMP = 1594117221
+SHA256 (imageio-2.9.0.tar.gz) = 52ddbaeca2dccf53ba2d6dec5676ca7bc3b2403ef8b37f7da78b7654bb3e10f0
+SIZE (imageio-2.9.0.tar.gz) = 3341646



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