This commit is contained in:
Ralph Bean 2015-08-26 10:26:13 -04:00
parent d294a2f77b
commit a1ca5a860b
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/alembic-0.6.6.tar.gz
/alembic-0.7.4.tar.gz
/alembic-0.7.6.tar.gz
/alembic-0.8.2.tar.gz

View File

@ -11,8 +11,8 @@
%global modname alembic
Name: python-alembic
Version: 0.7.6
Release: 3%{?dist}
Version: 0.8.2
Release: 1%{?dist}
Summary: Database migration tool for SQLAlchemy
Group: Development/Libraries
@ -201,6 +201,9 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1
%changelog
* Wed Aug 26 2015 Ralph Bean <rbean@redhat.com> - 0.8.2-1
- new version
* Fri Jul 10 2015 Ralph Bean <rbean@redhat.com> - 0.7.6-3
- Disable tests until sqlalchemy-1.1 is out. There's a bug against
MS sql DBs (likely won't affect us).

View File

@ -1 +1 @@
99b539f8bb8780047bf90a5951ac5e0e alembic-0.7.6.tar.gz
d8404efb048d282a617ca167fa2275ce alembic-0.8.2.tar.gz