forked from pool/python-tenacity
- 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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user