kazoo 2.6.1-3build1 source package in Ubuntu

Changelog

kazoo (2.6.1-3build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:52:11 +0000

Upload details

Uploaded by:
Matthias Klose
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-3build1.debian.tar.xz 4.1 KiB c6e92bd9354acab98fe262630711cbd674f53ebc0d407ef119149cc60dea2330
kazoo_2.6.1-3build1.dsc 2.2 KiB 3891468e757b6d3b36558f4aa9323f2f7e484f7de2ba5657344dfd43ded11214

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.