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 ! |
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 ! |
no intersphinx |
| remove multiple privacy breaches.patch | (download) |
README.rst |
11 0 + 11 - 0 ! |
remove multiple privacy breaches in docs |
| remove old lz4 test.patch | (download) |
test/test_codec.py |
10 0 + 10 - 0 ! |
remove old lz4 test |
| do not test with old lz4.patch | (download) |
test/record/test_legacy_records.py |
2 0 + 2 - 0 ! |
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 ! |
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 ! |
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 ! |
fix six imports |
