Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python314-sqlite3-to-mysql-2.6.0-1.3 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python314-sqlite3-to-mysql Distribution: openSUSE Tumbleweed
Version: 2.6.0 Vendor: openSUSE
Release: 1.3 Build date: Tue May 19 23:22:14 2026
Group: Unspecified Build host: reproducible
Size: 257332 Source RPM: python-sqlite3-to-mysql-2.6.0-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/techouse/sqlite3-to-mysql
Summary: A Python tool to transfer data from SQLite 3 to MySQL
A Python tool to transfer data from SQLite 3 to MySQL

Provides

Requires

License

MIT

Changelog

* Tue May 19 2026 Dirk Müller <dmueller@suse.com>
  - update to 2.6.0:
    * [FEAT] add MySQL SSL certificate options `--mysql-ssl-ca`,
      `--mysql-ssl-cert`, and `--mysql-ssl-key`,
    * forward them to MySQL Connector/Python, and enable
      certificate-chain verification when a CA is provided
    * [FIX] validate MySQL SSL option combinations in both the CLI
      and transporter, including conflicts with
    * `--skip-ssl` and `--mysql-socket` plus the client cert/key
      pairing requirement
    * [FIX] normalize and validate MySQL SSL certificate paths for
      direct transporter callers, including `PathLike`
    * values and `~` home-directory paths
    * [CHORE] update README and Sphinx docs for the MySQL SSL
      options, socket conflicts, cert/key behavior, and
    * certificate verification semantics
    * [CHORE] add unit and functional SSL coverage, including
      Docker-generated CA/client certificate tests and
    * configured certificate paths for CI
    * [CHORE] harden Docker test fixtures by closing Docker
      clients, retrying transient MySQL startup errors, handling
    * Docker API errors, cleaning partial SSL cert extraction, and
      fixing the MySQL container port binding
* Sat Apr 25 2026 Dirk Müller <dmueller@suse.com>
  - update to 2.5.8:
    * [CHORE] pin sqlglot to >=30.0.0,<31.0.0
    * [FIX] cast parsed SQL expressions to the correct type for
      type safety
    * [FIX] improve typing compatibility by preserving transformed
      `sqlglot` expressions as typed MySQL/SQLite expressions
    * [CHORE] refresh GitHub Actions workflow dependencies,
      including `actions/checkout` v6 and newer Docker actions
    * [CHORE] update documentation and packaging metadata by
      refreshing badge links, fixing the CodeQL badge, bumping
      Sphinx
    * [FEAT] add support for SQLite `JSONB` column type
    * [FIX] enhance the translation of SQLite timestamp expressions
      that use `current_timestamp` within date/time functions
    * [FEAT] add support for SQLite shorthand foreign key
      references that implicitly reference primary keys
    * [FIX] transfer `TEXT` default
    * [FIX] removed the Hatch `sources = ["src"]` rewrite so
      `sdists` now keep the `src/sqlite3_to_mysql` tree, letting
    * [FEAT] transfer SQLite views as MySQL native views
    * [CHORE] improve type and default value translation logic
    * [CHORE] add Python 3.14 support
    * [FEAT] enhance table creation logic to handle default values
      and improve error handling
    * [FEAT] translate SQLite defaults to MySQL
    * [FEAT] exclude transferring SQLite tables via
      `-e`/`--exclude-sqlite-tables`
    * [FIX] fix importing `typing_extensions` on Python >= 3.11
    * [FIX] fix MySQL connection parameters to handle optional
      socket, host and port
    * [FIX] fix pyproject.toml build sources and specify package
      inclusion for sdist and wheel
    * [FIX] fix conflict between MySQL port and socket options in
      CLI
    * [FEAT] add MySQL Unix socket connection support via the
      `--mysql-socket` option
* Sat Jun 28 2025 Enno Gotthold <egotthold@suse.com>
  - Support libalternatives for 16.0 and newer
  - Update to 2.4.0
    * add conversion of SQLite custom BOOL data type to MySQL TINYINT(1)
    * add --mysql-skip-create-tables and --mysql-skip-transfer-data options
    * fix default parameter parsing
    * add MySQL 8.4 and MariaDB 11.4 support
    * fix conversion of SQLite NUMERIC data type with precision and scale to
      MySQL DECIMAL with precision and scale
    * fix --mysql-insert-method
    * modify the existing check_mysql_json_support and check_mysql_fulltext_support
      to improve detection of MariaDB versions
    * fix connecting with empty MySQL password
