Accepting request 367191 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/367191 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-futurist?expand=0&rev=4
This commit is contained in:
parent
9b6218f76b
commit
cb5c9ec423
3
futurist-0.13.0.tar.gz
Normal file
3
futurist-0.13.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d51e23607f42bcd84fcf666b91d9a41c131943d85f7a252e599cdea6518ab1c
|
||||||
|
size 30739
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:83b72855e000baebf3172513dedab3305df723e1be36e4b4d5fa129b34fff077
|
|
||||||
size 29466
|
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 28 20:19:32 UTC 2016 - dmueller@suse.com
|
||||||
|
|
||||||
|
- update to 0.13.0:
|
||||||
|
* Single quote the callables name (when submission errors
|
||||||
|
* Updated from global requirements
|
||||||
|
* Reschedule failed periodic tasks after a short delay
|
||||||
|
* Fix wrong comparison in reject_when_reached
|
||||||
|
* Updated from global requirements
|
||||||
|
* Ensure all futures have completed before run returns
|
||||||
|
* Allow PeriodicWorker to skip executor shutdown in case of a preexisting executor
|
||||||
|
* Expose underlying futures.CancelledError
|
||||||
|
* Updated from global requirements
|
||||||
|
* Modification of the example code
|
||||||
|
* PeriodicWorker.create to accept arguments for periodic tasks
|
||||||
|
* Handle exceptions from executor.submit in PeriodicWorker
|
||||||
|
* Add periodics.is_periodic to check if object is a periodic task
|
||||||
|
* py26/py33 are no longer supported by Infra's CI
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 11 09:03:28 UTC 2016 - bwiedemann@suse.com
|
Mon Jan 11 09:03:28 UTC 2016 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-futurist
|
Name: python-futurist
|
||||||
Version: 0.9.0
|
Version: 0.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Useful additions to futures, from the future
|
Summary: Useful additions to futures, from the future
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -29,7 +29,7 @@ BuildRequires: python-pbr
|
|||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
Requires: python-contextlib2 >= 0.4.0
|
Requires: python-contextlib2 >= 0.4.0
|
||||||
Requires: python-futures >= 3.0
|
Requires: python-futures >= 3.0
|
||||||
Requires: python-monotonic >= 0.3
|
Requires: python-monotonic >= 0.6
|
||||||
Requires: python-six >= 1.9.0
|
Requires: python-six >= 1.9.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
|
Loading…
x
Reference in New Issue
Block a user