pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-futures Update devel/py-futures to 3.1.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b35e3055474
branches:  trunk
changeset: 361241:4b35e3055474
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Apr 18 15:39:19 2017 +0000

description:
Update devel/py-futures to 3.1.1.

- Backported sanity checks for the ``max_workers`` constructor
  argument for ThreadPoolExecutor and
  ProcessPoolExecutor
- Set the default value of ``max_workers`` in ThreadPoolExecutor to
  ``None``, as in upstream code
  (computes the thread pool size based on the number of CPUs)
- Added support for old-style exception objects
- Switched to the PSF license

diffstat:

 devel/py-futures/Makefile |   6 +++---
 devel/py-futures/PLIST    |   3 +--
 devel/py-futures/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (51 lines):

diff -r c36ac0e0c399 -r 4b35e3055474 devel/py-futures/Makefile
--- a/devel/py-futures/Makefile Tue Apr 18 15:35:23 2017 +0000
+++ b/devel/py-futures/Makefile Tue Apr 18 15:39:19 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:33 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/04/18 15:39:19 fhajny Exp $
 
-DISTNAME=      futures-3.0.5
+DISTNAME=      futures-3.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/futures/}
@@ -8,7 +8,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/agronholm/pythonfutures
 COMMENT=       Library brings asynchronous computations from Python 3.x
-LICENSE=       modified-bsd
+LICENSE=       python-software-foundation
 
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # included in 3+
 
diff -r c36ac0e0c399 -r 4b35e3055474 devel/py-futures/PLIST
--- a/devel/py-futures/PLIST    Tue Apr 18 15:35:23 2017 +0000
+++ b/devel/py-futures/PLIST    Tue Apr 18 15:39:19 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/04/19 12:32:36 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/04/18 15:39:19 fhajny Exp $
 ${PYSITELIB}/concurrent/__init__.py
 ${PYSITELIB}/concurrent/__init__.pyc
 ${PYSITELIB}/concurrent/__init__.pyo
@@ -18,5 +18,4 @@
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/pbr.json
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff -r c36ac0e0c399 -r 4b35e3055474 devel/py-futures/distinfo
--- a/devel/py-futures/distinfo Tue Apr 18 15:35:23 2017 +0000
+++ b/devel/py-futures/distinfo Tue Apr 18 15:39:19 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/04/19 12:32:36 fhajny Exp $
+$NetBSD: distinfo,v 1.2 2017/04/18 15:39:19 fhajny Exp $
 
-SHA1 (futures-3.0.5.tar.gz) = 759bf3669b517808810c96a4a620e9a272064487
-RMD160 (futures-3.0.5.tar.gz) = ebd01361f9090f063a2dff50ee16b503323618b5
-SHA512 (futures-3.0.5.tar.gz) = 29f366a273600924acba4b78d53e2f911379da04a7067c3bc2911c20c0fe880300fc2b8c91d8f1b6689e5732b79eeb4198fde56854ab2b7caf47382ad5942435
-Size (futures-3.0.5.tar.gz) = 25153 bytes
+SHA1 (futures-3.1.1.tar.gz) = e6815bea6a2881218df730347732f67ec5e89108
+RMD160 (futures-3.1.1.tar.gz) = e1a2af012af2ccd43243c9c0a140b5f5168f413e
+SHA512 (futures-3.1.1.tar.gz) = 7ccb041271ed2688591942f46ab2d2c92d806efbd5209ff9aba77c6d5d3c1a1495fccbeb1718d914894b0b8d936438687e8f3cc22b7ab6625fb518321084ead3
+Size (futures-3.1.1.tar.gz) = 26471 bytes



Home | Main Index | Thread Index | Old Index