[Python-modules-commits] [python-aiohttp] 02/04: record new upstream branch created by importing python-aiohttp_1.2.0.orig.tar.gz and merge it

Piotr Ożarowski piotr at moszumanska.debian.org
Wed Dec 21 12:41:24 UTC 2016


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

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

commit 47ea9a0e7af1ae6b05c8d13514ea4a4da9c26582
Merge: 43b6454 4a74b0a
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Wed Dec 21 13:30:14 2016 +0100

    record new upstream branch created by importing python-aiohttp_1.2.0.orig.tar.gz and merge it

 CHANGES.rst                                | 142 ++------
 CONTRIBUTORS.txt                           |   6 +
 Makefile                                   |   3 +
 PKG-INFO                                   | 144 ++-------
 aiohttp.egg-info/PKG-INFO                  | 144 ++-------
 aiohttp.egg-info/SOURCES.txt               |   5 +
 aiohttp.egg-info/requires.txt              |   4 +-
 aiohttp/__init__.py                        |   2 +-
 aiohttp/_websocket.c                       |  57 ++--
 aiohttp/abc.py                             |   9 +
 aiohttp/client.py                          |  11 +
 aiohttp/client_reqrep.py                   |  26 +-
 aiohttp/connector.py                       |  46 ++-
 aiohttp/cookiejar.py                       |  10 +-
 aiohttp/file_sender.py                     |  54 +++-
 aiohttp/helpers.py                         |   3 +-
 aiohttp/multipart.py                       |   8 +-
 aiohttp/parsers.py                         |   2 -
 aiohttp/protocol.py                        |  11 +-
 aiohttp/pytest_plugin.py                   |  30 +-
 aiohttp/server.py                          |  44 ++-
 aiohttp/test_utils.py                      | 142 ++++----
 aiohttp/web.py                             | 225 ++++---------
 aiohttp/web_reqrep.py                      | 168 +++++++---
 aiohttp/web_server.py                      | 166 ++++++++++
 aiohttp/web_urldispatcher.py               |   9 +-
 aiohttp/worker.py                          |  80 ++++-
 debian/.git-dpm                            |  14 +-
 docs/changes.rst                           |   2 +
 docs/client.rst                            |   4 +-
 docs/client_reference.rst                  |   6 +-
 docs/deployment.rst                        |   4 +-
 docs/faq.rst                               |  54 +++-
 docs/index.rst                             |   3 +-
 docs/server.rst                            |  11 +-
 docs/spelling_wordlist.txt                 |   2 +
 docs/testing.rst                           | 474 +++++++++++++++++++++++----
 docs/third_party.rst                       |   2 +
 docs/tutorial.rst                          | 112 +++++--
 docs/web.rst                               |  43 ++-
 docs/web_lowlevel.rst                      |  93 ++++++
 docs/web_reference.rst                     | 188 ++++++++---
 examples/fake_server.py                    |   2 +-
 examples/lowlevel_srv.py                   |  25 ++
 examples/web_rewrite_headers_middleware.py |  18 +-
 setup.py                                   |   4 +-
 tests/test_client_connection.py            |  11 +
 tests/test_client_functional.py            |   2 +-
 tests/test_client_request.py               |  10 +
 tests/test_client_session.py               |   7 +
 tests/test_connector.py                    |  84 +++++
 tests/test_cookiejar.py                    |  38 ++-
 tests/test_helpers.py                      |   6 +
 tests/test_multipart.py                    |   7 +
 tests/test_proxy.py                        |  33 +-
 tests/test_proxy_functional.py             | 500 +++++++++++++++++++++++++++++
 tests/test_pytest_plugin.py                |   4 +-
 tests/test_server.py                       |  91 +++++-
 tests/test_test_utils.py                   |  13 +-
 tests/test_urldispatch.py                  |   8 +-
 tests/test_web_application.py              |  29 +-
 tests/test_web_functional.py               |  33 +-
 tests/test_web_request_handler.py          |   6 -
 tests/test_web_response.py                 |  13 +
 tests/test_web_sendfile.py                 | 111 ++++++-
 tests/test_web_sendfile_functional.py      | 125 ++++++++
 tests/test_web_server.py                   |  73 +++++
 tests/test_web_urldispatcher.py            |  20 +-
 tests/test_worker.py                       |  97 +++++-
 69 files changed, 2971 insertions(+), 962 deletions(-)

diff --cc debian/.git-dpm
index b27907b,0000000..f88407e
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 98fe54bd7567469b73bb93caa7ea443afd70e309
- 98fe54bd7567469b73bb93caa7ea443afd70e309
- 98fe54bd7567469b73bb93caa7ea443afd70e309
- 98fe54bd7567469b73bb93caa7ea443afd70e309
- python-aiohttp_1.1.5.orig.tar.gz
- 8d89d26cf656196de9cc35307a47654727a79fb0
- 510247
++4a74b0a6d3f82f187d7c364e8662f23ceaba395e
++4a74b0a6d3f82f187d7c364e8662f23ceaba395e
++4a74b0a6d3f82f187d7c364e8662f23ceaba395e
++4a74b0a6d3f82f187d7c364e8662f23ceaba395e
++python-aiohttp_1.2.0.orig.tar.gz
++e84ce3866174b472a7647d07b8bed67db6f02716
++519187
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

-- 
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