diff --git a/python-tenacity.changes b/python-tenacity.changes index 6aaf8ab..141febc 100644 --- a/python-tenacity.changes +++ b/python-tenacity.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Dec 18 12:29:45 UTC 2016 - dmueller@suse.com + +- update to 3.6.0: + * Retry on coroutines + * Run flake8 only with latest python + * Deduplicate retry decorator logic + * Extract controller IOs in subclass + * Allow to combine stop conditions + * Add SayThanks + * retry: implement bitwise operators on retry strategies + * retry: add retry_all + ------------------------------------------------------------------- Fri Dec 2 17:38:01 UTC 2016 - dmueller@suse.com diff --git a/python-tenacity.spec b/python-tenacity.spec index d45176e..6a0fcc6 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -17,7 +17,7 @@ Name: python-tenacity -Version: 3.4.0 +Version: 3.6.0 Release: 0 Summary: Retry code until it succeeeds License: Apache-2.0 diff --git a/tenacity-3.4.0.tar.gz b/tenacity-3.4.0.tar.gz deleted file mode 100644 index 40f05be..0000000 --- a/tenacity-3.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72918085efeaaebcfd241ea04256151935826e428b81d1e18f3e924cb7a1f4c4 -size 21074 diff --git a/tenacity-3.6.0.tar.gz b/tenacity-3.6.0.tar.gz new file mode 100644 index 0000000..e569555 --- /dev/null +++ b/tenacity-3.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896caff1fbfb8616de1445ad6c70b13e5a3d29aa0eb6d5d2629c5b69c668487b +size 22771