[Python-modules-commits] [aioredis] branch upstream updated (691f918 -> cf2e667)
Piotr Ożarowski
piotr at moszumanska.debian.org
Sat Jan 14 10:32:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
piotr pushed a change to branch upstream
in repository aioredis.
from 691f918 Import aioredis_0.2.9.orig.tar.gz
new cf2e667 Import aioredis_0.3.0.orig.tar.gz
The 1 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.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 +----
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 +-
61 files changed, 3113 insertions(+), 895 deletions(-)
create mode 100644 CONTRIBUTORS.txt
create mode 100644 aioredis/abc.py
create mode 100644 aioredis/commands/geo.py
create mode 100644 aioredis/pubsub.py
create mode 100644 docs/abc.rst
create mode 100644 docs/mpsc.rst
rename examples/{python_3.5_iscan.py => iscan.py} (100%)
rename examples/{python_3.5_pool.py => pool2.py} (86%)
copy examples/{ => py34}/commands.py (100%)
copy examples/{ => py34}/connection.py (100%)
copy examples/{ => py34}/pipeline.py (100%)
copy examples/{ => py34}/pool.py (100%)
copy examples/{ => py34}/pool_pubsub.py (100%)
copy examples/{ => py34}/pubsub.py (100%)
copy examples/{ => py34}/pubsub2.py (100%)
copy examples/{ => py34}/scan.py (100%)
copy examples/{ => py34}/transaction.py (99%)
copy examples/{ => py34}/transaction2.py (100%)
delete mode 100644 tests/_testutil.old.py
create mode 100644 tests/geo_commands_test.py
create mode 100644 tests/pubsub_receiver_test.py
--
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