diff --git a/futurist-0.13.0.tar.gz b/futurist-0.13.0.tar.gz new file mode 100644 index 0000000..2f211e0 --- /dev/null +++ b/futurist-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d51e23607f42bcd84fcf666b91d9a41c131943d85f7a252e599cdea6518ab1c +size 30739 diff --git a/futurist-0.9.0.tar.gz b/futurist-0.9.0.tar.gz deleted file mode 100644 index 98613b5..0000000 --- a/futurist-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83b72855e000baebf3172513dedab3305df723e1be36e4b4d5fa129b34fff077 -size 29466 diff --git a/python-futurist.changes b/python-futurist.changes index e8e45f1..1015388 100644 --- a/python-futurist.changes +++ b/python-futurist.changes @@ -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 diff --git a/python-futurist.spec b/python-futurist.spec index 5a7ea2f..c4a8cf1 100644 --- a/python-futurist.spec +++ b/python-futurist.spec @@ -17,7 +17,7 @@ Name: python-futurist -Version: 0.9.0 +Version: 0.13.0 Release: 0 Summary: Useful additions to futures, from the future License: Apache-2.0 @@ -29,7 +29,7 @@ BuildRequires: python-pbr BuildRequires: python-setuptools Requires: python-contextlib2 >= 0.4.0 Requires: python-futures >= 3.0 -Requires: python-monotonic >= 0.3 +Requires: python-monotonic >= 0.6 Requires: python-six >= 1.9.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110