[Python-modules-commits] [python-confluent-kafka] branch master	updated (0967d61 -> 83931a1)
    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 master
in repository python-confluent-kafka.
      from  0967d61   Change my email
      adds  d291e7c   record new upstream branch created by importing python-confluent-kafka_0.9.2.orig.tar.gz
      adds  bd39861   Import python-confluent-kafka_0.9.2.orig.tar.gz
      adds  7d4f3ad   Switch to trove classifiers
      adds  d423235   merge patched into master
      adds  2615a19   Enable hardening flags
      adds  83931a1   Release 0.9.2-1
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 ++++++++++-----
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   7 +
 .../patches/0001-Switch-to-trove-classifiers.patch |   6 +-
 debian/rules                                       |   4 +-
 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 ++++++++
 21 files changed, 745 insertions(+), 205 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