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:   adam
Date:           Wed Aug 21 12:57:52 UTC 2019

Modified Files:
        pkgsrc/devel/py-futures: Makefile distinfo

Log Message:
py-futures: updated to 3.3.0

3.3.0
Backported bpo-24882: Let ThreadPoolExecutor reuse idle threads before creating new thread


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-futures/Makefile
cvs rdiff -u -r1.3 -r1.4 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.7 pkgsrc/devel/py-futures/Makefile:1.8
--- pkgsrc/devel/py-futures/Makefile:1.7        Fri Apr 26 13:13:51 2019
+++ pkgsrc/devel/py-futures/Makefile    Wed Aug 21 12:57:52 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/04/26 13:13:51 maya Exp $
+# $NetBSD: Makefile,v 1.8 2019/08/21 12:57:52 adam Exp $
 
-DISTNAME=      futures-3.2.0
+DISTNAME=      futures-3.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/futures/}

Index: pkgsrc/devel/py-futures/distinfo
diff -u pkgsrc/devel/py-futures/distinfo:1.3 pkgsrc/devel/py-futures/distinfo:1.4
--- pkgsrc/devel/py-futures/distinfo:1.3        Fri Dec  1 10:27:25 2017
+++ pkgsrc/devel/py-futures/distinfo    Wed Aug 21 12:57:52 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/12/01 10:27:25 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/08/21 12:57:52 adam Exp $
 
-SHA1 (futures-3.2.0.tar.gz) = ca2da8b80e81095ded372c0b545ae0fdae6027c4
-RMD160 (futures-3.2.0.tar.gz) = f11ad3336931a23fde94f54c0f1d32a0d4c011c2
-SHA512 (futures-3.2.0.tar.gz) = e8c08ebc38d7397b5c2a5dc8c22567af1a1b6d5ce6fb8c189f663fb25b96f1ebcbade1ec0a95e9970dfac73606ecd5d7c6f79cc010fd62930a5b005d9babdde0
-Size (futures-3.2.0.tar.gz) = 27320 bytes
+SHA1 (futures-3.3.0.tar.gz) = df61fd72a062b546f69536282c3331d2e2257133
+RMD160 (futures-3.3.0.tar.gz) = 6ad30013c3a4ec0a24a6b27f9c214982655fddaa
+SHA512 (futures-3.3.0.tar.gz) = 5e3b9673071a0ef540887978afa35b0a64454913a9cfcd2e8250533832ffbe14c39af4f7873084124b8f1b24b0117813675cb0e6d200e94acf171be3157252d5
+Size (futures-3.3.0.tar.gz) = 28729 bytes



Home | Main Index | Thread Index | Old Index