[Python-modules-commits] [python-confluent-kafka] branch master updated (83931a1 -> b662baa)

Christos Trochalakis ctrochalakis at moszumanska.debian.org
Tue Mar 14 14:39:45 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  83931a1   Release 0.9.2-1
       new  7d0fdf0   record new upstream branch created by importing python-confluent-kafka_0.9.4.orig.tar.gz
       new  8cc9a07   Import python-confluent-kafka_0.9.4.orig.tar.gz
       new  a366d36   Switch to trove classifiers
       new  fce91e5   change version to 0.9.4-1 (UNRELEASED) New upstream version.
       new  0b51497   wrap-and-sort
       new  ec70d37   Support Avro Consumer & Producer
       new  e10d2f8   Bump librdkafka-dev dependency to pull-in new features
       new  b662baa   Release 0.9.4-1

The 8 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:
 PKG-INFO                                           |   2 +-
 README.md                                          |  59 +++-
 confluent_kafka.egg-info/PKG-INFO                  |   2 +-
 confluent_kafka.egg-info/SOURCES.txt               |  22 +-
 confluent_kafka.egg-info/requires.txt              |   6 +
 confluent_kafka.egg-info/top_level.txt             |   1 +
 confluent_kafka/__init__.py                        |  18 +-
 confluent_kafka/avro/__init__.py                   | 162 +++++++++
 .../avro/cached_schema_registry_client.py          | 314 ++++++++++++++++++
 confluent_kafka/avro/serializer/__init__.py        |  40 +++
 .../avro/serializer/message_serializer.py          | 212 ++++++++++++
 confluent_kafka/src/Consumer.c                     | 364 ++++++++++++++-------
 confluent_kafka/src/Producer.c                     | 222 +++++++++----
 confluent_kafka/src/confluent_kafka.c              | 258 +++++++++++----
 confluent_kafka/src/confluent_kafka.h              |  34 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   8 +
 debian/control                                     |  16 +-
 debian/copyright                                   |   2 -
 .../patches/0001-Switch-to-trove-classifiers.patch |  20 +-
 setup.py                                           |  16 +-
 tests/avro/__init__.py                             |   0
 tests/avro/data_gen.py                             | 101 ++++++
 tests/avro/mock_registry.py                        | 189 +++++++++++
 tests/avro/mock_schema_registry_client.py          | 149 +++++++++
 tests/avro/test_avro_producer.py                   |  84 +++++
 tests/avro/test_cached_client.py                   | 130 ++++++++
 tests/avro/test_message_serializer.py              |  79 +++++
 tests/avro/test_mock_client.py                     | 120 +++++++
 tests/avro/test_util.py                            |  37 +++
 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 ----
 38 files changed, 2390 insertions(+), 582 deletions(-)
 create mode 100644 confluent_kafka.egg-info/requires.txt
 create mode 100644 confluent_kafka/avro/__init__.py
 create mode 100644 confluent_kafka/avro/cached_schema_registry_client.py
 create mode 100644 confluent_kafka/avro/serializer/__init__.py
 create mode 100644 confluent_kafka/avro/serializer/message_serializer.py
 create mode 100644 tests/avro/__init__.py
 create mode 100644 tests/avro/data_gen.py
 create mode 100644 tests/avro/mock_registry.py
 create mode 100644 tests/avro/mock_schema_registry_client.py
 create mode 100644 tests/avro/test_avro_producer.py
 create mode 100644 tests/avro/test_cached_client.py
 create mode 100644 tests/avro/test_message_serializer.py
 create mode 100644 tests/avro/test_mock_client.py
 create mode 100644 tests/avro/test_util.py
 delete mode 100644 tests/test_Consumer.py
 delete mode 100644 tests/test_KafkaError.py
 delete mode 100644 tests/test_Producer.py
 delete mode 100644 tests/test_TopicPartition.py
 delete mode 100644 tests/test_docs.py
 delete mode 100644 tests/test_enums.py
 delete mode 100644 tests/test_misc.py
 delete 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