Latest upstream.
This commit is contained in:
parent
c146b27290
commit
bb012a0231
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user