Package: python-tornado / 4.4.3-1~bpo8+1

Metadata

Package Version Patches format
python-tornado 4.4.3-1~bpo8+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable domain tests.patch | (download)

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

 disable domain tests to prevent internet access during build

Patch-Name: disable-domain-tests.patch

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.
Patch-Name: ignoreuserwarning.patch

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

Patch-Name: skip-timing-tests.patch

sockopt.patch | (download)

tornado/iostream.py | 7 6 + 1 - 0 !
tornado/netutil.py | 12 10 + 2 - 0 !
2 files changed, 16 insertions(+), 3 deletions(-)

 ignore enoprotoopt errors from so_reuseaddr or so_error on af_unix
 sockets, for

systems which do not implement them there.
Patch-Name: sockopt.patch

without certifi.patch | (download)

setup.py | 2 1 + 1 - 0 !
tornado/netutil.py | 13 2 + 11 - 0 !
tornado/simple_httpclient.py | 12 1 + 11 - 0 !
3 files changed, 4 insertions(+), 23 deletions(-)

 remove dependance on certifi

 Since Debian is a distribution, we know where the certificates are
 and don't need certifi to find them.
fix ftbfs on hurd.patch | (download)

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

 skip unixsockettest on hurd, as unix sockets with so_reuseaddr are
 not supported there

 A little discussion about unix sockets with SO_REUSEADDR can be found on
 https://lists.gnu.org/archive/html/bug-hurd/2016-01/msg00039.html

0007 Use local objects.inv for intersphinx mapping.patch | (download)

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

 use local objects.inv for intersphinx mapping