This commit is contained in:
Ralph Bean 2015-02-21 12:37:37 -05:00
parent 582595ee38
commit 179f7a5e18
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/alembic-0.6.3.tar.gz
/alembic-0.6.5.tar.gz
/alembic-0.6.6.tar.gz
/alembic-0.7.4.tar.gz

View File

@ -11,7 +11,7 @@
%global modname alembic
Name: python-alembic
Version: 0.6.6
Version: 0.7.4
Release: 1%{?dist}
Summary: Database migration tool for SQLAlchemy
@ -115,7 +115,6 @@ mv setup.py.tmp setup.py
%{__python2} setup.py build
%if 0%{?with_python3}
/usr/bin/2to3 -w -n %{py3dir}
pushd %{py3dir}
%{__python3} setup.py build
popd
@ -193,6 +192,13 @@ popd
%changelog
* Sat Feb 21 2015 Ralph Bean <rbean@redhat.com> - 0.7.4-1
- new version
* Sat Feb 21 2015 Ralph Bean <rbean@redhat.com> - 0.7.4-1
- new version
- No longer using 2to3.
* Wed Aug 20 2014 Ralph Bean <rbean@redhat.com> - 0.6.6-1
- Latest upstream.
- Modernized python macros.

View File

@ -1 +1 @@
71e4a8f6849e1527abfc4ea33d51f37c alembic-0.6.6.tar.gz
69770193eb514fb024f188406f6579b8 alembic-0.7.4.tar.gz