From 8b3ce7839355cfff4b008ad68d6bf2bced00d36c Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 6 May 2014 08:41:42 -0400 Subject: [PATCH] 0.6.5-1 --- python-alembic.spec | 10 ++++++++-- 1 file 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 - 0.6.5-1 +- Latest upstream. + * Tue Feb 04 2014 Ralph Bean - 0.6.3-1 - Latest upstream.