kazoo 2.9.0-2 source package in Ubuntu

Changelog

kazoo (2.9.0-2) unstable; urgency=medium

  * Drop python3-nose from build-depends (Closes: #1018384).

 -- Thomas Goirand <email address hidden>  Fri, 11 Aug 2023 14:02:10 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kazoo_2.9.0-2.dsc 2.2 KiB edfe7a788d2413ca80753af41bed5e1ccfde678bf9daba14490dce180fbb8b2f
kazoo_2.9.0.orig.tar.xz 116.5 KiB 670c902c0f0fe1e6d4de253aab3067007b2f8c68535e54683d56e2f410dcb06a
kazoo_2.9.0-2.debian.tar.xz 4.3 KiB 5b8fbaaccfb51b838a99ab72b8a63e11c6c056dca82b6e55b1f9e070e9bd164e

Available diffs

No changes file available.

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.