Package: python-gearman / 2.0.2-2

Metadata

Package Version Patches format
python-gearman 2.0.2-2 3.0 (quilt)

Patch series

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

docs/conf.py | 217 217 + 0 - 0 !
1 file changed, 217 insertions(+)

 include docs/conf.py file
 Include the docs/conf.py file from the git repository. This file isn't in the 
 upstream tarball, but it is required by sphinx to generate the documentation.
02_include_tests | (download)

tests/__init__.py | 1 1 + 0 - 0 !
tests/_core_testing.py | 106 106 + 0 - 0 !
tests/admin_client_tests.py | 153 153 + 0 - 0 !
tests/client_tests.py | 450 450 + 0 - 0 !
tests/protocol_tests.py | 275 275 + 0 - 0 !
tests/worker_tests.py | 365 365 + 0 - 0 !
6 files changed, 1350 insertions(+)

 include tests directory
 Include the tests directory from the git repository. This file isn't in the 
 upstream tarball, but we like to run tests during our build process, so add 
 it manually.