From 179f7a5e18ec8f564211401714b4a1109a338c42 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Feb 21 2015 17:37:37 +0000 Subject: 0.7.4 --- diff --git a/.gitignore b/.gitignore index 80ff929..2c424ae 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-alembic.spec b/python-alembic.spec index 90ea740..f08a850 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -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 - 0.7.4-1 +- new version + +* Sat Feb 21 2015 Ralph Bean - 0.7.4-1 +- new version +- No longer using 2to3. + * Wed Aug 20 2014 Ralph Bean - 0.6.6-1 - Latest upstream. - Modernized python macros. diff --git a/sources b/sources index 083366a..0ce3ba9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -71e4a8f6849e1527abfc4ea33d51f37c alembic-0.6.6.tar.gz +69770193eb514fb024f188406f6579b8 alembic-0.7.4.tar.gz