15
0

Accepting request 667298 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/667298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-alembic?expand=0&rev=39
This commit is contained in:
2019-01-21 10:01:44 +00:00
committed by Git OBS Bridge
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9ffdece0eece55f4108b14b6b0f29ffc730d58e28446a434fe41a1cc5c5f266
size 1020663

3
alembic-1.0.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35660f7e6159288e2be111126be148ef04cbf7306da73c8b8bd4400837bb08e3
size 1029497

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Jan 20 04:33:38 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
- update to version 1.0.6:
* [feature] [operations] Added Table and Column level comments for
supported backends. New methods Operations.create_table_comment()
and Operations.drop_table_comment() are added. A new arguments
Operations.alter_column.comment and
Operations.alter_column.existing_comment are added to
Operations.alter_column(). Autogenerate support is also added to
ensure comment add/drops from tables and columns are generated as
well as that Operations.create_table(), Operations.add_column()
both include the comment field from the source Table or Column
object. References: #422
-------------------------------------------------------------------
Sat Dec 1 18:27:49 UTC 2018 - Arun Persaud <arun@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-alembic
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-alembic
Version: 1.0.5
Version: 1.0.6
Release: 0
Summary: A database migration tool for SQLAlchemy
License: MIT