From 8869c7013ddd8aa1505be87af1e79c3abdbde29ba083bc0be1bcbc30efa231fa Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Tue, 22 Aug 2017 06:37:48 +0000 Subject: [PATCH] Accepting request 518052 from home:tbechtold:branches:devel:languages:python - update to 4.4.0: * Document wait\_random\_exponential strategy * Rename wait\_full\_jitter to wait\_random\_exponential * Add retry\_unless\_exception\_type * Add missing ')' to README.rst * Do not duplicate statistics fields in instance * Do not start trial\_start\_time as an attribute * Add an example on how to combine stop conditions * Put a link to the GitHub issue of retrying about the fork * feat: added wait\_full\_jitter * Add new event based sleep and stop * Add \`wraps' method directly on Retrying object * wait: handle OverflowError * doc: raise Exception in example so they actually work * Remove weird example with retry\_if\_io\_error * Bump version for new feature * Add Python 3.6 support * Add retry\_if\_not\_result class to compliment the existing retry\_if\_result class * Fix six minimum version * doc: rewrite the before explanation * Add \_\_call\_\_ on BaseRetrying class * Document before and after keywords * Remove useless MANIFEST * Remove non-working PyPI download image * Bump hacking to 0.13 * Use Python 3 for pep8 tox target * Remove deprecated wait\_jitter OBS-URL: https://build.opensuse.org/request/show/518052 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=7 --- python-tenacity.changes | 31 +++++++++++++++++++++++++++++++ python-tenacity.spec | 5 ++--- tenacity-3.7.1.tar.gz | 3 --- tenacity-4.4.0.tar.gz | 3 +++ 4 files changed, 36 insertions(+), 6 deletions(-) delete mode 100644 tenacity-3.7.1.tar.gz create mode 100644 tenacity-4.4.0.tar.gz diff --git a/python-tenacity.changes b/python-tenacity.changes index 8f2f94c..d84d9ed 100644 --- a/python-tenacity.changes +++ b/python-tenacity.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Tue Aug 22 06:34:38 UTC 2017 - tbechtold@suse.com + +- update to 4.4.0: + * Document wait\_random\_exponential strategy + * Rename wait\_full\_jitter to wait\_random\_exponential + * Add retry\_unless\_exception\_type + * Add missing ')' to README.rst + * Do not duplicate statistics fields in instance + * Do not start trial\_start\_time as an attribute + * Add an example on how to combine stop conditions + * Put a link to the GitHub issue of retrying about the fork + * feat: added wait\_full\_jitter + * Add new event based sleep and stop + * Add \`wraps' method directly on Retrying object + * wait: handle OverflowError + * doc: raise Exception in example so they actually work + * Remove weird example with retry\_if\_io\_error + * Bump version for new feature + * Add Python 3.6 support + * Add retry\_if\_not\_result class to compliment the existing retry\_if\_result class + * Fix six minimum version + * doc: rewrite the before explanation + * Add \_\_call\_\_ on BaseRetrying class + * Document before and after keywords + * Remove useless MANIFEST + * Remove non-working PyPI download image + * Bump hacking to 0.13 + * Use Python 3 for pep8 tox target + * Remove deprecated wait\_jitter + ------------------------------------------------------------------- Fri Feb 10 16:06:26 UTC 2017 - tbechtold@suse.com diff --git a/python-tenacity.spec b/python-tenacity.spec index 3204011..906a8c0 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -17,7 +17,7 @@ Name: python-tenacity -Version: 3.7.1 +Version: 4.4.0 Release: 0 Summary: Retry code until it succeeeds License: Apache-2.0 @@ -31,10 +31,9 @@ BuildRequires: python-monotonic >= 0.6 BuildRequires: python-pbr BuildRequires: python-setuptools BuildRequires: python-six >= 1.7.0 -Requires: python-debtcollector Requires: python-futures >= 3.0 Requires: python-monotonic >= 0.6 -Requires: python-six >= 1.7.0 +Requires: python-six >= 1.9.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch diff --git a/tenacity-3.7.1.tar.gz b/tenacity-3.7.1.tar.gz deleted file mode 100644 index 7f6af40..0000000 --- a/tenacity-3.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86cae49f4334277164b97a1871828e9173d669b9bb223de44ba8c1cee787bbfa -size 22915 diff --git a/tenacity-4.4.0.tar.gz b/tenacity-4.4.0.tar.gz new file mode 100644 index 0000000..b06b374 --- /dev/null +++ b/tenacity-4.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5554b494dd8bae998dbffd7b8d1876e6b94de0c1df1ac51d0db25bb9f830b2 +size 26133