[Python-modules-commits] [python-confluent-kafka] 04/08: change version to 0.9.4-1 (UNRELEASED) New upstream version.

Christos Trochalakis ctrochalakis at moszumanska.debian.org
Tue Mar 14 14:39:46 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 fce91e5b8a96f22c0913c982b68b5d31dcd79c09
Merge: 7d0fdf0 a366d36
Author: Christos Trochalakis <yatiohi at ideopolis.gr>
Date:   Thu Mar 9 16:02:11 2017 +0200

    change version to 0.9.4-1 (UNRELEASED)
    New upstream version.

 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                                    |   6 +-
 debian/changelog                                   |   6 +
 .../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 ----
 36 files changed, 2373 insertions(+), 571 deletions(-)

diff --cc debian/.git-dpm
index d1ea68b,0000000..fc90d1e
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
- 7d4f3ad05e8d0c3447426adffe7e9d63baf4db33
- 7d4f3ad05e8d0c3447426adffe7e9d63baf4db33
- bd39861dc7688213d0d92f04020ccc777f2a5434
++a366d365eb8bfa0a52f785000d61381762bca549
++a366d365eb8bfa0a52f785000d61381762bca549
++8cc9a07a0b0cab90ab301153c2b0d3ae36add318
 +8cc9a07a0b0cab90ab301153c2b0d3ae36add318
 +python-confluent-kafka_0.9.4.orig.tar.gz
 +e94ac97abb988987aa167033117add57e5f88d42
 +40776
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index fe3ff15,0000000..bcafc38
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,12 -1,0 +1,18 @@@
++python-confluent-kafka (0.9.4-1) UNRELEASED; urgency=medium
++
++  * New upstream version.
++
++ -- Christos Trochalakis <ctrochalakis at debian.org>  Thu, 09 Mar 2017 16:02:11 +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 760ecc1,0000000..53392f2
mode 100644,000000..100644
--- a/debian/patches/0001-Switch-to-trove-classifiers.patch
+++ b/debian/patches/0001-Switch-to-trove-classifiers.patch
@@@ -1,21 -1,0 +1,23 @@@
- From 7d4f3ad05e8d0c3447426adffe7e9d63baf4db33 Mon Sep 17 00:00:00 2001
++From a366d365eb8bfa0a52f785000d61381762bca549 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 | 3 ++-
-  1 file changed, 2 insertions(+), 1 deletion(-)
++ setup.py | 2 +-
++ 1 file changed, 1 insertion(+), 1 deletion(-)
 +
 +diff --git a/setup.py b/setup.py
- index c1e0d9c..c2d48b2 100755
++index df4ed88..7795953 100755
 +--- a/setup.py
 ++++ b/setup.py
- @@ -18,4 +18,5 @@ setup(name='confluent-kafka',
++@@ -22,7 +22,7 @@ setup(name='confluent-kafka',
 +       url='https://github.com/confluentinc/confluent-kafka-python',
 +       ext_modules=[module],
-        packages=find_packages(),
- -      data_files = [('', ['LICENSE'])])
- +      classifiers=['License :: OSI Approved :: Apache Software License']
- +)
++       packages=find_packages(exclude=("tests",)),
++-      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