File python-oslo.service.changes of Package python-oslo.service
-------------------------------------------------------------------
Fri Feb 19 15:23:25 UTC 2016 - tbechtold@suse.com
- update to 0.9.1:
* Fix race condition on handling signals
* Fix a race condition in signal handlers
* Updated from global requirements
* ThreadGroup's stop didn't recognise the current thread correctly
* doing monkey_patch for unittest
* Updated from global requirements
* Update .gitreview for stable/liberty
-------------------------------------------------------------------
Thu Sep 3 19:33:04 UTC 2015 - tbechtold@suse.com
- update to 0.9.0:
* Handling corner cases in dynamic looping call
* Change DEBUG log in loopingcall to TRACE level log
* Updated from global requirements
* Added wsgi functionality
- Adjust Requires according to requirements.txt
-------------------------------------------------------------------
Fri Aug 21 11:52:51 UTC 2015 - tbechtold@suse.com
- update to 0.7.0:
* Updated from global requirements
* Update "Signal handling" section of usage docs
* Use oslo_utils reflection to get 'f' callable name
* Updated from global requirements
* Prefix the 'safe_wrapper' function to be '_safe_wrapper'
* Setup translations
* Check that sighup is supported before accessing signal.SIGHUP
* Use contextlib.closing instead of try ... finally: sock.close
* Avoid using the global lockutils semaphore collection
* Updated from global requirements
* Added newline at end of file
* Added class SignalHandler
* Updated from global requirements
* Activate pep8 check that _ is imported
* Denote what happens when no exceptions are passed in
* Allow LoopingCall to continue on exception in callee
- adjust Requires according to requirements.txt
-------------------------------------------------------------------
Wed Jul 29 10:44:00 UTC 2015 - tbechtold@suse.com
- Unify spec file. Use fedora compatible files macros
-------------------------------------------------------------------
Tue Jul 28 12:42:16 UTC 2015 - tbechtold@suse.com
- update to 0.5.0:
* Updated from global requirements
* Add oslo_debug_helper to tox.ini
* Add usage documentation for oslo_service.service module
- update Requires according to requirements.txt
-------------------------------------------------------------------
Mon Jul 20 21:57:55 UTC 2015 - dmueller@suse.com
- update to 0.4.0:
* Updated from global requirements
* Move backdoor-related tests from test_service
* Add mock to test_requirements
* Remove usage of mox in test_eventlet_backdoor
* Copy RetryDecorator from oslo.vmware
* Increase test coverage of systemd
* Ensure we set the event and wait on the timer in the test
* Make it easier to use the eventlet backdoor locally
* Track created thread and disallow more than one start being active
* Documentation on the use of the oslo-config-generator
* Add greenlet to requirements
* Add tox target to find missing requirements
* Enforce H405 check
* Enforce H301 check
* Return timer after adding it to internal list
* Updated from global requirements
* Have all the looping calls share a common run loop
* Move service abstract base class check to launch_service methods
* Fix a typo in a comment
* Updated from global requirements
* Use a signal name->sigval and sigval->signal name mapping
-------------------------------------------------------------------
Wed Jun 17 19:46:47 UTC 2015 - tbechtold@suse.com
- Initial packaging