From b467e2cf94d55e7e8d07175a40c7834a9ea212251eaafa8c67a67261c9ee368d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 2 Dec 2016 17:41:00 +0000 Subject: [PATCH] - update to 3.4.0: * Deprecate wait_jitter for wait_random * Align tox and travis settings * Fix README typo * Bump hacking to 0.12 * Fix README.rst wrong description * This is using floating point seconds (not milliseconds) * Some small docstring updates * Use py3.x compat print in README.rst * Fix typo in retry_if_exception example OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=3 --- python-tenacity.changes | 14 ++++++++++++++ python-tenacity.spec | 4 +++- tenacity-3.3.0.tar.gz | 3 --- tenacity-3.4.0.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 tenacity-3.3.0.tar.gz create mode 100644 tenacity-3.4.0.tar.gz diff --git a/python-tenacity.changes b/python-tenacity.changes index 1c223c3..6aaf8ab 100644 --- a/python-tenacity.changes +++ b/python-tenacity.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Dec 2 17:38:01 UTC 2016 - dmueller@suse.com + +- update to 3.4.0: + * Deprecate wait_jitter for wait_random + * Align tox and travis settings + * Fix README typo + * Bump hacking to 0.12 + * Fix README.rst wrong description + * This is using floating point seconds (not milliseconds) + * Some small docstring updates + * Use py3.x compat print in README.rst + * Fix typo in retry_if_exception example + ------------------------------------------------------------------- Wed Nov 9 14:14:17 UTC 2016 - dmueller@suse.com diff --git a/python-tenacity.spec b/python-tenacity.spec index 9e4c21a..d45176e 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -17,19 +17,21 @@ Name: python-tenacity -Version: 3.3.0 +Version: 3.4.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 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 diff --git a/tenacity-3.3.0.tar.gz b/tenacity-3.3.0.tar.gz deleted file mode 100644 index 8ea4391..0000000 --- a/tenacity-3.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56faedf1062ceb9faccbfdde848cf4b2aceb34ccac885cdcbcb8c34ed5085866 -size 20475 diff --git a/tenacity-3.4.0.tar.gz b/tenacity-3.4.0.tar.gz new file mode 100644 index 0000000..40f05be --- /dev/null +++ b/tenacity-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72918085efeaaebcfd241ea04256151935826e428b81d1e18f3e924cb7a1f4c4 +size 21074