Package Release Info

python-zake-0.2.2-bp151.3.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-zake
python3-zake

Change Logs

Version: 0.2.2-bp150.1.3
* Tue Aug 22 2017 tbechtold@suse.com
- convert to singlespec
* Tue Nov 15 2016 dmueller@suse.com
- update to 0.2.2
* Thu May 14 2015 benoit.monin@gmx.fr
- update to version 0.2.1:
  * Remove testtools as an install requirement
  * Changed attribute name "_child_watches" to "_child_watchers"
  * Update run_zookeeper.sh
- add runtime dependencies (python-kazoo, python-six) as build
  dependencies to ensure their availability
- remove python-testtools from runtime dependencies
- add test dependencies python-nose and python-testtools
- run the tests during build with nosetests
* Thu Feb 26 2015 tbechtold@suse.com
- update to version 0.2.0:
  * Allow FORCE=yes override
  * Update run_zookeeper.sh
  * Release 0.2.0
  * Ensure kill command is sent as byte string
  * Result from command() should be regular string, not bytes
  * Ensure commands are always byte strings
  * Release 0.1.8
  * Add basic envi command support
  * Release 0.1.7
  * Merge pull request #12 from kennethmyers/master
  * Changed attribute name "_data_watches" to "_data_watchers".
  * Unify the exception messaging for no node found
* Sat Feb 21 2015 dmueller@suse.com
- add dependency on testtools (which is needed during runtime)
* Tue Sep 16 2014 dmueller@suse.com
- update to 0.1.6:
  * Support for multi-client storage
  * Bugfixes
* Tue Jun 24 2014 dmueller@suse.com
- update to 0.0.20:
  * Added testsuite
  * Use concurrent.future for greater good
* Wed Apr 02 2014 speilicke@suse.com
- Initial version