NOTICE: This package has been removed from pkgsrc

./wip/py-futures, Library brings asynchronous computations from Python 3.x

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.0.1, Package name: py27-futures-3.0.1, Maintainer: pkgsrc-users

Package that provides a high level interface to execute computations
asynchronously


Required to run:
[devel/py-setuptools] [lang/python27]

Master sites:

SHA1: 09f776f59ee4dc6ba5e4eb4f0d6325b3c210c84e
RMD160: 29c45a1b391e4a0b6a632d744ab9c1a56ff041b6
Filesize: 24.307 KB

Version history: (Expand)


CVS history: (Expand)


   2015-05-03 15:32:58 by jonthn | Files touched by this commit (3)
Log message:
Update to version 3.0.1
Change homepage

3.0.1
=====

- Made Executor.map() non-greedy

3.0.0
=====

- Dropped Python 2.5 and 3.1 support
- Removed the deprecated "futures" top level package
- Applied patch for issue 11777 (Executor.map does not submit futures until
                                 iter.next() is called)
- Applied patch for issue 15015 (accessing an non-existing attribute)
- Applied patch for issue 16284 (memory leak)
- Applied patch for issue 20367 (behavior of concurrent.futures.as_completed()
                                 for duplicate arguments)
   2015-04-14 13:56:20 by Thomas Klausner | Files touched by this commit (27)
Log message:
Cleanup after python-2.6 removal.
   2015-04-14 01:22:01 by othyro | Files touched by this commit (26)
Log message:
lang/python26 has been removed. Remove other python versions here too like
31 and 32 which are not supported any longer.
   2014-12-07 01:13:44 by jonthn | Files touched by this commit (4)
Log message:
Import py27-futures-2.2.0 as wip/py-futures.

Package that provides a high level interface to execute computations
asynchronously