diff --git a/python-tenacity.changes b/python-tenacity.changes index 5e5d5fd..1c223c3 100644 --- a/python-tenacity.changes +++ b/python-tenacity.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Nov 9 14:14:17 UTC 2016 - dmueller@suse.com + +- update to 3.3.0: + * Implement '+' operator for wait strategies + * Rename `_retrying` attribute to `retry` and document it + * Store retrying object as an attribute of retried function + * Make sure statistics are thread locals + ------------------------------------------------------------------- Mon Sep 26 14:23:36 UTC 2016 - tbechtold@suse.com diff --git a/python-tenacity.spec b/python-tenacity.spec index fb228ce..9e4c21a 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -13,21 +13,22 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-tenacity -Version: 3.1.1 +Version: 3.3.0 Release: 0 -License: Apache-2.0 Summary: Retry code until it succeeeds -Url: https://github.com/jd/tenacity +License: Apache-2.0 Group: Development/Languages/Python -Source: https://pypi.python.org/packages/source/t/tenacity/tenacity-%{version}.tar.gz +Url: https://github.com/jd/tenacity +Source: https://pypi.io/packages/source/t/tenacity/tenacity-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: python-pbr -BuildRequires: python-setuptools BuildRequires: python-futures >= 3.0 BuildRequires: python-monotonic >= 0.6 +BuildRequires: python-pbr +BuildRequires: python-setuptools BuildRequires: python-six >= 1.7.0 Requires: python-futures >= 3.0 Requires: python-monotonic >= 0.6 @@ -55,6 +56,7 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} + %check python setup.py test diff --git a/tenacity-3.1.1.tar.gz b/tenacity-3.1.1.tar.gz deleted file mode 100644 index bf7cbd3..0000000 --- a/tenacity-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53271258ae7849f6a85a998dc12e91b6d30422d7399f4cb7590d322dfcc12634 -size 19847 diff --git a/tenacity-3.3.0.tar.gz b/tenacity-3.3.0.tar.gz new file mode 100644 index 0000000..8ea4391 --- /dev/null +++ b/tenacity-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56faedf1062ceb9faccbfdde848cf4b2aceb34ccac885cdcbcb8c34ed5085866 +size 20475