Accepting request 353052 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/353052 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-futurist?expand=0&rev=3
This commit is contained in:
parent
6764b829f3
commit
9b6218f76b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1494618fc0307834c27493c5dbed2c94f809933933d726ab0c67473ccb1cc5e
|
||||
size 27874
|
3
futurist-0.9.0.tar.gz
Normal file
3
futurist-0.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83b72855e000baebf3172513dedab3305df723e1be36e4b4d5fa129b34fff077
|
||||
size 29466
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 11 09:03:28 UTC 2016 - bwiedemann@suse.com
|
||||
|
||||
- Update to version 0.9.0
|
||||
* Allow for providing different run work sync functions
|
||||
* Have the executor stats object repr look like the watcher repr
|
||||
* Add useful watcher '__repr__' function
|
||||
* Some minor refactoring and comment/note addition
|
||||
* No need for Oslo Incubator Sync
|
||||
* Move most of green helper classes -> '_green.py'
|
||||
* Add 'enabled' parameter to @periodic decorator
|
||||
* Remove green worker reference to its executor
|
||||
* Change ignore-errors to ignore_errors
|
||||
* Activate pep8 check that _ is imported
|
||||
* Handle the case where 0.199 is provided as runtime
|
||||
* Just use a deque vs reverse pushing/popping
|
||||
* Ensure new entry in immediates gets processed during wait(s)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 07:01:25 UTC 2015 - tbechtold@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-futurist
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-futurist
|
||||
Version: 0.5.0
|
||||
Version: 0.9.0
|
||||
Release: 0
|
||||
Summary: Useful additions to futures, from the future
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user