[Python-modules-commits] [python-confluent-kafka] 04/06: change version to 0.11.0-1 (UNRELEASED) New upstream version
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 commit to branch master
in repository python-confluent-kafka.
commit 525b7a059fc6a182256148e6f3698bcb23cc1d88
Merge: 77884c0 3f62efd
Author: Christos Trochalakis <ctrochalakis at debian.org>
Date: Tue Sep 12 17:20:26 2017 +0300
change version to 0.11.0-1 (UNRELEASED)
New upstream version
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 ++-
confluent_kafka/avro/error.py | 31 ++++++++
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 | 6 +-
debian/changelog | 6 ++
.../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 ++
27 files changed, 334 insertions(+), 201 deletions(-)
diff --cc debian/.git-dpm
index d0be32f,0000000..568852e
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- a366d365eb8bfa0a52f785000d61381762bca549
- a366d365eb8bfa0a52f785000d61381762bca549
- 8cc9a07a0b0cab90ab301153c2b0d3ae36add318
++3f62efdcb0ee447c4a6a1878ec53c8b88fe6a507
++3f62efdcb0ee447c4a6a1878ec53c8b88fe6a507
++fe76fbdcf9b80186f9a3e4daef5a50b7e8380d22
+fe76fbdcf9b80186f9a3e4daef5a50b7e8380d22
+python-confluent-kafka_0.11.0.orig.tar.gz
+44f9e0e3605e374096ad9d471b01383a59abcf41
+42233
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index 2f670fb,0000000..20932fb
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,33 -1,0 +1,39 @@@
++python-confluent-kafka (0.11.0-1) UNRELEASED; urgency=medium
++
++ * New upstream version
++
++ -- Christos Trochalakis <ctrochalakis at debian.org> Tue, 12 Sep 2017 17:20:26 +0300
++
+python-confluent-kafka (0.9.4-3) unstable; urgency=medium
+
+ * Properly Build-Depend on python*-all-dev (Closes: #867633)
+
+ -- Christos Trochalakis <ctrochalakis at debian.org> Sat, 08 Jul 2017 14:37:20 +0300
+
+python-confluent-kafka (0.9.4-2) unstable; urgency=medium
+
+ * Switch to debhelper 10.
+ * Bump Standards to 4.0.0, no changes needed.
+
+ -- Christos Trochalakis <ctrochalakis at debian.org> Wed, 28 Jun 2017 10:41:44 +0300
+
+python-confluent-kafka (0.9.4-1) experimental; urgency=medium
+
+ * New upstream release.
+ * Support for Avro Consumer & Producer.
+ * Bump librdkafka-dev dependency to 0.9.4 to pull-in new functionality.
+
+ -- Christos Trochalakis <ctrochalakis at debian.org> Thu, 09 Mar 2017 16:46:47 +0200
+
+python-confluent-kafka (0.9.2-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Enable hardening flags.
+
+ -- Christos Trochalakis <ctrochalakis at debian.org> Thu, 12 Jan 2017 15:17:10 +0200
+
+python-confluent-kafka (0.9.1.2-1) unstable; urgency=medium
+
+ * Initial release. (Closes: #836936)
+
+ -- Christos Trochalakis <yatiohi at ideopolis.gr> Fri, 23 Sep 2016 12:20:20 +0300
diff --cc debian/patches/0001-Switch-to-trove-classifiers.patch
index 53392f2,0000000..ee800d6
mode 100644,000000..100644
--- a/debian/patches/0001-Switch-to-trove-classifiers.patch
+++ b/debian/patches/0001-Switch-to-trove-classifiers.patch
@@@ -1,23 -1,0 +1,23 @@@
- From a366d365eb8bfa0a52f785000d61381762bca549 Mon Sep 17 00:00:00 2001
++From 3f62efdcb0ee447c4a6a1878ec53c8b88fe6a507 Mon Sep 17 00:00:00 2001
+From: Christos Trochalakis <yatiohi at ideopolis.gr>
+Date: Wed, 7 Sep 2016 12:04:59 +0300
+Subject: Switch to trove classifiers
+
+This avoids shipping a license file in the top directory.
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
- index df4ed88..7795953 100755
++index 5903bef..01bcfb1 100755
+--- a/setup.py
++++ b/setup.py
+@@ -22,7 +22,7 @@ setup(name='confluent-kafka',
+ url='https://github.com/confluentinc/confluent-kafka-python',
+ ext_modules=[module],
+ packages=find_packages(exclude=("tests",)),
- - data_files = [('', ['LICENSE'])],
++- data_files=[('', ['LICENSE'])],
++ classifiers=['License :: OSI Approved :: Apache Software License'],
+ extras_require={
+ 'avro': ['fastavro', 'requests', avro]
+ })
--
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