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

Piotr Ożarowski piotr at moszumanska.debian.org
Sat Jan 14 10:32:04 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 f7cdb86532b77090500d405420a8f558acd4b70c
Merge: 0af6fea cf2e667
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Sat Jan 14 11:27:42 2017 +0100

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

 CHANGES.txt                                |  39 ++
 CONTRIBUTORS.txt                           |  23 +
 MANIFEST.in                                |   3 +-
 PKG-INFO                                   |  85 ++-
 README.rst                                 |  44 +-
 aioredis.egg-info/PKG-INFO                 |  85 ++-
 aioredis.egg-info/SOURCES.txt              |  23 +-
 aioredis/__init__.py                       |  11 +-
 aioredis/abc.py                            | 162 +++++
 aioredis/commands/__init__.py              |  10 +-
 aioredis/commands/generic.py               |   2 +-
 aioredis/commands/geo.py                   | 188 ++++++
 aioredis/commands/hash.py                  |  10 +-
 aioredis/commands/pubsub.py                |  14 +-
 aioredis/commands/transaction.py           |  40 +-
 aioredis/connection.py                     |  43 +-
 aioredis/pubsub.py                         | 392 ++++++++++++
 aioredis/util.py                           | 161 +----
 debian/.git-dpm                            |  14 +-
 docs/_build/man/aioredis.1                 | 979 +++++++++++++++++++++++++----
 docs/abc.rst                               |  20 +
 docs/api_reference.rst                     |  77 ++-
 docs/examples.rst                          |  69 +-
 docs/index.rst                             |   4 +-
 docs/mixins.rst                            |  11 +
 docs/mpsc.rst                              |  21 +
 docs/start.rst                             |  78 ++-
 examples/commands.py                       |  12 +-
 examples/connection.py                     |  11 +-
 examples/{python_3.5_iscan.py => iscan.py} |   0
 examples/pipeline.py                       |  34 +-
 examples/pool.py                           |  13 +-
 examples/{python_3.5_pool.py => pool2.py}  |   4 +-
 examples/pool_pubsub.py                    |  45 +-
 examples/pubsub.py                         |  24 +-
 examples/pubsub2.py                        |  37 +-
 examples/{ => py34}/commands.py            |   0
 examples/{ => py34}/connection.py          |   0
 examples/{ => py34}/pipeline.py            |   0
 examples/{ => py34}/pool.py                |   0
 examples/{ => py34}/pool_pubsub.py         |   0
 examples/{ => py34}/pubsub.py              |   0
 examples/{ => py34}/pubsub2.py             |   0
 examples/{ => py34}/scan.py                |   0
 examples/{ => py34}/transaction.py         |   1 +
 examples/{ => py34}/transaction2.py        |   0
 examples/scan.py                           |  11 +-
 examples/transaction.py                    |  15 +-
 examples/transaction2.py                   |  14 +-
 setup.cfg                                  |   2 +-
 tests/_testutil.old.py                     | 251 --------
 tests/conftest.py                          |  52 +-
 tests/connection_commands_test.py          |   3 +
 tests/connection_test.py                   |  54 +-
 tests/generic_commands_test.py             |   4 +-
 tests/geo_commands_test.py                 | 508 +++++++++++++++
 tests/multi_exec_test.py                   |   4 +-
 tests/pool_test.py                         |  11 +-
 tests/pubsub_commands_test.py              |  15 +-
 tests/pubsub_receiver_test.py              | 275 ++++++++
 tests/server_commands_test.py              |   4 +
 tests/string_commands_test.py              |  10 +-
 62 files changed, 3120 insertions(+), 902 deletions(-)

diff --cc debian/.git-dpm
index 72a670a,0000000..fe23372
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
- 691f91885156c05310613eb8780e1ae12777e5e9
- 691f91885156c05310613eb8780e1ae12777e5e9
- 691f91885156c05310613eb8780e1ae12777e5e9
- 691f91885156c05310613eb8780e1ae12777e5e9
- aioredis_0.2.9.orig.tar.gz
- 58c85cbaf22d6d6a1d5c9145ab9c450d902ce330
- 88564
++cf2e667143a252f95cd22e403e7f0c0f9982d43b
++cf2e667143a252f95cd22e403e7f0c0f9982d43b
++cf2e667143a252f95cd22e403e7f0c0f9982d43b
++cf2e667143a252f95cd22e403e7f0c0f9982d43b
++aioredis_0.3.0.orig.tar.gz
++fc1ce70b28e12b36ca353146b616ec8b5e6b8f4c
++99515
 +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