From f437c3fe15bd691f09d139bcf38076aa0fef732e400ab66f4fd350235e0cfc25 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 28 Jan 2017 17:47:12 +0000 Subject: [PATCH] - Update to 0.8.10: * various bugfixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=53 --- alembic-0.8.10.tar.gz | 3 +++ alembic-0.8.7.tar.gz | 3 --- python-alembic.changes | 6 ++++++ python-alembic.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 alembic-0.8.10.tar.gz delete mode 100644 alembic-0.8.7.tar.gz diff --git a/alembic-0.8.10.tar.gz b/alembic-0.8.10.tar.gz new file mode 100644 index 0000000..b4a8765 --- /dev/null +++ b/alembic-0.8.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3b50e96218283ec7443fb661199f5a81f5879f766967a8a2d25e8f9d4e7919 +size 976028 diff --git a/alembic-0.8.7.tar.gz b/alembic-0.8.7.tar.gz deleted file mode 100644 index 84e901e..0000000 --- a/alembic-0.8.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fb8a456d6c47fe24b87e02acb405b2094545f9b574beb80105a64fe9b335a45 -size 968161 diff --git a/python-alembic.changes b/python-alembic.changes index 1a48166..4eb346d 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 28 17:45:34 UTC 2017 - dmueller@suse.com + +- Update to 0.8.10: + * various bugfixes + ------------------------------------------------------------------- Mon Aug 15 10:24:57 UTC 2016 - tbechtold@suse.com diff --git a/python-alembic.spec b/python-alembic.spec index e09c74e..5020973 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,7 +1,7 @@ # # spec file for package python-alembic # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-alembic -Version: 0.8.7 +Version: 0.8.10 Release: 0 Url: http://bitbucket.org/zzzeek/alembic Summary: A database migration tool for SQLAlchemy