diff --git a/alembic-1.0.10.tar.gz b/alembic-1.0.10.tar.gz new file mode 100644 index 0000000..605163b --- /dev/null +++ b/alembic-1.0.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828dcaa922155a2b7166c4f36ec45268944e4055c86499bd14319b4c8c0094b7 +size 1019446 diff --git a/alembic-1.0.9.tar.gz b/alembic-1.0.9.tar.gz deleted file mode 100644 index 3b3f776..0000000 --- a/alembic-1.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40b9a619aa5f25ea1e1508adcda88b33704ef28e02c9cfa6471e5c772ecf0829 -size 1017432 diff --git a/python-alembic.changes b/python-alembic.changes index 0428cef..5b9b970 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sat May 4 19:56:42 UTC 2019 - Arun Persaud + +- 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 diff --git a/python-alembic.spec b/python-alembic.spec index 618d6fb..9688676 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-alembic -Version: 1.0.9 +Version: 1.0.10 Release: 0 Summary: A database migration tool for SQLAlchemy License: MIT