17
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/988403
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=73
This commit is contained in:
2022-07-11 16:38:10 +00:00
committed by Git OBS Bridge
parent 2d35d7afc9
commit de76b0091b
4 changed files with 24 additions and 9 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jul 11 13:57:21 UTC 2022 - Arun Persaud <arun@gmx.de>
- specfile:
* remove six dependency
- update to version 0.38.3:
* Fixed double-quoted UUID's in sqlalchemy >= 1.4.30 (#581, pull
request courtesy of kurtmckee)
* Fixed create_database() and drop_database() crashing with
CockroachDB (#586, pull request courtesy of kurtmckee)
* Added mixed case support for pg composite (#584, pull request
courtesy of bamartin125)
* Support Python 3.10.
* Remove the dependency on the six package. (#605)
* Introduce sqlalchemy 2.0 compatibility. (#513)
-------------------------------------------------------------------
Wed Apr 20 08:53:17 UTC 2022 - pgajdos@suse.com