[Python-modules-commits] [plainbox] branch master updated (77a2d69 -> 0f9c101)

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


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

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

      from  77a2d69   updated changelog
       new  9eff702   record new upstream branch created by importing plainbox_0.25.orig.tar.gz
       new  b8c5efe   Import plainbox_0.25.orig.tar.gz
       new  a282dcd   Remove vendorized modules
       new  ce9cc78   Silence setup failure of the logging subsystem
       new  4abfe52   Revert the documentation theme back to default
       new  9223813   merge patched into master
       new  0f9c101   updated changelog

The 7 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 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  16 +
 debian/patches/documentation-theme                 |   2 +-
 debian/patches/silence-logging-failure             |   2 +-
 debian/patches/unvendorize                         |   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 +-
 56 files changed, 966 insertions(+), 199 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