[python-tooz] Rebased on 0.8 upstream

Eoghan Glynn eglynn at fedoraproject.org
Fri Oct 24 14:45:59 UTC 2014


commit 37b850f1f97ecf11f58ad357048eeba8da230225
Author: Eoghan Glynn <eglynn at redhat.com>
Date:   Thu Oct 23 16:34:44 2014 +0000

    Rebased on 0.8 upstream

 .gitignore       |    1 +
 python-tooz.spec |    7 ++++++-
 sources          |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 13c31c6..d546590 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /tooz-0.3.tar.gz
+/tooz-0.8.tar.gz
diff --git a/python-tooz.spec b/python-tooz.spec
index b700afc..fb5baf5 100644
--- a/python-tooz.spec
+++ b/python-tooz.spec
@@ -6,7 +6,7 @@
 %endif
 
 Name:           python-%{pypi_name}
-Version:        0.3
+Version:        0.8
 Release:        1%{?dist}
 Summary:        Coordination library for distributed systems
 
@@ -30,6 +30,7 @@ Requires:       python-pymemcache
 Requires:       python-posix_ipc
 Requires:       python-msgpack
 Requires:       python-retrying
+Requires:       python-redis
 
 %description
 The Tooz project aims at centralizing the most common distributed primitives
@@ -54,6 +55,7 @@ Requires:       python3-pymemcache
 Requires:       python3-posix_ipc
 Requires:       python3-msgpack
 Requires:       python3-retrying
+Requires:       python-redis
 
 %description -n python3-%{pypi_name}
 The Tooz project aims at centralizing the most common distributed primitives
@@ -136,6 +138,9 @@ rm -fr %{buildroot}%{python3_sitelib}/%{pypi_name}/tests/
 %doc html
 
 %changelog
+* Thu Oct 23 2014 Eoghan Glynn <eglynn at redhat.com> - 0.8-1
+- Rebased on 0.8 upstream.
+
 * Tue Sep 09 2014 Nejc Saje <nsaje at redhat.com> - 0.3-1
 - Initial package.
 
diff --git a/sources b/sources
index 54dc014..97e69e1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6bc6172a9b529661a4d263bb23f07817  tooz-0.3.tar.gz
+d94a2c1f32247f455b30c0c014464a7f  tooz-0.8.tar.gz


More information about the scm-commits mailing list