pkgsrc/databases/py-alembic
adam 0e68d1e610 py-alembic: updated to 1.0.10
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.

[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.

[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.


1.0.9
bug

[bug] [operations]

Simplified the internal scheme used to generate the alembic.op namespace to no longer attempt to generate full method signatures (e.g. rather than generic *args, **kw) as this was not working in most cases anyway, while in rare circumstances it would in fact sporadically have access to the real argument names and then fail when generating the function due to missing symbols in the argument signature.
2019-04-29 10:27:33 +00:00
..
ALTERNATIVES py-alembic: updated to 1.0.1 2018-10-18 10:15:18 +00:00
DESCR
distinfo py-alembic: updated to 1.0.10 2019-04-29 10:27:33 +00:00
Makefile py-alembic: updated to 1.0.10 2019-04-29 10:27:33 +00:00
PLIST py-alembic: updated to 1.0.1 2018-10-18 10:15:18 +00:00