Latest upstream.

This commit is contained in:
Ralph Bean 2014-02-04 08:45:51 -05:00
parent c146b27290
commit bb012a0231
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/alembic-0.4.2.tar.gz /alembic-0.4.2.tar.gz
/alembic-0.5.0.tar.gz /alembic-0.5.0.tar.gz
/alembic-0.6.2.tar.gz /alembic-0.6.2.tar.gz
/alembic-0.6.3.tar.gz

View File

@ -5,8 +5,8 @@
%global modname alembic %global modname alembic
Name: python-alembic Name: python-alembic
Version: 0.6.2 Version: 0.6.3
Release: 2%{?dist} Release: 1%{?dist}
Summary: Database migration tool for SQLAlchemy Summary: Database migration tool for SQLAlchemy
Group: Development/Libraries Group: Development/Libraries
@ -187,6 +187,9 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1
%changelog %changelog
* Tue Feb 04 2014 Ralph Bean <rbean@redhat.com> - 0.6.3-1
- Latest upstream.
* Tue Jan 28 2014 Ralph Bean <rbean@redhat.com> - 0.6.2-2 * Tue Jan 28 2014 Ralph Bean <rbean@redhat.com> - 0.6.2-2
- Simplify some nested conditionals. - Simplify some nested conditionals.
- Attempt a better rhel conditional. - Attempt a better rhel conditional.

View File

@ -1 +1 @@
7cc7ffe6ade6fe7daa5bcab3d5dc8013 alembic-0.6.2.tar.gz 4de9d0eac258d1ffe67895cedc0e0fd6 alembic-0.6.3.tar.gz