15
0

Accepting request 518321 from home:tbechtold:branches:devel:languages:python

- update to 0.32.14:
  - Fixed drop_database version comparison
  - Fixed a DeprecationWarning by using LargeBinary instead of Binary
  - Added generic_repr decorator
  - TimeZoneType support for static timezones
  - Added SQLite support for PasswordType
  - Added PhoneNumber as the python_type for PhoneNumberType
  - Made auto_delete_orphans support backref tuples
  - Added support for multi-column observers
- convert to singlespec

OBS-URL: https://build.opensuse.org/request/show/518321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=7
This commit is contained in:
2017-08-23 05:06:33 +00:00
committed by Git OBS Bridge
parent 9578f06025
commit 52609c97d7
4 changed files with 30 additions and 16 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Aug 23 05:02:53 UTC 2017 - tbechtold@suse.com
- update to 0.32.14:
- Fixed drop_database version comparison
- Fixed a DeprecationWarning by using LargeBinary instead of Binary
- Added generic_repr decorator
- TimeZoneType support for static timezones
- Added SQLite support for PasswordType
- Added PhoneNumber as the python_type for PhoneNumberType
- Made auto_delete_orphans support backref tuples
- Added support for multi-column observers
- convert to singlespec
-------------------------------------------------------------------
Mon Nov 14 13:59:20 UTC 2016 - dmueller@suse.com