Package: python-kafka / 2.0.2-10

Metadata

Package Version Patches format
python-kafka 2.0.2-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
do not use sphinxcontrib.napoleon theme.patch | (download)

docs/conf.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 do not use the sphinxcontrib.napoleon sphinx theme
 This theme isn't available in Debian (yet), and I don't have the time to
 package it, so for now, I'm just disabling the use of it.
no intersphinx.patch | (download)

docs/conf.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 no intersphinx
remove multiple privacy breaches.patch | (download)

README.rst | 11 0 + 11 - 0 !
docs/compatibility.rst | 5 0 + 5 - 0 !
docs/index.rst | 11 0 + 11 - 0 !
docs/license.rst | 3 0 + 3 - 0 !
docs/tests.rst | 5 0 + 5 - 0 !
5 files changed, 35 deletions(-)

 remove multiple privacy breaches in docs
remove old lz4 test.patch | (download)

test/test_codec.py | 10 0 + 10 - 0 !
1 file changed, 10 deletions(-)

 remove old lz4 test
do not test with old lz4.patch | (download)

test/record/test_legacy_records.py | 2 0 + 2 - 0 !
test/record/test_records.py | 67 0 + 67 - 0 !
test/record/test_util.py | 27 0 + 27 - 0 !
3 files changed, 96 deletions(-)

 do not test with old lz4
 These tests are failing. In the context of modern Sid/Buster, we probably
 don't really care testing legacy stuff.
skip integration test.patch | (download)

test/test_consumer_integration.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 do not test integration
 This test is failing as his setup is trying to run kafka-server locally :
     INFO:test.service: /<<PKGBUILDDIR>>/servers/0.11.0.2/kafka-bin/bin/kafka-run-class.sh
     FileNotFoundError: [Errno 2] No such file or directory: '/<<PKGBUILDDIR>>/servers/0.11.0.2/kafka-bin/bin/kafka-run-class.sh'
 This patch is adding pytest decorator to skip
 this test.
Fixes ypeError_Population_must_be_a_sequence.patch | (download)

test/test_assignors.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixes "typeerror: population must be a sequence." using random.sample()
Bug-Debian: https://bugs.debian.org/1026497
fix using six.patch | (download)

kafka/codec.py | 4 2 + 2 - 0 !
test/fixtures.py | 4 2 + 2 - 0 !
test/test_assignors.py | 2 1 + 1 - 0 !
test/test_codec.py | 2 1 + 1 - 0 !
test/test_consumer_group.py | 2 1 + 1 - 0 !
test/test_consumer_integration.py | 2 1 + 1 - 0 !
6 files changed, 8 insertions(+), 8 deletions(-)

 fix six imports