17
0

- update to 0.36.6:

- Reverted #426 and added support for Legacy Encrypted Type (#450, pull request courtesy of rushilsrivastava)
  - Added psycopg2cffi support for create_database and drop_database (#447, pull request courtesy of DominicBurkart)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=58
This commit is contained in:
2020-06-08 13:34:50 +00:00
committed by Git OBS Bridge
parent 57f2681dbc
commit ab81fedc57
4 changed files with 11 additions and 4 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a7fab14bed80df065412bbf71a0a9b0bfeb4b7c111c2d9bffe57283082f3a6b
size 131690

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jun 8 13:33:49 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.36.6:
- Reverted #426 and added support for Legacy Encrypted Type (#450, pull request courtesy of rushilsrivastava)
- Added psycopg2cffi support for create_database and drop_database (#447, pull request courtesy of DominicBurkart)
-------------------------------------------------------------------
Sat May 9 16:12:59 UTC 2020 - Arun Persaud <arun@gmx.de>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-SQLAlchemy-Utils
Version: 0.36.5
Version: 0.36.6
Release: 0
Summary: Various utility functions for SQLAlchemy
License: BSD-3-Clause