[Python-modules-commits] [plainbox] branch upstream updated (fffe7d6 -> b8c5efe)

Sylvain Pineau spineau-guest at moszumanska.debian.org
Tue Jan 5 16:48:59 UTC 2016


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

spineau-guest pushed a change to branch upstream
in repository plainbox.

      from  fffe7d6   Import plainbox_0.24.orig.tar.gz
       new  b8c5efe   Import plainbox_0.25.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 PKG-INFO                                           |   2 +-
 docs/author/index.rst                              |   1 +
 docs/author/qml-job-tutorial.rst                   | 369 +++++++++++++++++++++
 docs/changelog.rst                                 |  10 +
 docs/manpages/plainbox-job-units.rst               |   6 +
 docs/manpages/plainbox-template-units.rst          |   3 +
 plainbox.egg-info/PKG-INFO                         |   2 +-
 plainbox.egg-info/SOURCES.txt                      |   2 +
 plainbox.egg-info/entry_points.txt                 |  42 +--
 plainbox/__init__.py                               |   2 +-
 .../data/plainbox-qml-modules/Plainbox/QmlJob.qml  |   1 +
 plainbox/impl/commands/cmd_startprovider.py        |   8 +-
 plainbox/impl/commands/inv_run.py                  |   8 +
 plainbox/impl/commands/inv_startprovider.py        |  70 ++--
 plainbox/impl/exporter/__init__.py                 |  12 +-
 plainbox/impl/providers/categories/po/es.po        |   4 +-
 plainbox/impl/providers/categories/po/fr.po        |  10 +-
 plainbox/impl/providers/categories/po/pl.po        |   4 +-
 plainbox/impl/providers/categories/po/ug.po        |   4 +-
 plainbox/impl/providers/categories/po/zh_TW.po     |   4 +-
 plainbox/impl/providers/manifest/po/pl.po          |   4 +-
 plainbox/impl/providers/manifest/po/zh_TW.po       |   4 +-
 plainbox/impl/providers/stubbox/po/de.po           |   4 +-
 plainbox/impl/providers/stubbox/po/en_GB.po        |   4 +-
 plainbox/impl/providers/stubbox/po/pl.po           |   4 +-
 plainbox/impl/providers/stubbox/po/pt.po           |   4 +-
 plainbox/impl/providers/stubbox/po/ug.po           |   4 +-
 plainbox/impl/runner.py                            |   8 +-
 plainbox/impl/secure/providers/v1.py               |  36 +-
 plainbox/impl/session/assistant.py                 | 169 +++++++++-
 plainbox/impl/session/restart.py                   | 134 ++++++++
 plainbox/impl/unit/job.py                          |  32 +-
 plainbox/impl/unit/template.py                     |  71 ++--
 plainbox/impl/unit/test_job.py                     |  11 +
 plainbox/impl/unit/testplan.py                     |   1 +
 plainbox/qml_shell/qml_shell.qml                   |   7 +-
 po/de.po                                           |   4 +-
 po/en_AU.po                                        |   4 +-
 po/en_CA.po                                        |   4 +-
 po/en_GB.po                                        |   4 +-
 po/es.po                                           |   4 +-
 po/fr.po                                           |  16 +-
 po/ja.po                                           |   4 +-
 po/pl.po                                           |   4 +-
 po/pt.po                                           |   4 +-
 po/ru.po                                           |   4 +-
 po/tr.po                                           |   4 +-
 po/uk.po                                           |   4 +-
 po/zh_TW.po                                        |   4 +-
 setup.cfg                                          |   2 +-
 setup.py                                           |   2 +-
 51 files changed, 940 insertions(+), 189 deletions(-)
 create mode 100644 docs/author/qml-job-tutorial.rst
 create mode 100644 plainbox/impl/session/restart.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/plainbox.git



More information about the Python-modules-commits mailing list