kazoo 2.6.1-4ubuntu1 source package in Ubuntu

Changelog

kazoo (2.6.1-4ubuntu1) focal; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - export ZOOKEEPER_VERSION="3.4.13" in the autopkgtest
    - Add test dependency on python3-objgraph

kazoo (2.6.1-4) unstable; urgency=medium

  [ Ondřej Nový ]
  * Run wrap-and-sort -bastk.

  [ Thomas Goirand ]
  * Fix autopkgtest to use Python 3 only (Closes: #936782).

 -- Gianfranco Costamagna <email address hidden>  Tue, 21 Jan 2020 08:59:11 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Focal
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kazoo_2.6.1.orig.tar.xz 107.9 KiB f5db7f3f3e22def3644d4e4f34ea6de1e4d973c3395898acde502737ade696e1
kazoo_2.6.1-4ubuntu1.debian.tar.xz 4.3 KiB cc4b9ed5fd424482f16bfcbb6712bd5ea2ada26b887096b23cabe0e49a559a16
kazoo_2.6.1-4ubuntu1.dsc 2.2 KiB 7909d2b59b9384dc09db9eb64b855a5ef3287443d1ec1a459dacc42992cdde01

Available diffs

View changes file

Binary packages built by this source

python3-kazoo: higher level API to Apache Zookeeper (Python 3)

 Kazoo features:
 .
  * A wide range of recipe implementations, like Lock, Election or Queue
  * Data and Children Watchers
  * Simplified Zookeeper connection state tracking
  * Unified asynchronous API for use with greenlets or threads
  * Support for gevent 0.13 and gevent 1.0
  * Support for Zookeeper 3.3 and 3.4 servers
  * Integrated testing helpers for Zookeeper clusters
  * Pure-Python based implementation of the wire protocol, avoiding all the
    memory leaks, lacking features, and debugging madness of the C library
 .
 Kazoo is heavily inspired by Netflix Curator simplifications and helpers.
 .
 This is the Python 3 version of the package.