pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-futures
Module Name: pkgsrc
Committed By: fhajny
Date: Tue Apr 18 15:39:19 UTC 2017
Modified Files:
pkgsrc/devel/py-futures: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-futures/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-futures/PLIST \
pkgsrc/devel/py-futures/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-futures/Makefile
diff -u pkgsrc/devel/py-futures/Makefile:1.3 pkgsrc/devel/py-futures/Makefile:1.4
--- pkgsrc/devel/py-futures/Makefile:1.3 Sun Jan 1 14:43:33 2017
+++ pkgsrc/devel/py-futures/Makefile Tue Apr 18 15:39:19 2017
@@ -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 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=f/futu
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+
Index: pkgsrc/devel/py-futures/PLIST
diff -u pkgsrc/devel/py-futures/PLIST:1.1 pkgsrc/devel/py-futures/PLIST:1.2
--- pkgsrc/devel/py-futures/PLIST:1.1 Tue Apr 19 12:32:36 2016
+++ pkgsrc/devel/py-futures/PLIST Tue Apr 18 15:39:19 2017
@@ -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}/PKG-INFO
${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
Index: pkgsrc/devel/py-futures/distinfo
diff -u pkgsrc/devel/py-futures/distinfo:1.1 pkgsrc/devel/py-futures/distinfo:1.2
--- pkgsrc/devel/py-futures/distinfo:1.1 Tue Apr 19 12:32:36 2016
+++ pkgsrc/devel/py-futures/distinfo Tue Apr 18 15:39:19 2017
@@ -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