forked from pool/python-SQLAlchemy-Utils
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:
committed by
Git OBS Bridge
parent
e2c73ee9b5
commit
57f2681dbc
@@ -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