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

Piotr Ożarowski piotr at moszumanska.debian.org
Wed Dec 21 11:31:34 UTC 2016


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

piotr pushed a commit to branch master
in repository aioredis.

commit 289fafa2b0617466d49bcd00d3101ec0ea049e24
Merge: 21abbd3 691f918
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Sat Nov 5 19:32:21 2016 +0100

    record new upstream branch created by importing aioredis_0.2.9.orig.tar.gz and merge it

 CHANGES.txt                            |   26 +
 MANIFEST.in                            |    5 +-
 PKG-INFO                               |   32 +-
 README.rst                             |    4 +-
 aioredis.egg-info/PKG-INFO             |   32 +-
 aioredis.egg-info/SOURCES.txt          |   51 +-
 aioredis/__init__.py                   |    2 +-
 aioredis/commands/generic.py           |   11 +-
 aioredis/commands/pubsub.py            |    5 +-
 aioredis/commands/server.py            |   21 +-
 aioredis/pool.py                       |   28 +-
 debian/.git-dpm                        |   14 +-
 docs/_build/man/aioredis.1             | 4047 ++++++++++++++++++++++++++++++++
 docs/api_reference.rst                 |  541 +++++
 docs/devel.rst                         |  232 ++
 docs/examples.rst                      |   57 +
 docs/glossary.rst                      |   37 +
 docs/index.rst                         |   83 +
 docs/mixins.rst                        |  227 ++
 docs/releases.rst                      |   15 +
 docs/start.rst                         |  163 ++
 examples/commands.py                   |   22 +
 examples/connection.py                 |   30 +
 examples/pipeline.py                   |   50 +
 examples/pool.py                       |   24 +
 examples/pool_pubsub.py                |   71 +
 examples/pubsub.py                     |   37 +
 examples/pubsub2.py                    |   59 +
 examples/python_3.5_iscan.py           |   52 +
 examples/python_3.5_pool.py            |   33 +
 examples/scan.py                       |   28 +
 examples/transaction.py                |   26 +
 examples/transaction2.py               |   25 +
 tests/_testutil.old.py                 |  251 ++
 tests/coerced_keys_dict_test.py        |   55 +
 tests/conftest.py                      |  413 ++++
 tests/connection_commands_test.py      |   64 +
 tests/connection_test.py               |  367 +++
 tests/encode_command_test.py           |   55 +
 tests/generic_commands_test.py         |  602 +++++
 tests/hash_commands_test.py            |  432 ++++
 tests/hyperloglog_commands_test.py     |  102 +
 tests/list_commands_test.py            |  559 +++++
 tests/multi_exec_test.py               |   44 +
 tests/pool_test.py                     |  411 ++++
 tests/pubsub_commands_test.py          |  265 +++
 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_set_commands_test.py        |   49 +
 tests/py35_sorted_set_commands_test.py |   42 +
 tests/reconnect_test.py                |   40 +
 tests/scripting_commands_test.py       |  126 +
 tests/server_commands_test.py          |  184 ++
 tests/set_commands_test.py             |  435 ++++
 tests/sorted_set_commands_test.py      |  627 +++++
 tests/ssl_test.py                      |   32 +
 tests/string_commands_test.py          |  680 ++++++
 tests/task_cancellation_test.py        |   21 +
 tests/transaction_commands_test.py     |  241 ++
 61 files changed, 12295 insertions(+), 37 deletions(-)

diff --cc debian/.git-dpm
index 9830762,0000000..72a670a
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
- d3b97f11b3c84fc534593d55f596416a31ffc029
- d3b97f11b3c84fc534593d55f596416a31ffc029
- d3b97f11b3c84fc534593d55f596416a31ffc029
- d3b97f11b3c84fc534593d55f596416a31ffc029
- aioredis_0.2.8.orig.tar.gz
- ed0b96fc0831fb7095eea36594861929e68cccf1
- 29371
++691f91885156c05310613eb8780e1ae12777e5e9
++691f91885156c05310613eb8780e1ae12777e5e9
++691f91885156c05310613eb8780e1ae12777e5e9
++691f91885156c05310613eb8780e1ae12777e5e9
++aioredis_0.2.9.orig.tar.gz
++58c85cbaf22d6d6a1d5c9145ab9c450d902ce330
++88564
 +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