[Python-modules-commits] [python-tornado] branch master updated (af4fb43 -> 3c1e56d)

Ondrej Novy onovy at debian.org
Mon Jan 15 13:07:42 UTC 2018


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

onovy pushed a change to branch master
in repository python-tornado.

      from  af4fb43   merge patched into master
       new  8773d1a   record new upstream branch created by importing python-tornado_4.5.3.orig.tar.gz
       new  fc4b473   Import python-tornado_4.5.3.orig.tar.gz
       new  31b5f00   Disable domain tests to prevent internet access during build
       new  605566d   ignore userwarning in tests
       new  2bc8476   like travis buildd are often slow so skip the same tests
       new  7d1cb0d   Ignore ENOPROTOOPT errors from SO_REUSEADDR or SO_ERROR on AF_UNIX sockets, for
       new  072a0c3   remove dependance on certifi
       new  d2f9e20   skip UnixSocketTest on hurd, as unix sockets with SO_REUSEADDR are not supported there
       new  cc63163   Use local objects.inv for intersphinx mapping
       new  14bd0c2   merge patched into master
       new  ac33cee   New upstream release
       new  f44588e   Bump std-ver to 4.1.3 (no changes needed)
       new  da825f5   Push dh compat to 11
       new  4be42a4   d/copyright: Bump my copyright year
       new  7915ed7   Move docs and examples into /usr/share/python-tornado
       new  09d59db   Override wrong-section-according-to-package-name for python3-tornado too
       new  3c1e56d   releasing package python-tornado version 4.5.3-1

The 17 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:
 .travis.yml                                        |  3 +-
 debian/.git-dpm                                    | 14 +++----
 debian/changelog                                   | 11 +++++
 debian/compat                                      |  2 +-
 debian/control                                     |  4 +-
 debian/copyright                                   |  2 +-
 ...local-objects.inv-for-intersphinx-mapping.patch |  2 +-
 debian/patches/disable-domain-tests.patch          |  2 +-
 debian/patches/fix-ftbfs-on-hurd.patch             |  4 +-
 debian/patches/ignoreuserwarning.patch             |  2 +-
 debian/patches/skip-timing-tests.patch             |  6 +--
 debian/patches/sockopt.patch                       |  6 +--
 debian/patches/without-certifi.patch               |  4 +-
 debian/python-tornado-doc.doc-base                 |  4 +-
 debian/python-tornado-doc.links                    |  2 +-
 debian/python-tornado-doc.lintian-overrides        | 14 +++----
 debian/python3-tornado.lintian-overrides           |  2 +
 debian/rules                                       |  2 +-
 docs/releases.rst                                  |  1 +
 docs/releases/v4.5.3.rst                           | 49 ++++++++++++++++++++++
 setup.py                                           |  2 +-
 tornado/__init__.py                                |  4 +-
 tornado/curl_httpclient.py                         |  1 +
 tornado/http1connection.py                         | 10 +++--
 tornado/iostream.py                                | 18 +++++++-
 tornado/options.py                                 |  6 +--
 tornado/test/httpserver_test.py                    |  7 +++-
 tornado/test/iostream_test.py                      |  6 ++-
 tornado/test/options_test.py                       | 20 ++++++++-
 tornado/test/simple_httpclient_test.py             | 15 ++-----
 tornado/test/util.py                               | 44 +++++++++++++++++--
 tornado/test/web_test.py                           |  4 +-
 tornado/test/websocket_test.py                     |  7 ++++
 tornado/testing.py                                 |  2 +-
 tornado/web.py                                     |  3 +-
 tornado/websocket.py                               |  8 ++++
 36 files changed, 222 insertions(+), 71 deletions(-)
 create mode 100644 docs/releases/v4.5.3.rst

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-tornado.git



More information about the Python-modules-commits mailing list