Package: plainbox / 0.25-1

Metadata

Package Version Patches format
plainbox 0.25-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
unvendorize | (download)

plainbox/vendor/__init__.py | 5 5 + 0 - 0 !
plainbox/vendor/funcsigs/LICENSE | 13 0 + 13 - 0 !
plainbox/vendor/funcsigs/__init__.py | 829 24 + 805 - 0 !
plainbox/vendor/funcsigs/version.py | 1 0 + 1 - 0 !
plainbox/vendor/mock.py | 2398 29 + 2369 - 0 !
5 files changed, 58 insertions(+), 3188 deletions(-)

 remove vendorized modules

 This patch replaces plainbox.vendor.{mock,funcsigs} with equivalent
 imports from the standard python3.3 library. Upstream will stop
 shipping those vendorized modules when support for python3.2 is no
 longer required.
Upstream: not-needed
silence logging failure | (download)

plainbox/impl/logging.py | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 silence setup failure of the logging subsystem

 The logging subsystem has a feature that displays two lines of warnings
 if the per-user log file cannot be created. This leads to spurious
 errors when plainbox is invoked from a build environment. Before a
 better solution is found this warning is disabled as all of the
 subsequent, relevant, logging messages are display either way.
Bug-Ubuntu: https://bugs.launchpad.net/checkbox/+bug/1262898
documentation theme | (download)

docs/conf.py | 10 1 + 9 - 0 !
1 file changed, 1 insertion(+), 9 deletions(-)

 revert the documentation theme back to default

 PlainBox uses a customized sphinx theme that includes additional
 HTML to integrate with online comment service. This should not be
 a part of the offline documentation package.