python-mysql-to-sqlite3/python-mysql-to-sqlite3.changes
Nico Krapp 508d3b6b32 - Support libalternatives for 16.0 and newer
- Update to version 2.4.1
  * use more precise foreign key constraints
  * ensure index names do not collide with table names
  * add support for AUTOINCREMENT
  * add --without-tables option
  * Fix transferring composite primary keys when AUTOINCREMENT present
  * add MySQL 8.4 and MariaDB 11.4 support
  * fix passwordless login

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysql-to-sqlite3?expand=0&rev=9
2025-06-28 14:33:09 +00:00

50 lines
1.8 KiB
Plaintext

-------------------------------------------------------------------
Sat Jun 28 14:05:13 UTC 2025 - Enno Gotthold <egotthold@suse.com>
- Support libalternatives for 16.0 and newer
- Update to version 2.4.1
* use more precise foreign key constraints
* ensure index names do not collide with table names
* add support for AUTOINCREMENT
* add --without-tables option
* Fix transferring composite primary keys when AUTOINCREMENT present
* add MySQL 8.4 and MariaDB 11.4 support
* fix passwordless login
-------------------------------------------------------------------
Thu Aug 29 09:04:05 UTC 2024 - pgajdos@suse.com
- does not require python-six for build
-------------------------------------------------------------------
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>
- Use python-click instead of non existent python-Click as a requirement
-------------------------------------------------------------------
Wed Jul 21 18:05:12 UTC 2021 - Enno Gotthold <egotthold@suse.com>
- Update to version 1.4.3
- Use obscpio instead of .tar.gz
-------------------------------------------------------------------
Mon Jan 4 12:34:51 UTC 2021 - Enno Gotthold <egotthold@suse.com>
- Update to version 1.3.6
-------------------------------------------------------------------
Tue Dec 1 19:14:43 UTC 2020 - Enno Gotthold <egotthold@suse.com>
- Initial packaging of the tool (1.3.5)