17
0

- update to 2.0.25:

* preliminary support for Python 3.12 pep-695 type alias
    structures
  * see https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.25

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=253
This commit is contained in:
2024-01-21 10:31:04 +00:00
committed by Git OBS Bridge
parent 774a2ad5c0
commit c52a8e585b
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jan 21 10:30:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.0.25:
* preliminary support for Python 3.12 pep-695 type alias
structures
* see https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.25
-------------------------------------------------------------------
Fri Dec 29 09:04:13 UTC 2023 - Dirk Müller <dmueller@suse.com>