15
0

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

- update to version 0.36.5:
  * Added support for dictionary input in CompositeType (#435, pull
    request courtesy of cozos)
  * Added new EnrichedDateTime and EnrichedDate types (#403, pull
    request courtesy of yk-lab)
  * Using String instead of LargeBinary for impl of EncryptedType
    (#426, pull request courtesy of aicioara)
  * Added support for JSONType in EncryptedType (#439, pull request
    courtesy of rushilsrivastava)
- changes from version 0.36.4:
  * Added jsonb_sql function (#377, pull request courtesy of getglad)
  * Drop py27 support

OBS-URL: https://build.opensuse.org/request/show/802303
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=56
This commit is contained in:
Tomáš Chvátal
2020-05-11 05:51:25 +00:00
committed by Git OBS Bridge
parent e2c73ee9b5
commit 57f2681dbc
4 changed files with 22 additions and 13 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat May 9 16:12:59 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 0.36.5:
* Added support for dictionary input in CompositeType (#435, pull
request courtesy of cozos)
* Added new EnrichedDateTime and EnrichedDate types (#403, pull
request courtesy of yk-lab)
* Using String instead of LargeBinary for impl of EncryptedType
(#426, pull request courtesy of aicioara)
* Added support for JSONType in EncryptedType (#439, pull request
courtesy of rushilsrivastava)
- changes from version 0.36.4:
* Added jsonb_sql function (#377, pull request courtesy of getglad)
* Drop py27 support
-------------------------------------------------------------------
Mon Apr 20 09:36:04 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>