15
0

Accepting request 1135691 from home:SchoolGuy:branches:devel:languages:python

Update to version v2.1.6.

This request can only be accepted after the following two requests have been accepted:
- https://build.opensuse.org/request/show/1135689
- https://build.opensuse.org/request/show/1135690

OBS-URL: https://build.opensuse.org/request/show/1135691
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysql-to-sqlite3?expand=0&rev=5
This commit is contained in:
2024-01-03 14:42:34 +00:00
committed by Git OBS Bridge
parent 41647a5b39
commit aee725283b
7 changed files with 50 additions and 31 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Dec 29 15:08:13 UTC 2023 - egotthold@suse.com
- Update to version v2.1.6:
* [FIX] fix invalid column_type error message
* [CHORE] publish first containerized release
* [FIX] throw more comprehensive error messages when translating column types
* [CHORE] add support for Python 3.12
* [CHORE] bump minimum version of MySQL Connector/Python to 8.2.0
* [CHORE] drop support for Python 3.7
-------------------------------------------------------------------
Thu Jul 22 08:23:34 UTC 2021 - Enno Gotthold <egotthold@suse.com>