15
0

- Update to 1.0.8:

* Fixed issue where server default comparison on the PostgreSQL dialect would
    fail for a blank string on Python 3.7 only, due to a change in regular
    expression behavior in Python 3.7.
  * Removed use of deprecated ``force`` parameter for SQLAlchemy quoting
    functions as this parameter will be removed in a future release.
    Pull request courtesy Parth Shandilya(ParthS007).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=84
This commit is contained in:
Tomáš Chvátal
2019-03-06 11:32:19 +00:00
committed by Git OBS Bridge
parent cbb363f981
commit f1a49570b4
4 changed files with 17 additions and 34 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Mar 6 11:27:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.0.8:
* Fixed issue where server default comparison on the PostgreSQL dialect would
fail for a blank string on Python 3.7 only, due to a change in regular
expression behavior in Python 3.7.
* Removed use of deprecated ``force`` parameter for SQLAlchemy quoting
functions as this parameter will be removed in a future release.
Pull request courtesy Parth Shandilya(ParthS007).
-------------------------------------------------------------------
Sat Jan 26 17:40:42 UTC 2019 - Arun Persaud <arun@gmx.de>