From 7fe4afa4ef8edcfa23a3982ce30ef4ad688cf3d1c5f2972831a06ba484205b2c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 30 Jun 2020 00:37:42 +0000 Subject: [PATCH] - Update to 6.2.0: * before_sleep_log: Add an exc_info option to include exception tracebacks * docs: fix duplicate function names (#226) * AsyncRetrying can use an async iterator (#222) * Add minimal type definitions for @retry decorator (#221) - Add typguard to BuildRequires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=31 --- python-tenacity.changes | 10 ++++++++++ python-tenacity.spec | 3 ++- tenacity-6.1.0.tar.gz | 3 --- tenacity-6.2.0.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 tenacity-6.1.0.tar.gz create mode 100644 tenacity-6.2.0.tar.gz diff --git a/python-tenacity.changes b/python-tenacity.changes index e16c445..cb619ce 100644 --- a/python-tenacity.changes +++ b/python-tenacity.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jun 30 00:36:12 UTC 2020 - Steve Kowalik + +- Update to 6.2.0: + * before_sleep_log: Add an exc_info option to include exception tracebacks + * docs: fix duplicate function names (#226) + * AsyncRetrying can use an async iterator (#222) + * Add minimal type definitions for @retry decorator (#221) +- Add typguard to BuildRequires + ------------------------------------------------------------------- Mon Apr 20 09:03:44 UTC 2020 - Tomáš Chvátal diff --git a/python-tenacity.spec b/python-tenacity.spec index 5175b2c..34366ef 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-tenacity -Version: 6.1.0 +Version: 6.2.0 Release: 0 Summary: Python module for retrying code until it succeeeds License: Apache-2.0 @@ -31,6 +31,7 @@ BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.9.0} BuildRequires: %{python_module tornado} +BuildRequires: %{python_module typeguard} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-six >= 1.9.0 diff --git a/tenacity-6.1.0.tar.gz b/tenacity-6.1.0.tar.gz deleted file mode 100644 index 3c55be2..0000000 --- a/tenacity-6.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb01d8ef2474eed422d8314a566c9e391cccb6e50cf4585022add6cb5cda66c8 -size 33438 diff --git a/tenacity-6.2.0.tar.gz b/tenacity-6.2.0.tar.gz new file mode 100644 index 0000000..baf1086 --- /dev/null +++ b/tenacity-6.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ae90e7faf488a8628432154bb34ace1cca58244c6ea399fd33f066ac71339a +size 35213