[python-migrate] - Fix SQLAlchemy Requires -- need >= 0.5, not 0.6 - Update to unittests to work with newer scripttes

Toshio くらとみ toshio at fedoraproject.org
Thu Jan 13 18:30:53 UTC 2011


commit e3d1840c6932035f4dd3f1e9c16bec040ca11b03
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Thu Jan 13 10:30:39 2011 -0800

    - Fix SQLAlchemy Requires -- need >= 0.5, not 0.6
    - Update to unittests to work with newer scripttest API

 python-migrate.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python-migrate.spec b/python-migrate.spec
index 4323a75..0b30d41 100644
--- a/python-migrate.spec
+++ b/python-migrate.spec
@@ -6,7 +6,7 @@
 
 Name: python-migrate
 Version: 0.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Schema migration tools for SQLAlchemy
 
 Group: Development/Languages
@@ -34,7 +34,7 @@ BuildRequires: python-decorator
 BuildRequires: python-scripttest
 BuildRequires: python-tempita
 
-Requires: python-sqlalchemy >= 0.6
+Requires: python-sqlalchemy
 Requires: python-setuptools
 Requires: python-decorator
 
@@ -90,6 +90,8 @@ nosetests
 %{python_sitelib}/*
 
 %changelog
+* Thu Jan 13 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6-3
+- Fix SQLAlchemy Requires -- need >= 0.5, not 0.6
 * Sun Aug 1 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6-2
 - Update to unittests to work with newer scripttest API
 


More information about the scm-commits mailing list