AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Skip one randomly failing test
- Cleanup to match up requirements and pass tests
- singlespec auto-conversion
- convert to singlespec
- update to 0.2.2
- 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
- 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
- add dependency on testtools (which is needed during runtime)
- update to 0.1.6: * Support for multi-client storage * Bugfixes
- update to 0.0.20: * Added testsuite * Use concurrent.future for greater good
- Initial version