* Mon Jan 29 2024 pgajdos@suse.com
  - python-six is not required
* Sat Jan 20 2024 Enno Gotthold <egotthold@suse.com>
  - Update to 2.1.7
  - Update to 2.1.5
    * feat: add support for UNSIGNED numeric data type conversion
    * fix: fix invalid column_type error message
* Sun Oct 22 2023 Enno Gotthold <egotthold@suse.com>
  - Update to 2.1.0
    * 2.0.3: prevent AUTO_INCREMENT-ing fields from having a DEFAULT value
    * 2.0.2: properly import CMySQLConnection
* Sat Dec 03 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to version 1.4.16
    * Fix #46 - utf8 support
  - Update to version 1.4.15
    * Add option to truncate existing tables before inserting data
  - Update to version 1.4.14
    * Fix safe_identifier_length
  - Update to version 1.4.13
    * Add option to update duplicate records
* Mon Jun 21 2021 Jan Engelhardt <jengelh@inai.de>
  - Ensure neutrality of descriptions.
* Sun Jun 20 2021 Enno Gotthold <egotthold@suse.com>
  - Update to Version 1.4.1
    * Handle duplicate indices
    * Transition from TravisCI to GH Actions
* Mon Jan 04 2021 Enno Gotthold <egotthold@suse.com>
  - Update to version 1.3.11

Files

/usr/bin/sqlite3mysql
/usr/bin/sqlite3mysql-3.14
/usr/lib/python3.14/site-packages/sqlite3_to_mysql
/usr/lib/python3.14/site-packages/sqlite3_to_mysql-2.6.0.dist-info
/usr/lib/python3.14/site-packages/sqlite3_to_mysql-2.6.0.dist-info/INSTALLER
/usr/lib/python3.14/site-packages/sqlite3_to_mysql-2.6.0.dist-info/METADATA
/usr/lib/python3.14/site-packages/sqlite3_to_mysql-2.6.0.dist-info/RECORD
/usr/lib/python3.14/site-packages/sqlite3_to_mysql-2.6.0.dist-info/REQUESTED
/usr/lib/python3.14/site-packages/sqlite3_to_mysql-2.6.0.dist-info/WHEEL
/usr/lib/python3.14/site-packages/sqlite3_to_mysql-2.6.0.dist-info/entry_points.txt
/usr/lib/python3.14/site-packages/sqlite3_to_mysql-2.6.0.dist-info/licenses
/usr/lib/python3.14/site-packages/sqlite3_to_mysql-2.6.0.dist-info/licenses/LICENSE
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/__init__.py
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/__pycache__
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/__pycache__/cli.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/__pycache__/cli.cpython-314.pyc
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/__pycache__/click_utils.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/__pycache__/click_utils.cpython-314.pyc
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/__pycache__/debug_info.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/__pycache__/debug_info.cpython-314.pyc
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/__pycache__/mysql_utils.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/__pycache__/mysql_utils.cpython-314.pyc
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/__pycache__/sqlite_utils.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/__pycache__/sqlite_utils.cpython-314.pyc
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/__pycache__/transporter.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/__pycache__/transporter.cpython-314.pyc
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/__pycache__/types.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/__pycache__/types.cpython-314.pyc
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/cli.py
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/click_utils.py
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/debug_info.py
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/mysql_utils.py
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/py.typed
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/sqlite_utils.py
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/transporter.py
/usr/lib/python3.14/site-packages/sqlite3_to_mysql/types.py
/usr/share/doc/packages/python314-sqlite3-to-mysql
/usr/share/doc/packages/python314-sqlite3-to-mysql/README.md
/usr/share/libalternatives/sqlite3mysql
/usr/share/libalternatives/sqlite3mysql/314.conf
/usr/share/licenses/python314-sqlite3-to-mysql
/usr/share/licenses/python314-sqlite3-to-mysql/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 01:28:36 2026