[python-moksha-common] Simplify dependencies.

Ralph Bean ralph at fedoraproject.org
Wed Oct 10 18:13:19 UTC 2012


commit 08de8204674b2d6e52e5ada1540567d76bc79336
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Oct 10 14:13:05 2012 -0400

    Simplify dependencies.

 .gitignore                |    1 +
 python-moksha-common.spec |   10 ++++++----
 sources                   |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 935c653..65a3c24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /moksha.common-1.0.0.tar.gz
 /moksha.common-1.0.1.tar.gz
+/moksha.common-1.0.6.tar.gz
diff --git a/python-moksha-common.spec b/python-moksha-common.spec
index 085c77e..170ddef 100644
--- a/python-moksha-common.spec
+++ b/python-moksha-common.spec
@@ -1,8 +1,8 @@
 %global modname moksha.common
 
 Name:           python-moksha-common
-Version:        1.0.1
-Release:        2%{?dist}
+Version:        1.0.6
+Release:        1%{?dist}
 Summary:        Common components for Moksha
 
 Group:          Development/Libraries
@@ -18,12 +18,10 @@ BuildRequires:  python-nose
 BuildRequires:  python-mock
 
 BuildRequires:  python-decorator
-BuildRequires:  python-paste
 BuildRequires:  python-kitchen
 BuildRequires:  pytz
 
 Requires:       python-decorator
-Requires:       python-paste
 Requires:       python-kitchen
 Requires:       pytz
 
@@ -55,6 +53,10 @@ CFLAGS="%{optflags}" %{__python} setup.py build
 %{_bindir}/moksha
 
 %changelog
+* Wed Oct 10 2012 Ralph Bean <rbean at redhat.com> - 1.0.6-1
+- Bumped to 1.0.6.
+- Removed Requires on python-paste which has moved to python-moksha-wsgi.
+
 * Wed Sep 19 2012 Ralph Bean <rbean at redhat.com> - 1.0.1-2
 - Added Conflicts tag against old moksha.
 
diff --git a/sources b/sources
index 2dbd4f2..176030f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-606b6d159341568d606051ca663150d8  moksha.common-1.0.1.tar.gz
+63d8422e650c1d8190c8181dce2619b4  moksha.common-1.0.6.tar.gz


More information about the scm-commits mailing list