15
0

Accepting request 885352 from home:Simmphonie:python

- update to version 0.4.3
  * Pin SQLAlchemy to < 1.4 (#314)
- version 0.4.2
  * Fix memory leak with asyncpg for SQLAlchemy generic functions (#273)
- fix python version to "< 3.7" for aiocontextvars

OBS-URL: https://build.opensuse.org/request/show/885352
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-databases?expand=0&rev=6
This commit is contained in:
2021-04-14 13:18:47 +00:00
committed by Git OBS Bridge
parent 6d73b19292
commit d58397ef50
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Apr 13 21:28:51 UTC 2021 - simmphonie@opensuse.org
- update to version 0.4.3
* Pin SQLAlchemy to < 1.4 (#314)
- version 0.4.2
* Fix memory leak with asyncpg for SQLAlchemy generic functions (#273)
- fix python version to "< 3.7" for aiocontextvars
-------------------------------------------------------------------
Sat Jan 16 18:42:21 UTC 2021 - Benjamin Greiner <code@bnavigator.de>