15
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/700627
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=88
This commit is contained in:
Tomáš Chvátal
2019-05-06 07:51:54 +00:00
committed by Git OBS Bridge
parent 03ed7a56ef
commit ec0919e7ff
4 changed files with 28 additions and 4 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat May 4 19:56:42 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 1.0.10:
* bug
+ [bug] [commands] Fixed bug introduced in release 0.9.0 where the
helptext for commands inadvertently got expanded to include
function docstrings from the command.py module. The logic has
been adjusted to only refer to the first line(s) preceding the
first line break within each docstring, as was the original
intent. References: #552
+ [bug] [mysql] [operations] Added an assertion in
RevisionMap.get_revisions() and other methods which ensures
revision numbers are passed as strings or collections of
strings. Driver issues particularly on MySQL may inadvertently
be passing bytes here which leads to failures later on.
References: #551
+ [bug] [autogenerate] [mysql] Fixed bug when using the
EnvironmentContext.configure.compare_server_default flag set to
True where a server default that is introduced in the table
metadata on an Integer column, where there is no existing server
default in the database, would raise a TypeError. References:
#553
-------------------------------------------------------------------
Sun Apr 21 22:01:52 UTC 2019 - Arun Persaud <arun@gmx.de>