diff --git a/python-retrying.changes b/python-retrying.changes index 9608694..cf4e18f 100644 --- a/python-retrying.changes +++ b/python-retrying.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jan 7 15:37:09 UTC 2015 - tbechtold@suse.com + +- update to version 1.3.3: + - Add minimum six version of 1.7.0 since anything less will break + things +- Add python-six as Requires + ------------------------------------------------------------------- Thu Dec 11 13:02:33 UTC 2014 - dmueller@suse.com diff --git a/python-retrying.spec b/python-retrying.spec index 1618b51..722e4a9 100644 --- a/python-retrying.spec +++ b/python-retrying.spec @@ -1,7 +1,7 @@ # # spec file for package python-retrying # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-retrying -Version: 1.3.2 +Version: 1.3.3 Release: 0 Summary: Retrying License: Apache-2.0 @@ -25,6 +25,7 @@ Group: Development/Languages/Python Url: https://github.com/rholder/retrying Source: https://pypi.python.org/packages/source/r/retrying/retrying-%{version}.tar.gz BuildRequires: python-devel +Requires: python-six >= 1.7.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} diff --git a/retrying-1.3.2.tar.gz b/retrying-1.3.2.tar.gz deleted file mode 100644 index 5e9e06e..0000000 --- a/retrying-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:320c4be55bfd9366d67c17beb09c9ac9624c7fab1d59e41641f37ae3b2b1f5ca -size 10811 diff --git a/retrying-1.3.3.tar.gz b/retrying-1.3.3.tar.gz new file mode 100644 index 0000000..7227685 --- /dev/null +++ b/retrying-1.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c039560a6da2fe4f2c426d0766e284d3b736e355f8dd24b37367b0bb41973b +size 10890