Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sqlite3-to-mysql for 
openSUSE:Factory checked in at 2026-04-26 21:11:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sqlite3-to-mysql (Old)
 and      /work/SRC/openSUSE:Factory/.python-sqlite3-to-mysql.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sqlite3-to-mysql"

Sun Apr 26 21:11:32 2026 rev:8 rq:1349290 version:2.5.8

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sqlite3-to-mysql/python-sqlite3-to-mysql.changes
  2025-06-30 13:06:40.414371024 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sqlite3-to-mysql.new.11940/python-sqlite3-to-mysql.changes
       2026-04-26 21:14:13.560561654 +0200
@@ -1,0 +2,40 @@
+Sat Apr 25 21:03:37 UTC 2026 - Dirk Müller <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  _service
  sqlite3-to-mysql-2.4.0.obscpio
  sqlite3-to-mysql.obsinfo

New:
----
  sqlite3_to_mysql-2.5.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sqlite3-to-mysql.spec ++++++
--- /var/tmp/diff_new_pack.37ml2W/_old  2026-04-26 21:14:14.048581593 +0200
+++ /var/tmp/diff_new_pack.37ml2W/_new  2026-04-26 21:14:14.048581593 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sqlite3-to-mysql
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,29 +16,18 @@
 #
 
 
-%define short_name sqlite3-to-mysql
-%define skip_python2 1
 %if 0%{?suse_version} > 1500
 %bcond_without libalternatives
 %else
 %bcond_with libalternatives
 %endif
-
 Name:           python-sqlite3-to-mysql
-Version:        2.4.0
+Version:        2.5.8
 Release:        0
 Summary:        A Python tool to transfer data from SQLite 3 to MySQL
 License:        MIT
 URL:            https://github.com/techouse/sqlite3-to-mysql
-Source:         %{short_name}-%{version}.tar.gz
-# libalternative
-%if %{with libalternatives}
-Requires:       alts
-BuildRequires:  alts
-%else
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
-%endif
+Source:         
https://files.pythonhosted.org/packages/source/s/sqlite3_to_mysql/sqlite3_to_mysql-%{version}.tar.gz
 # Package Requirements
 BuildRequires:  %{python_module SQLAlchemy-Utils}
 BuildRequires:  %{python_module SQLAlchemy}
@@ -63,6 +52,14 @@
 Requires:       python-types-python-dateutil
 Requires:       python-typing_extensions
 BuildArch:      noarch
+# libalternative
+%if %{with libalternatives}
+BuildRequires:  alts
+Requires:       alts
+%else
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+%endif
 # SECTION test requirements
 BuildRequires:  %{python_module Sphinx}
 BuildRequires:  %{python_module click >= 7.0}
@@ -87,7 +84,7 @@
 A Python tool to transfer data from SQLite 3 to MySQL
 
 %prep
-%autosetup -p1 -n sqlite3-to-mysql-%{version}
+%autosetup -p1 -n sqlite3_to_mysql-%{version}
 
 %build
 %pyproject_wheel

Reply via email to