Changelog for
python-tooz-0.4-3.4.x86_64.rpm :
Sat Feb 21 13:00:00 2015 dmuellerAATTsuse.com
- remove zake backend (only needed for unit testing)
Fri Oct 3 14:00:00 2014 iartarisiAATTsuse.com
- Add python-sysv_ipc requirement from requirements.txt file
Tue Sep 30 14:00:00 2014 dmuellerAATTsuse.com
- update to 0.4:
* Standardize the async result subclasses
* Fix the comment which was borrowed from the IPC driver
* Be more tolerant of unicode exceptions
* Standardize on the same lock acquire method definition
* Standardize on hiding the lock implementation
* On lock removal validate that they key was actually deleted
* Use a thread safe deque instead of a queue
* Change inline docs about class fake storage variable
* LOG a warning if the heartbeat can not be validated
* Add doc8 to the py27 test running
* Use the more reliable sysv_ipc instead of posix_ipc+lockutils
* Only start zookeeper/memcached when not already running
* Let zake act as a in-memory fully functional driver
* Switch to a custom NotImplemented error
* Ensure lock list isn\'t mutated while iterating
* Move Zake driver code to separated Python module
* Work toward Python 3.4 support and testing
* Unlock the kazoo version
* Bump up zake to be using the newer 0.1 or greater
* Fix zake driver with latest release
* memcached: switch leader election implementation to a lock
* Add the generation of the documentation in tox.ini
* Add coverage report
- fix package requires
Wed Sep 3 14:00:00 2014 dmuellerAATTsuse.com
- update to 0.3:
* Switch to URL for loading backends
* Import network_utils from Oslo
* coordination: add IPC driver
* coordination: raise NotImplementedError as default
* Add documentation
* Upgrade hacking requirement
* memcached: use retrying rather than sleeping
* Use retrying instead of our custom code
* Update requirements file matching global requ
* memcached: implement leader election
* Fix a race condition in one of the test
Sun Jun 1 14:00:00 2014 thomasbechtoldAATTjpberlin.de
- Initial version.