forked from pool/python-alembic
- 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:
committed by
Git OBS Bridge
parent
cbb363f981
commit
f1a49570b4
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user