Package: python-tornado / 3.2.2-1.1

Metadata

Package Version Patches format
python-tornado 3.2.2-1.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
ignore ca certificates.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove the ca-certificate file from being added to the package
certs path.patch | (download)

tornado/simple_httpclient.py | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 looks for ca-certificates.crt at the good debian location before trying local path
ignoreuserwarning.patch | (download)

tornado/test/runtests.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 ignore userwarning in tests
 Required to run tests from source with the package already installed.
 Else one gets check_version_conflict warning from pkg_resources.

domain test.patch | (download)

tornado/test/netutil_test.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use a domain that is more likely invalid
 avoids test failures in unisolated builds

skip timing tests.patch | (download)

tornado/test/util.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 like travis buildd are often slow so skip the same tests

sockopt.patch | (download)

tornado/iostream.py | 7 6 + 1 - 0 !
tornado/netutil.py | 6 5 + 1 - 0 !
2 files changed, 11 insertions(+), 2 deletions(-)

---