This commit is contained in:
Ralph Bean 2014-01-28 21:49:47 -05:00
parent 2f853042e7
commit a8eecc55e2
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/alembic-0.3.4.tar.gz
/alembic-0.4.2.tar.gz
/alembic-0.5.0.tar.gz
/alembic-0.6.2.tar.gz

View File

@ -5,8 +5,8 @@
%global modname alembic
Name: python-alembic
Version: 0.5.0
Release: 2%{?dist}
Version: 0.6.2
Release: 1%{?dist}
Summary: Database migration tool for SQLAlchemy
Group: Development/Libraries
@ -193,6 +193,9 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1
%changelog
* Tue Jan 28 2014 Ralph Bean <rbean@redhat.com> - 0.6.2-1
- Latest upstream.
* Mon Jul 29 2013 Ralph Bean <rbean@redhat.com> - 0.5.0-2
- Add forgotten dependency on python-setuptools.
https://bugzilla.redhat.com/show_bug.cgi?id=989016

View File

@ -1 +1 @@
e22d10fd885473eccc9c8c75238e97ce alembic-0.5.0.tar.gz
7cc7ffe6ade6fe7daa5bcab3d5dc8013 alembic-0.6.2.tar.gz