[Python-modules-commits] [python-aiohttp] branch master updated (cb63594 -> 43b6454)

Piotr Ożarowski piotr at moszumanska.debian.org
Fri Nov 18 19:01:17 UTC 2016


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

piotr pushed a change to branch master
in repository python-aiohttp.

      from  cb63594   New upstream release
       new  98fe54b   Import python-aiohttp_1.1.5.orig.tar.gz
       new  f88eacc   record new upstream branch created by importing python-aiohttp_1.1.5.orig.tar.gz and merge it
       new  43b6454   New upstream release

The 3 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:
 CHANGES.rst                                 | 20 +++++++
 CONTRIBUTORS.txt                            |  1 +
 PKG-INFO                                    | 22 +++++++-
 aiohttp.egg-info/PKG-INFO                   | 22 +++++++-
 aiohttp.egg-info/SOURCES.txt                |  1 +
 aiohttp/__init__.py                         |  2 +-
 aiohttp/client.py                           | 51 ++++--------------
 aiohttp/file_sender.py                      |  2 +-
 aiohttp/test_utils.py                       |  5 +-
 aiohttp/web.py                              |  1 +
 aiohttp/web_urldispatcher.py                | 52 +++++++++++-------
 debian/.git-dpm                             | 14 ++---
 debian/changelog                            |  6 +++
 docs/index.rst                              |  1 +
 docs/third_party.rst                        | 82 +++++++++++++++++++++++++++++
 docs/web.rst                                |  6 +--
 examples/background_tasks.py                |  1 +
 examples/client_auth.py                     |  1 +
 examples/client_json.py                     |  1 +
 examples/web_cookies.py                     |  1 +
 examples/web_srv.py                         |  1 +
 setup.cfg                                   |  2 +-
 tests/test_client_functional.py             | 18 +++++++
 tests/test_py35/test_cbv35.py               |  1 +
 tests/test_py35/test_client.py              |  1 +
 tests/test_py35/test_client_websocket_35.py |  1 +
 tests/test_py35/test_resp.py                |  1 +
 tests/test_py35/test_web_websocket_35.py    |  1 +
 tests/test_test_utils.py                    | 12 +++++
 tests/test_urldispatch.py                   | 36 ++++++++++---
 30 files changed, 282 insertions(+), 84 deletions(-)
 create mode 100644 docs/third_party.rst

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



More information about the Python-modules-commits mailing list