[Python-modules-commits] [python-confluent-kafka] branch master updated (bb02365 -> 20e3c40)
Christos Trochalakis
ctrochalakis at moszumanska.debian.org
Thu Sep 14 07:32:56 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 bb02365 Release 0.9.4-3
new 77884c0 record new upstream branch created by importing python-confluent-kafka_0.11.0.orig.tar.gz
new fe76fbd Import python-confluent-kafka_0.11.0.orig.tar.gz
new 3f62efd Switch to trove classifiers
new 525b7a0 change version to 0.11.0-1 (UNRELEASED) New upstream version
new 1cd5569 Bump Standards-Version to 4.1.0, no changes needed
new 20e3c40 Release 0.11.0-1
The 6 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 | 48 ++++++++++---
confluent_kafka.egg-info/PKG-INFO | 2 +-
confluent_kafka.egg-info/SOURCES.txt | 2 +
confluent_kafka.egg-info/requires.txt | 3 +-
confluent_kafka/__init__.py | 2 +-
confluent_kafka/avro/__init__.py | 84 ++++++----------------
.../avro/cached_schema_registry_client.py | 8 ++-
.../avro/{serializer/__init__.py => error.py} | 29 +++-----
confluent_kafka/avro/load.py | 47 ++++++++++++
.../avro/serializer/message_serializer.py | 22 +++---
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 | 4 +-
confluent_kafka/src/Producer.c | 16 +++--
confluent_kafka/src/confluent_kafka.c | 69 ++++++++++++------
confluent_kafka/src/confluent_kafka.h | 6 +-
debian/.git-dpm | 14 ++--
debian/changelog | 7 ++
debian/control | 2 +-
.../patches/0001-Switch-to-trove-classifiers.patch | 6 +-
setup.cfg | 1 -
setup.py | 10 +--
tests/avro/data_gen.py | 8 +--
tests/avro/mock_registry.py | 13 ++--
tests/avro/test_avro_producer.py | 23 +++++-
tests/avro/test_message_serializer.py | 5 ++
28 files changed, 319 insertions(+), 225 deletions(-)
copy confluent_kafka/avro/{serializer/__init__.py => error.py} (55%)
create mode 100644 confluent_kafka/avro/load.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