kazoo 1.2.1-1ubuntu4 source package in Ubuntu

Changelog

kazoo (1.2.1-1ubuntu4) trusty; urgency=low

  * Fix debian/patches/no-zope.patch even harder since it drops a needed
    import statement from kazoo/handlers/threading.py which causes multiple
    test failures due to tcp timeouts
 -- Scott Kitterman <email address hidden>   Sun, 13 Apr 2014 03:48:10 -0400

Upload details

Uploaded by:
Scott Kitterman
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
kazoo_1.2.1.orig.tar.gz 144.0 KiB b246dabc5dca41f71671cf807f468fa3cdf6626aca2784349c8e1b3cc3df3f20
kazoo_1.2.1-1ubuntu4.debian.tar.gz 6.9 KiB a5199bd8930d9982c31cbe06c155f367ef3387456ad9e2713c574ec89bc29d1f
kazoo_1.2.1-1ubuntu4.dsc 1.9 KiB 5d0511f628502036812677ad22abdeb8c8c2160eb72d1c3f1ce7e2071568326e

View changes file

Binary packages built by this source

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

No description available for python-kazoo in ubuntu utopic.

python-kazoo-doc: API to Apache Zookeeper for Python clients. - API documentation

 Kazoo features:
 .
  * Support for gevent 0.13 and gevent 1.0b
  * Unified asynchronous API for use with greenlets or threads
  * Lock, Party, Election, and Partitioner recipe implementations (more
    implementations are in development)
  * Data and Children Watchers
  * Integrated testing helpers for Zookeeper clusters
  * Simplified Zookeeper connection state tracking
  * 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 package contains the API documentation.