[python-alembic] 0.6.5-1

Ralph Bean ralph at fedoraproject.org
Tue May 6 12:42:10 UTC 2014


commit 8b3ce7839355cfff4b008ad68d6bf2bced00d36c
Author: Ralph Bean <rbean at redhat.com>
Date:   Tue May 6 08:41:42 2014 -0400

    0.6.5-1

 python-alembic.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/python-alembic.spec b/python-alembic.spec
index e571964..bf3b548 100644
--- a/python-alembic.spec
+++ b/python-alembic.spec
@@ -5,7 +5,7 @@
 %global modname alembic
 
 Name:             python-alembic
-Version:          0.6.3
+Version:          0.6.5
 Release:          1%{?dist}
 Summary:          Database migration tool for SQLAlchemy
 
@@ -22,7 +22,6 @@ BuildRequires:    python2-devel
 BuildRequires:    python-mako
 BuildRequires:    python-setuptools
 BuildRequires:    python-mock
-
 Requires:         python-mako
 Requires:         python-setuptools
 
@@ -39,6 +38,10 @@ BuildRequires:    python-sqlalchemy >= 0.7.4
 Requires:         python-sqlalchemy >= 0.7.4
 %endif
 
+# Just for the tests
+BuildRequires:    python-psycopg2
+BuildRequires:    MySQL-python
+
 %if 0%{?with_python3}
 BuildRequires:    python3-devel
 BuildRequires:    python-tools
@@ -187,6 +190,9 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1
 
 
 %changelog
+* Tue May 06 2014 Ralph Bean <rbean at redhat.com> - 0.6.5-1
+- Latest upstream.
+
 * Tue Feb 04 2014 Ralph Bean <rbean at redhat.com> - 0.6.3-1
 - Latest upstream.
 


More information about the scm-commits mailing list