kazoo 2.6.1-3ubuntu1 source package in Ubuntu

Changelog

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

  * Merge with Debian; remaining changes:
    - Use python3 in the autopkg tests.

kazoo (2.6.1-3) unstable; urgency=medium

  * Removed one remaining Python 2 build-depends (Closes: #936782).

kazoo (2.6.1-2) unstable; urgency=medium

  * Removed Pyhton 2 support (Closes: #935432).

kazoo (2.6.1-1) unstable; urgency=medium

  [ Chuck Short ]
  * Add testsuite

  [ Ondřej Nový ]
  * d/control: Remove ancient X-Python-Version field.
  * d/control: Remove ancient X-Python3-Version field.
  * d/control: Remove XS-Testsuite field, not needed anymore.
  * Running wrap-and-sort -bast.
  * Use debhelper-compat instead of debian/compat.

  [ Thomas Goirand ]
  * New upstream release.

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

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

 -- Matthias Klose <email address hidden>  Fri, 17 Jan 2020 19:21:49 +0100

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-3ubuntu1.debian.tar.xz 4.2 KiB fc0fb6089376d4e2110a1c3c975259e5ea89f06a1522a3342403eb6c3c840c2c
kazoo_2.6.1-3ubuntu1.dsc 2.2 KiB 7b813cae3e7c7c9e65fa6484e0f80b249c72cc1066522e4dc71bb98cc355c07f

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.