17
0

Accepting request 893325 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/893325
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=63
This commit is contained in:
2021-05-15 19:58:12 +00:00
committed by Git OBS Bridge
parent d07bd33cb7
commit 6fc9509873
4 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri May 14 01:15:35 UTC 2021 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
- update to version 0.37.2:
* Added python_requires to setup.py
- changes from version 0.37.1:
* Removed py27 from pypi wheel
- changes from version 0.37.0:
* Added SQLAlchemy 1.4 support
* Fixed database_exists() on PostgreSQL (#462)
* Added create_database support pymssql (#486)
* Removed sort_query, get_query_entities and
get_query_entity_by_alias functions
-------------------------------------------------------------------
Sat Jul 11 18:37:48 UTC 2020 - Arun Persaud <arun@gmx.de>