Up to [cvs.NetBSD.org] / pkgsrc / devel / py-kafka-python
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 26 10:18:37 2021 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 7 13:43:18 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.2 / (download) - annotate - [select for diffs], Tue Dec 4 12:54:01 2018 UTC (4 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
py-kafka-python: updated to 1.4.4 1.4.4: Bugfixes * (Attempt to) Fix deadlock between consumer and heartbeat * Fix Metrics dict memory leak Client * Support Kafka record headers * Set socket timeout for the write-side of wake socketpair * Add kerberos domain name config for gssapi sasl mechanism handshake * Support smaller topic metadata fetch during bootstrap * Use TypeError for invalid timeout type * Break poll if closed Admin Client * Add KafkaAdminClient class * Fix list_consumer_groups() to query all brokers * Stop using broker-errors for client-side problems * Fix send to controller * Add group coordinator lookup * Fix describe_groups * Add list_consumer_group_offsets() * Remove support for api versions as strings from KafkaAdminClient * Set a clear default value for validate_only/include_synonyms * Bugfix: Always set this_groups_coordinator_id Consumer * Fix linter warning on import of ConsumerRebalanceListener * Remove ConsumerTimeout * Return future from commit_offsets_async() Core / Protocol * Add protocol structs for {Describe,Create,Delete} Acls * Pre-compile pack/unpack function calls * Don't use kafka.common internally * Be explicit with tuples for %s formatting Documentation * Document connections_max_idle_ms * Fix sphinx url * Update remote urls: snappy, https, etc * Minor cleanup of testing doc * Various docstring / pep8 / code hygiene cleanups Test Infrastructure * Stop pinning pylint * (partial) Migrate from Unittest to pytest * Minor aesthetic cleanup of partitioner tests * Cleanup fixture imports * Fix typo in test file name * Remove unused ivy_root variable * Add test fixtures for kafka versions 1.0.2 -> 2.0.1 * Bump travis test for 1.x brokers to 1.1.1 Logging / Error Messages * raising logging level on messages signalling data loss * Stop using deprecated log.warn() * Fix typo in logging message Compatibility * Vendor enum34 * Bump vendored six to 1.11.0 * Vendor six consistently * Prevent pylint import errors on six.moves
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jul 10 01:16:37 2018 UTC (5 years, 2 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3
devel/py-kafka-python: Import version 1.4.3 Python client for the Apache Kafka distributed stream processing system. kafka-python is designed to function much like the official java client, with a sprinkling of pythonic interfaces (e.g., consumer iterators). This package replaces devel/py-kafka.