[Python-modules-commits] [python-pika] 01/15: record new upstream branch created by importing python-pika_0.10.0.orig.tar.gz and merge it
Jan Dittberner
jandd at moszumanska.debian.org
Wed Dec 30 13:39:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
jandd pushed a commit to branch master
in repository python-pika.
commit 8213095fb7b4d9474ae4aa6d3141379141fcb0f1
Merge: 507d964 02aaec8
Author: Jan Dittberner <jandd at debian.org>
Date: Wed Dec 30 14:13:34 2015 +0100
record new upstream branch created by importing python-pika_0.10.0.orig.tar.gz and merge it
.checkignore | 5 +
.codeclimate.yml | 8 +
.travis.yml | 22 +-
CHANGELOG.rst | 591 ++++
LICENSE | 362 +--
README.rst | 42 +-
debian/.git-dpm | 14 +-
docs/conf.py | 11 +-
docs/contributors.rst | 144 +-
docs/examples/asynchronous_consumer_example.rst | 160 +-
docs/examples/asynchronous_publisher_example.rst | 167 +-
docs/examples/blocking_publish_mandatory.rst | 3 +
docs/faq.rst | 12 -
docs/index.rst | 21 +-
docs/intro.rst | 2 -
docs/modules/adapters/asyncore.rst | 6 -
docs/modules/adapters/index.rst | 1 -
docs/version_history.rst | 369 +++
examples/twisted_service.py | 208 ++
pika/__init__.py | 5 +-
pika/adapters/__init__.py | 5 -
pika/adapters/asyncore_connection.py | 156 -
pika/adapters/base_connection.py | 212 +-
pika/adapters/blocking_connection.py | 3105 ++++++++++++++------
pika/adapters/libev_connection.py | 50 +-
pika/adapters/select_connection.py | 673 +++--
pika/adapters/tornado_connection.py | 14 +-
pika/adapters/twisted_connection.py | 35 +-
pika/callback.py | 82 +-
pika/channel.py | 369 ++-
pika/compat.py | 105 +
pika/connection.py | 234 +-
pika/credentials.py | 13 +-
pika/data.py | 168 +-
pika/exceptions.py | 103 +-
pika/frame.py | 26 +-
pika/heartbeat.py | 1 +
pika/spec.py | 1008 ++-----
setup.cfg | 2 +
setup.py | 21 +-
test-requirements.pip => test-requirements.txt | 2 +-
...ado_adapter_tests.py => async_adapter_tests.py} | 179 +-
tests/acceptance/async_test_base.py | 102 +-
tests/acceptance/asyncore_adapter_tests.py | 355 ---
tests/acceptance/blocking_adapter_test.py | 2298 +++++++++++++++
tests/acceptance/forward_server.py | 532 ++++
tests/acceptance/libev_adapter_tests.py | 382 ---
tests/acceptance/select_adapter_tests.py | 355 ---
tests/unit/amqp_object_tests.py | 9 +-
tests/unit/base_connection_tests.py | 14 +-
tests/unit/blocking_channel_tests.py | 47 +-
tests/unit/blocking_connection_tests.py | 206 ++
tests/unit/callback_tests.py | 116 +-
tests/unit/channel_tests.py | 370 +--
tests/unit/connection_tests.py | 109 +-
tests/unit/connection_timeout_tests.py | 16 +-
tests/unit/content_frame_dispatcher_tests.py | 49 +-
tests/unit/credentials_tests.py | 15 +-
tests/unit/data_tests.py | 63 +-
tests/unit/exceptions_test.py | 7 +-
tests/unit/frame_tests.py | 35 +-
tests/unit/heartbeat_tests.py | 21 +-
tests/unit/parameter_tests.py | 26 +-
tests/unit/select_connection_ioloop_tests.py | 290 ++
tests/unit/tornado_tests.py | 5 +-
tox.ini | 15 -
utils/codegen.py | 102 +-
67 files changed, 9356 insertions(+), 4899 deletions(-)
diff --cc debian/.git-dpm
index db582f5,0000000..87bfc85
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
- 9400754e4b8438715df30820f508ce4f32b6faa8
- 9400754e4b8438715df30820f508ce4f32b6faa8
- 9400754e4b8438715df30820f508ce4f32b6faa8
- 9400754e4b8438715df30820f508ce4f32b6faa8
- python-pika_0.9.14.orig.tar.gz
- 1fe7e8b81c01966f59a3b2a835320de468cf69f0
- 127431
++02aaec8506024857a5c0e715b122cbe0ecb78982
++02aaec8506024857a5c0e715b122cbe0ecb78982
++02aaec8506024857a5c0e715b122cbe0ecb78982
++02aaec8506024857a5c0e715b122cbe0ecb78982
++python-pika_0.10.0.orig.tar.gz
++a18c032bf7d2b47c6aaa0b17d6ec02c66b2d95a9
++178327
+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-pika.git
More information about the Python-modules-commits
mailing list