forked from pool/python-alembic
Accepting request 789361 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/789361 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-alembic?expand=0&rev=54
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:791a5686953c4b366d3228c5377196db2f534475bb38d26f70eb69668efd9028
|
||||
size 1084841
|
||||
3
alembic-1.4.2.tar.gz
Normal file
3
alembic-1.4.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:035ab00497217628bf5d0be82d664d8713ab13d37b630084da8e1f98facf4dbf
|
||||
size 1092045
|
||||
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 28 16:27:08 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 1.4.2:
|
||||
* bug
|
||||
+ Fixed an issue that prevented the test suite from running with
|
||||
the recently released py.test 5.4.0. References: #668
|
||||
+ Fixed more false-positive failures produced by the new “compare
|
||||
type” logic first added in #605, particularly impacting MySQL
|
||||
string types regarding flags such as “charset” and “collation”.
|
||||
References: #671
|
||||
+ Fixed issue in Oracle backend where a table RENAME with a
|
||||
schema-qualified name would include the schema in the “to”
|
||||
portion, which is rejected by Oracle. References: #670
|
||||
* usecase
|
||||
+ Adjusted autogen comparison to accommodate for backends that
|
||||
support computed column reflection, dependent on SQLAlchemy
|
||||
version 1.3.16 or higher. This emits a warning if the SQL
|
||||
expression inside of a Computed value changes between the
|
||||
metadata and the database, as these expressions can’t be changed
|
||||
without dropping and recreating the column. References: #669
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 6 21:49:43 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-alembic
|
||||
Version: 1.4.1
|
||||
Version: 1.4.2
|
||||
Release: 0
|
||||
Summary: A database migration tool for SQLAlchemy
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user