[Python-modules-commits] [python-confluent-kafka] branch upstream updated (bd39861 -> fe76fbd)
Christos Trochalakis
ctrochalakis at moszumanska.debian.org
Thu Sep 14 07:32:59 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 bd39861 Import python-confluent-kafka_0.9.2.orig.tar.gz
adds 8cc9a07 Import python-confluent-kafka_0.9.4.orig.tar.gz
new fe76fbd Import python-confluent-kafka_0.11.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:
PKG-INFO | 2 +-
README.md | 105 +++++-
confluent_kafka.egg-info/PKG-INFO | 2 +-
confluent_kafka.egg-info/SOURCES.txt | 24 +-
confluent_kafka.egg-info/requires.txt | 5 +
confluent_kafka.egg-info/top_level.txt | 1 +
confluent_kafka/__init__.py | 18 +-
confluent_kafka/avro/__init__.py | 120 +++++++
.../avro/cached_schema_registry_client.py | 316 ++++++++++++++++++
confluent_kafka/avro/error.py | 31 ++
confluent_kafka/avro/load.py | 47 +++
confluent_kafka/avro/serializer/__init__.py | 40 +++
.../avro/serializer/message_serializer.py | 216 ++++++++++++
confluent_kafka/kafkatest/verifiable_client.py | 26 +-
confluent_kafka/kafkatest/verifiable_consumer.py | 59 ++--
confluent_kafka/kafkatest/verifiable_producer.py | 26 +-
confluent_kafka/src/Consumer.c | 366 ++++++++++++++-------
confluent_kafka/src/Producer.c | 232 +++++++++----
confluent_kafka/src/confluent_kafka.c | 325 +++++++++++++-----
confluent_kafka/src/confluent_kafka.h | 40 ++-
setup.cfg | 1 -
setup.py | 23 +-
tests/avro/__init__.py | 0
tests/avro/data_gen.py | 101 ++++++
tests/avro/mock_registry.py | 190 +++++++++++
tests/avro/mock_schema_registry_client.py | 149 +++++++++
tests/avro/test_avro_producer.py | 103 ++++++
tests/avro/test_cached_client.py | 130 ++++++++
tests/avro/test_message_serializer.py | 84 +++++
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 ----
39 files changed, 2576 insertions(+), 654 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/error.py
create mode 100644 confluent_kafka/avro/load.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