15
0

Accepting request 645960 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/645960
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=72
This commit is contained in:
Tomáš Chvátal
2018-11-02 08:14:55 +00:00
committed by Git OBS Bridge
parent d618729c4e
commit 8a01538f51
4 changed files with 19 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Nov 1 22:51:27 UTC 2018 - Arun Persaud <arun@gmx.de>
- update to version 1.0.2:
* [bug] [autogenerate] The system=True flag on Column, used
primarily in conjunction with the Postgresql “xmin” column, now
renders within the autogenerate render process, allowing the
column to be excluded from DDL. Additionally, adding a system=True
column to a model will produce no autogenerate diff as this column
is implicitly present in the database.References: #515
* [bug] [mssql] Fixed issue where usage of the SQL Server
mssql_include option within a Operations.create_index() would
raise a KeyError, as the additional column(s) need to be added to
the table object used by the construct internally.References: #513
-------------------------------------------------------------------
Wed Oct 17 15:32:28 UTC 2018 - Arun Persaud <arun@gmx.de>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-alembic
Version: 1.0.1
Version: 1.0.2
Release: 0
Summary: A database migration tool for SQLAlchemy
License: MIT