From 2c313ed3c6c2ea676efad00530eb2fc8284ba24c851c4ae03be507c025b13f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 23 Apr 2019 09:18:20 +0000 Subject: [PATCH] Accepting request 696988 from home:mcalabkova:branches:devel:languages:python - update to 5.0.4 * Try using unshallow clone * Add support for Python 3.7 * Add test for attempt numbers in interleaved async coroutines * Fix wait_chain to be runnable multiple times * Fix six.wraps having a problem with __name__ attr on Py2 * Add retry_if_exception_message and complement * RetryCallState: add retry_object & next_action fields * Tweak wait funcs to accept call_state with backward compat * Add RetryCallState class * Documentation fixes OBS-URL: https://build.opensuse.org/request/show/696988 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=21 --- python-tenacity.changes | 15 +++++++++++++++ python-tenacity.spec | 24 +++++++++++------------- tenacity-4.12.0.tar.gz | 3 --- tenacity-5.0.4.tar.gz | 3 +++ 4 files changed, 29 insertions(+), 16 deletions(-) delete mode 100644 tenacity-4.12.0.tar.gz create mode 100644 tenacity-5.0.4.tar.gz diff --git a/python-tenacity.changes b/python-tenacity.changes index 7b24895..9d8d0ab 100644 --- a/python-tenacity.changes +++ b/python-tenacity.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Apr 18 14:58:39 UTC 2019 - Marketa Calabkova + +- update to 5.0.4 + * Try using unshallow clone + * Add support for Python 3.7 + * Add test for attempt numbers in interleaved async coroutines + * Fix wait_chain to be runnable multiple times + * Fix six.wraps having a problem with __name__ attr on Py2 + * Add retry_if_exception_message and complement + * RetryCallState: add retry_object & next_action fields + * Tweak wait funcs to accept call_state with backward compat + * Add RetryCallState class + * Documentation fixes + ------------------------------------------------------------------- Wed Jan 9 23:06:29 UTC 2019 - Jonathan Brownell diff --git a/python-tenacity.spec b/python-tenacity.spec index 569d0c0..55e0e58 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -1,7 +1,7 @@ # # spec file for package python-tenacity # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,37 +19,36 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-tenacity -Version: 4.12.0 +Version: 5.0.4 Release: 0 Summary: Python module for retrying code until it succeeeds License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/jd/tenacity +URL: https://github.com/jd/tenacity Source: https://files.pythonhosted.org/packages/source/t/tenacity/tenacity-%{version}.tar.gz -BuildRequires: %{python_module monotonic >= 0.6} BuildRequires: %{python_module pbr} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six >= 1.7.0} +BuildRequires: %{python_module six >= 1.9.0} BuildRequires: fdupes -BuildRequires: python-futures >= 3.0 BuildRequires: python-rpm-macros +BuildRequires: python2-futures >= 3.0 +BuildRequires: python2-monotonic >= 0.6 %if %{with test} BuildRequires: %{python_module nose} BuildRequires: %{python_module tornado} %endif -Requires: python-monotonic >= 0.6 Requires: python-six >= 1.9.0 +%ifpython2 +Requires: python-futures >= 3.0 +Requires: python-monotonic >= 0.6 +%endif %if 0%{?_no_weakdeps} Requires: python-tornado %else Recommends: python-tornado %endif -%ifpython2 -Requires: python-futures >= 3.0 -%endif BuildArch: noarch - %python_subpackages %description @@ -72,7 +71,7 @@ Features %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %if %{with test} %check @@ -80,7 +79,6 @@ Features %endif %files %{python_files} -%defattr(-,root,root,-) %license LICENSE %doc ChangeLog README.rst %{python_sitelib}/* diff --git a/tenacity-4.12.0.tar.gz b/tenacity-4.12.0.tar.gz deleted file mode 100644 index 9c23256..0000000 --- a/tenacity-4.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcd7646fe731b21b73870ead85a965a4202abeaf56e0588e6a8b38375110098f -size 30015 diff --git a/tenacity-5.0.4.tar.gz b/tenacity-5.0.4.tar.gz new file mode 100644 index 0000000..761abca --- /dev/null +++ b/tenacity-5.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c3c5f7ae0c33f5556c775ca059c12d6fd8ab7121613a713e8b7d649908571b +size 41271