[Python-modules-commits] [aioredis] 02/05: record new upstream branch created by importing aioredis_1.0.0.orig.tar.gz and merge it

Piotr Ożarowski piotr at moszumanska.debian.org
Thu Nov 30 09:53:47 UTC 2017


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

piotr pushed a commit to branch master
in repository aioredis.

commit 2de32ff5b88c34564758a6ee7bd9c3980091bb77
Merge: 750a355 dda1067
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Thu Nov 30 10:36:13 2017 +0100

    record new upstream branch created by importing aioredis_1.0.0.orig.tar.gz and merge it

 .appveyor.yml                             |   29 -
 .bumpversion.cfg                          |    9 -
 .gitignore                                |   63 -
 .pyup.yml                                 |    3 -
 .travis.yml                               |   72 --
 CHANGES.txt                               |   80 +-
 CONTRIBUTORS.txt                          |   45 +-
 HISTORY.rst                               |  320 -----
 Makefile                                  |  111 --
 PKG-INFO                                  |  112 +-
 README.rst                                |   25 +-
 aioredis.egg-info/PKG-INFO                |  112 +-
 aioredis.egg-info/SOURCES.txt             |   47 +-
 aioredis/__init__.py                      |   17 +-
 aioredis/abc.py                           |    7 +-
 aioredis/commands/__init__.py             |  114 +-
 aioredis/commands/generic.py              |   22 +-
 aioredis/commands/geo.py                  |   12 +-
 aioredis/commands/hash.py                 |   31 +-
 aioredis/commands/pubsub.py               |    7 +-
 aioredis/commands/server.py               |    2 +-
 aioredis/commands/set.py                  |   25 +-
 aioredis/commands/sorted_set.py           |   78 +-
 aioredis/commands/transaction.py          |   75 +-
 aioredis/connection.py                    |  153 ++-
 aioredis/errors.py                        |   38 +-
 aioredis/locks.py                         |    5 +-
 aioredis/pool.py                          |  185 ++-
 aioredis/pubsub.py                        |  120 +-
 aioredis/sentinel/commands.py             |   34 +-
 aioredis/sentinel/pool.py                 |  128 +-
 aioredis/stream.py                        |   96 ++
 aioredis/streams.py                       |   53 -
 aioredis/util.py                          |  185 +--
 debian/.git-dpm                           |   14 +-
 docs/Makefile                             |  183 ---
 docs/_build/man/aioredis.1                | 1887 +++++++++++++++++++----------
 docs/_templates/layout.html               |   23 -
 docs/api_reference.rst                    |  219 +++-
 docs/conf.py                              |  294 -----
 docs/examples.rst                         |   57 -
 docs/index.rst                            |   16 +-
 docs/migration.rst                        |  238 ++++
 docs/mixins.rst                           |  105 +-
 docs/mpsc.rst                             |    4 +-
 docs/requirements.txt                     |    4 -
 docs/sentinel.rst                         |  251 +++-
 docs/spelling_wordlist.txt                |  132 --
 docs/start.rst                            |    4 +-
 examples/commands.py                      |    4 +-
 examples/connection.py                    |    2 +-
 examples/iscan.py                         |    2 +-
 examples/pipeline.py                      |    2 +-
 examples/pool.py                          |    2 +-
 examples/pool2.py                         |    2 +-
 examples/pool_pubsub.py                   |    4 +-
 examples/pubsub.py                        |    4 +-
 examples/pubsub2.py                       |    4 +-
 examples/py34/commands.py                 |   22 -
 examples/py34/connection.py               |   30 -
 examples/py34/pipeline.py                 |   50 -
 examples/py34/pool.py                     |   24 -
 examples/py34/pool_pubsub.py              |   75 --
 examples/py34/pubsub.py                   |   37 -
 examples/py34/pubsub2.py                  |   59 -
 examples/py34/scan.py                     |   28 -
 examples/py34/transaction.py              |   27 -
 examples/py34/transaction2.py             |   25 -
 examples/redis-sentinel.conf              |    9 -
 examples/redis.conf                       |    7 -
 examples/scan.py                          |    2 +-
 examples/transaction.py                   |    2 +-
 examples/transaction2.py                  |    2 +-
 setup.py                                  |   12 +-
 tests/conftest.py                         |   84 +-
 tests/connection_commands_test.py         |   63 +-
 tests/connection_test.py                  |  359 +++---
 tests/encode_command_test.py              |    8 +
 tests/errors_test.py                      |   18 +
 tests/generic_commands_test.py            |  614 +++++-----
 tests/geo_commands_test.py                |  128 +-
 tests/hash_commands_test.py               |  342 +++---
 tests/hyperloglog_commands_test.py        |   54 +-
 tests/integration_test.py                 |   97 ++
 tests/integrational/integrational_test.py |  108 --
 tests/list_commands_test.py               |  305 +++--
 tests/locks_test.py                       |   19 +-
 tests/multi_exec_test.py                  |    8 +-
 tests/parse_url_test.py                   |  127 ++
 tests/pool_test.py                        |  323 ++---
 tests/pubsub_commands_test.py             |  240 ++--
 tests/pubsub_receiver_test.py             |  173 ++-
 tests/py35_generic_commands_test.py       |   46 -
 tests/py35_hash_commands_test.py          |   53 -
 tests/py35_pool_test.py                   |   23 -
 tests/py35_pubsub_commands_test.py        |   23 -
 tests/py35_pubsub_receiver_test.py        |   56 -
 tests/py35_set_commands_test.py           |   49 -
 tests/py35_sorted_set_commands_test.py    |   42 -
 tests/pyreader_test.py                    |   19 +-
 tests/requirements.txt                    |    7 -
 tests/scripting_commands_test.py          |   82 +-
 tests/sentinel_commands_test.py           |  144 ++-
 tests/sentinel_failover_test.py           |  122 +-
 tests/server_commands_test.py             |  179 +--
 tests/set_commands_test.py                |  282 +++--
 tests/sorted_set_commands_test.py         |  627 ++++++----
 tests/ssl/Makefile                        |   15 -
 tests/ssl/cafile.crt                      |   21 -
 tests/ssl/cert.pem                        |   49 -
 tests/ssl/dhparam.pem                     |    8 -
 tests/ssl_test.py                         |   20 +-
 tests/stream_test.py                      |   52 +
 tests/string_commands_test.py             |  531 ++++----
 tests/task_cancellation.py                |   34 +
 tests/task_cancellation_test.py           |    8 +-
 tests/transaction_commands_test.py        |  174 +--
 117 files changed, 6152 insertions(+), 5867 deletions(-)

diff --cc debian/.git-dpm
index 79bb522,0000000..0996ecc
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
- f4af345b62a2d6e2423e3668e6f877b1892ddf1d
- f4af345b62a2d6e2423e3668e6f877b1892ddf1d
- f4af345b62a2d6e2423e3668e6f877b1892ddf1d
- f4af345b62a2d6e2423e3668e6f877b1892ddf1d
- aioredis_1.0.0~b2.orig.tar.gz
- 31ae4073d1e98ee842a3b551b195404e64fc1d46
- 137189
++dda1067f12fc83fbf37bfaec0afe092136cc2286
++dda1067f12fc83fbf37bfaec0afe092136cc2286
++dda1067f12fc83fbf37bfaec0afe092136cc2286
++dda1067f12fc83fbf37bfaec0afe092136cc2286
++aioredis_1.0.0.orig.tar.gz
++8aab841caab51b1122e34c3d5768e9f654a97638
++135385
 +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/aioredis.git



More information about the Python-modules-commits mailing list