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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f268af5bc03597fe7690d60df3e5f1193254a83e07e4686f720f61587ec4493a
size 128324

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:680068c4b671225c183815e19b6f4adc765a9989dd5d9e8e9c900ede30cc7434
size 131216

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>

View File

@@ -17,9 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
%define skip_python2 1
Name: python-SQLAlchemy-Utils
Version: 0.36.3
Version: 0.36.5
Release: 0
Summary: Various utility functions for SQLAlchemy
License: BSD-3-Clause
@@ -57,14 +57,6 @@ Recommends: python-intervals >= 0.7.1
Recommends: python-passlib >= 1.6
Recommends: python-phonenumbers >= 5.9.2
BuildArch: noarch
%if %{with python2}
BuildRequires: python-enum34
BuildRequires: python-ipaddr
%endif
%ifpython2
Requires: python-enum34
Requires: python-ipaddr
%endif
%python_subpackages
%description