[Python-modules-commits] [python-confluent-kafka] branch upstream updated (ab89e71 -> bd39861)

Christos Trochalakis ctrochalakis at moszumanska.debian.org
Wed Jan 18 08:16:42 UTC 2017


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

ctrochalakis pushed a change to branch upstream
in repository python-confluent-kafka.

      from  ab89e71   New upstream version 0.9.1.2
      adds  bd39861   Import python-confluent-kafka_0.9.2.orig.tar.gz

No new revisions were added by this update.

Summary of changes:
 PKG-INFO                              |   2 +-
 README.md                             |  35 ++++++-
 confluent_kafka.egg-info/PKG-INFO     |   2 +-
 confluent_kafka.egg-info/SOURCES.txt  |  10 +-
 confluent_kafka/src/Consumer.c        | 169 +++++++++++++++++++--------------
 confluent_kafka/src/Producer.c        | 111 +++++++++++-----------
 confluent_kafka/src/confluent_kafka.c | 173 +++++++++++++++++++++++++++++-----
 confluent_kafka/src/confluent_kafka.h | 124 +++++++++++++++++-------
 setup.py                              |   2 +-
 tests/test_Consumer.py                |  62 ++++++++++++
 tests/test_KafkaError.py              |  30 ++++++
 tests/test_Producer.py                |  38 ++++++++
 tests/test_TopicPartition.py          |  38 ++++++++
 tests/test_docs.py                    |  29 ++++++
 tests/test_enums.py                   |   9 ++
 tests/test_misc.py                    |  16 ++++
 tests/test_threads.py                 |  69 ++++++++++++++
 17 files changed, 725 insertions(+), 194 deletions(-)
 create mode 100644 tests/test_Consumer.py
 create mode 100644 tests/test_KafkaError.py
 create mode 100644 tests/test_Producer.py
 create mode 100644 tests/test_TopicPartition.py
 create mode 100644 tests/test_docs.py
 create mode 100644 tests/test_enums.py
 create mode 100644 tests/test_misc.py
 create mode 100644 tests/test_threads.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-confluent-kafka.git



More information about the Python-modules-commits mailing list