diff --git a/alembic-0.8.5.tar.gz b/alembic-0.8.5.tar.gz deleted file mode 100644 index 4a21966..0000000 --- a/alembic-0.8.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de8ca3b1d806cd39bf8a21d90f5c5822a2173b721ec20f868da38edd45b58cb2 -size 959286 diff --git a/alembic-0.8.6.tar.gz b/alembic-0.8.6.tar.gz new file mode 100644 index 0000000..24e3ef8 --- /dev/null +++ b/alembic-0.8.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53403da066ef90cbc5a3f801f3dd39bbbfbc41b0a84eb8c1c806243b7e2c6466 +size 961323 diff --git a/python-alembic.changes b/python-alembic.changes index 775be05..2d730f1 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Jun 3 16:37:33 UTC 2016 - tbechtold@suse.com + +- update to 0.8.6: + - Errors which occur within the Mako render step are now intercepted + and raised as CommandErrors like other failure cases; the Mako + exception itself is written using template-line formatting to + a temporary file which is named in the exception message. + - Added a fix to Postgresql server default comparison which first checks + if the text of the default is identical to the original, before attempting + to actually run the default. This accomodates for default-generation + functions that generate a new value each time such as a uuid function. + - Fixed bug introduced by the fix for :ticket:`338` in version 0.8.4 + where a server default could no longer be dropped in batch mode. + Pull request courtesy Martin Domke. + - Fixed bug where SQL Server arguments for drop_column() would not + be propagated when running under a batch block. Pull request + courtesy Michal Petrucha. + ------------------------------------------------------------------- Thu Apr 7 06:24:53 UTC 2016 - tbechtold@suse.com diff --git a/python-alembic.spec b/python-alembic.spec index 92fdb36..459e75f 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -17,13 +17,13 @@ Name: python-alembic -Version: 0.8.5 +Version: 0.8.6 Release: 0 Url: http://bitbucket.org/zzzeek/alembic Summary: A database migration tool for SQLAlchemy License: MIT Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/a/alembic/alembic-%{version}.tar.gz +Source: http://pypi.io/packages/source/a/alembic/alembic-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-setuptools