Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2018 02:47:18 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465059 - head/devel/py-futures
Message-ID:  <201803200247.w2K2lIWr001842@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Tue Mar 20 02:47:17 2018
New Revision: 465059
URL: https://svnweb.freebsd.org/changeset/ports/465059

Log:
  devel/py-futures: Update to 3.2.0
  
  - Update COMMENT to match upstream change
  
  Changelog:
  
    https://github.com/agronholm/pythonfutures/blob/3.2.0/CHANGES.rst
  
  PR:		226540
  Submitted by:	sunpoet

Modified:
  head/devel/py-futures/Makefile
  head/devel/py-futures/distinfo

Modified: head/devel/py-futures/Makefile
==============================================================================
--- head/devel/py-futures/Makefile	Tue Mar 20 02:46:15 2018	(r465058)
+++ head/devel/py-futures/Makefile	Tue Mar 20 02:47:17 2018	(r465059)
@@ -2,13 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	futures
-PORTVERSION=	3.1.1
+PORTVERSION=	3.2.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	koobs@FreeBSD.org
-COMMENT=	Backport of the concurrent.futures package from Python 3.2
+COMMENT=	Backport of the concurrent.futures package from Python 3
 
 LICENSE=	PSFL
 LICENSE_FILE=	${WRKSRC}/LICENSE

Modified: head/devel/py-futures/distinfo
==============================================================================
--- head/devel/py-futures/distinfo	Tue Mar 20 02:46:15 2018	(r465058)
+++ head/devel/py-futures/distinfo	Tue Mar 20 02:47:17 2018	(r465059)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499771882
-SHA256 (futures-3.1.1.tar.gz) = 51ecb45f0add83c806c68e4b06106f90db260585b25ef2abfcda0bd95c0132fd
-SIZE (futures-3.1.1.tar.gz) = 26471
+TIMESTAMP = 1521513411
+SHA256 (futures-3.2.0.tar.gz) = 9ec02aa7d674acb8618afb127e27fde7fc68994c0437ad759fa094a574adb265
+SIZE (futures-3.2.0.tar.gz) = 27320



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