17
0

Accepting request 925856 from home:bnavigator:branches:devel:languages:python

- Update to version 0.5.3
  * Support dialect+driver for default database drivers like
    postgresql+asyncpg (#396)
  * Documentation of low-level transaction (#390)
- Release 0.5.2
  * Reset counter for failed connections (#385)
  * Avoid dangling task-local connections after
    Database.disconnect() (#211)
- Release 0.5.1
  * Make database connect and disconnect calls idempotent (#379)
  * Fix in_ and notin_ queries in SQLAlchemy 1.4 (#378)
- Release 0.5.0 (August 26th, 2021)
  * Support SQLAlchemy 1.4 (#299)
  * Fix concurrent transactions (#328)
- Drop sqlalchemy-14.patch fixed upstream

OBS-URL: https://build.opensuse.org/request/show/925856
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-databases?expand=0&rev=10
This commit is contained in:
2021-10-21 13:26:26 +00:00
committed by Git OBS Bridge
parent 2ec1053d22
commit cdf64e648b
5 changed files with 31 additions and 422 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Oct 17 14:40:53 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 0.5.3
* Support dialect+driver for default database drivers like
postgresql+asyncpg (#396)
* Documentation of low-level transaction (#390)
- Release 0.5.2
* Reset counter for failed connections (#385)
* Avoid dangling task-local connections after
Database.disconnect() (#211)
- Release 0.5.1
* Make database connect and disconnect calls idempotent (#379)
* Fix in_ and notin_ queries in SQLAlchemy 1.4 (#378)
- Release 0.5.0 (August 26th, 2021)
* Support SQLAlchemy 1.4 (#299)
* Fix concurrent transactions (#328)
- Drop sqlalchemy-14.patch fixed upstream
-------------------------------------------------------------------
Wed May 26 12:10:35 UTC 2021 - Matej Cepl <mcepl@suse.com>