From f07ae153dccba64c4663fc5633bec69ae2383162874cd2b496523a3c9417fc79 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 2 Nov 2017 23:21:23 +0000 Subject: [PATCH] - update to 4.5.0: * Replace hacking with flake8 extensions * Fix import order * Put a default sleep attribute on BaseRetrying * async: allow to specify a different sleep method * Issue-8: Make sure doc examples run (#89) * Remove Python 3.4 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=9 --- python-tenacity.changes | 11 +++++++++++ python-tenacity.spec | 3 +-- tenacity-4.4.0.tar.gz | 3 --- tenacity-4.5.0.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 tenacity-4.4.0.tar.gz create mode 100644 tenacity-4.5.0.tar.gz diff --git a/python-tenacity.changes b/python-tenacity.changes index d84d9ed..9f9ee35 100644 --- a/python-tenacity.changes +++ b/python-tenacity.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Nov 2 23:20:11 UTC 2017 - dmueller@suse.com + +- update to 4.5.0: + * Replace hacking with flake8 extensions + * Fix import order + * Put a default sleep attribute on BaseRetrying + * async: allow to specify a different sleep method + * Issue-8: Make sure doc examples run (#89) + * Remove Python 3.4 support + ------------------------------------------------------------------- Tue Aug 22 06:34:38 UTC 2017 - tbechtold@suse.com diff --git a/python-tenacity.spec b/python-tenacity.spec index 906a8c0..f522742 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -17,14 +17,13 @@ Name: python-tenacity -Version: 4.4.0 +Version: 4.5.0 Release: 0 Summary: Retry code until it succeeeds License: Apache-2.0 Group: Development/Languages/Python Url: https://github.com/jd/tenacity Source: https://pypi.io/packages/source/t/tenacity/tenacity-%{version}.tar.gz -BuildRequires: python-debtcollector BuildRequires: python-devel BuildRequires: python-futures >= 3.0 BuildRequires: python-monotonic >= 0.6 diff --git a/tenacity-4.4.0.tar.gz b/tenacity-4.4.0.tar.gz deleted file mode 100644 index b06b374..0000000 --- a/tenacity-4.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c5554b494dd8bae998dbffd7b8d1876e6b94de0c1df1ac51d0db25bb9f830b2 -size 26133 diff --git a/tenacity-4.5.0.tar.gz b/tenacity-4.5.0.tar.gz new file mode 100644 index 0000000..27d8d1b --- /dev/null +++ b/tenacity-4.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5eb0009d7fef345ffd27e43122ec288418b460952aeefde60df8e62c3953d4b +size 26567