forked from pool/python-SQLAlchemy-Utils
Accepting request 802548 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/802548 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SQLAlchemy-Utils?expand=0&rev=26
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f268af5bc03597fe7690d60df3e5f1193254a83e07e4686f720f61587ec4493a
|
||||
size 128324
|
||||
3
SQLAlchemy-Utils-0.36.5.tar.gz
Normal file
3
SQLAlchemy-Utils-0.36.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:680068c4b671225c183815e19b6f4adc765a9989dd5d9e8e9c900ede30cc7434
|
||||
size 131216
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user