kazoo 2.5.0-1ubuntu1 source package in Ubuntu

Changelog

kazoo (2.5.0-1ubuntu1) disco; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Add autopkgtest.

kazoo (2.5.0-1) unstable; urgency=medium

  [ Michal Arbet ]
  * New upstream version

  [ Ondřej Nový ]
  * d/control: Use <email address hidden> as maintainer

 -- Gianfranco Costamagna <email address hidden>  Mon, 17 Dec 2018 10:12:49 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kazoo_2.5.0.orig.tar.gz 125.2 KiB 09886258c1c2bc0af5b8fb798f5b880b839b8bdbafe9d990b366d03090c8df2e
kazoo_2.5.0-1ubuntu1.debian.tar.xz 4.7 KiB ad73c25865e3355609a5ad3b330555ea0887df78e8acc53c6da298f5cac6958e
kazoo_2.5.0-1ubuntu1.dsc 2.4 KiB 6ed6a65592a86937fb540361ad5b58791207c5ca84ea3913c2862ee0e4373a67

Available diffs

View changes file

Binary packages built by this source

python-kazoo: No summary available for python-kazoo in ubuntu focal.

No description available for python-kazoo in ubuntu focal.

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.