15
0

- Update to 0.7.0:

* Fixed breaking changes in SQLAlchemy cursor; supports >=1.4.42,<1.5
  * Wrapped types in typing.Optional where applicable
- Change {Build,}Requires for SQLAlchemy so we don't install >= 2.
- Drop patch sqlalchemy1442.patch, included upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-databases?expand=0&rev=13
This commit is contained in:
2023-06-06 01:57:51 +00:00
committed by Git OBS Bridge
parent 214b44e409
commit c72bb5bf47
5 changed files with 16 additions and 61 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jun 6 01:56:24 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.7.0:
* Fixed breaking changes in SQLAlchemy cursor; supports >=1.4.42,<1.5
* Wrapped types in typing.Optional where applicable
- Change {Build,}Requires for SQLAlchemy so we don't install >= 2.
- Drop patch sqlalchemy1442.patch, included upstream.
-------------------------------------------------------------------
Thu Nov 24 11:40:22 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>