15
0

- update to 0.37.9:

* Fixed base padding class abstract methods
  * Optimized cast_locale function
  * Allow for arbitrary Table keyword arguments in create_table_from_selectable

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=68
This commit is contained in:
2021-10-26 20:17:51 +00:00
committed by Git OBS Bridge
parent fca8d09ed9
commit f44d724dc0
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Oct 26 20:15:55 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.37.9:
* Fixed base padding class abstract methods
* Optimized cast_locale function
* Allow for arbitrary Table keyword arguments in create_table_from_selectable
-------------------------------------------------------------------
Tue Sep 7 06:43:25 UTC 2021 - Dirk Müller <dmueller@suse.com>