[scoop] 01/01: Merge tag 'upstream/0.7.1'

Daniel Stender danstender-guest at moszumanska.debian.org
Tue Sep 2 08:20:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

danstender-guest pushed a commit to branch master
in repository scoop.

commit 91c2209dbf9364163a67851993981318cd39a1d8
Merge: 363e8ec 21dd720
Author: Daniel Stender <daniel at danielstender.com>
Date:   Tue Sep 2 10:20:22 2014 +0200

    Merge tag 'upstream/0.7.1'
    
    Upstream version 0.7.1

 CHANGELOG.txt                                      |  15 +-
 PKG-INFO                                           |   2 +-
 doc/_template/indexsidebar.html                    |   1 +
 doc/api.rst                                        |   5 +-
 doc/blu.diff                                       |  19 +
 doc/install.rst                                    |  83 ++-
 doc/usage.rst                                      | 168 +++--
 examples/conditional_import.py                     |   6 +-
 examples/grtest.py                                 |  22 +
 examples/{conditional_import.py => testmut.py}     |  18 +-
 scoop.egg-info/PKG-INFO                            |   2 +-
 scoop.egg-info/SOURCES.txt                         |  13 +-
 scoop/__init__.py                                  |   5 +-
 scoop/{launch => _comm}/__init__.py                |  43 +-
 .../__init__.py => _comm/scoopexceptions.py}       |  46 +-
 scoop/{_comm.py => _comm/scooptcp.py}              | 787 +++++++++++----------
 scoop/{_comm.py => _comm/scoopzmq.py}              | 776 ++++++++++----------
 scoop/_control.py                                  |  15 +-
 scoop/_debug.py                                    |  16 +-
 scoop/_types.py                                    |  32 +-
 scoop/bootstrap/__main__.py                        |  12 +-
 scoop/broker/__init__.py                           |   1 -
 scoop/broker/__main__.py                           |  29 +-
 scoop/broker/{broker.py => brokertcp.py}           | 291 ++++----
 scoop/broker/{broker.py => brokerzmq.py}           |  48 +-
 scoop/{launch/__init__.py => broker/structs.py}    |  41 +-
 scoop/encapsulation.py                             |   3 +-
 scoop/fallbacks.py                                 |  67 ++
 scoop/futures.py                                   |  37 +-
 scoop/launch/__init__.py                           |   2 +-
 scoop/launch/brokerLaunch.py                       | 110 +--
 scoop/launch/workerLaunch.py                       |  60 +-
 scoop/launcher.py                                  | 102 +--
 scoop/shared.py                                    |  15 +-
 scoop/utils.py                                     |  98 ++-
 setup.cfg                                          |   2 +-
 setup.py                                           |   1 +
 test/tests.py                                      |  19 +-
 38 files changed, 1695 insertions(+), 1317 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/scoop.git



More information about the debian-science-commits mailing list