Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-mysql-to-sqlite3 for 
openSUSE:Factory checked in at 2024-01-04 15:58:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mysql-to-sqlite3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-mysql-to-sqlite3.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mysql-to-sqlite3"

Thu Jan  4 15:58:26 2024 rev:2 rq:1136551 version:2.1.6

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-mysql-to-sqlite3/python-mysql-to-sqlite3.changes
  2021-07-22 22:44:01.767147488 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-mysql-to-sqlite3.new.28375/python-mysql-to-sqlite3.changes
       2024-01-04 16:00:39.543667728 +0100
@@ -1,0 +2,11 @@
+Fri Dec 29 15:08:13 UTC 2023 - egotth...@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
+
+-------------------------------------------------------------------

Old:
----
  mysql-to-sqlite3-v1.4.3.obscpio

New:
----
  _servicedata
  mysql-to-sqlite3-2.1.6.obscpio

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

Other differences:
------------------
++++++ python-mysql-to-sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.jGWdkG/_old  2024-01-04 16:00:40.163690378 +0100
+++ /var/tmp/diff_new_pack.jGWdkG/_new  2024-01-04 16:00:40.163690378 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mysql-to-sqlite3
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,15 @@
 %define short_name mysql-to-sqlite3
 %define skip_python2 1
 Name:           python-mysql-to-sqlite3
-Version:        v1.4.3
+Version:        2.1.6
 Release:        0
 Summary:        A simple Python tool to transfer data from MySQL to SQLite 3
 License:        MIT
 URL:            https://github.com/techouse/mysql-to-sqlite3
 Source:         %{short_name}-%{version}.tar.gz
+BuildRequires:  %{python_module hatchling}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  docker
 BuildRequires:  python-rpm-macros
@@ -32,26 +35,27 @@
 BuildRequires:  python3-SQLAlchemy-Utils
 BuildRequires:  python3-docker
 BuildRequires:  python3-factory_boy
-BuildRequires:  python3-pytest
 # SECTION test requirements
-BuildRequires:  %{python_module click >= 7.0}
-BuildRequires:  %{python_module mysql-connector-python >= 8.0.18}
-BuildRequires:  %{python_module python-slugify >= 3.0.3}
+BuildRequires:  %{python_module click >= 8.1.3}
+BuildRequires:  %{python_module mysql-connector-python >= 8.2.0}
+BuildRequires:  %{python_module python-slugify >= 7.0.0}
 BuildRequires:  %{python_module pytimeparse >= 1.1.8}
-BuildRequires:  %{python_module simplejson >= 3.16.0}
+BuildRequires:  %{python_module simplejson >= 3.19.0}
 BuildRequires:  %{python_module six >= 1.12.0}
 BuildRequires:  %{python_module tabulate}
 BuildRequires:  %{python_module tqdm >= 4.35.0}
 # /SECTION
 BuildRequires:  fdupes
-Requires:       python-click >= 7.0
-Requires:       python-mysql-connector-python >= 8.0.18
-Requires:       python-python-slugify >= 3.0.3
-Requires:       python-pytimeparse >= 1.1.8
-Requires:       python-simplejson >= 3.16.0
-Requires:       python-six >= 1.12.0
+Requires:       python-click >= 8.1.3
+Requires:       python-mysql-connector-python >= 8.2.0
+Requires:       python-python-slugify >= 7.0.0
+Requires:       python-pytimeparse2
+Requires:       python-simplejson >= 3.19.0
 Requires:       python-tabulate
-Requires:       python-tqdm >= 4.35.0
+Requires:       python-tqdm >= 4.65.0
+Requires:       python-typing_extensions
+Requires(post): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:      noarch
 %python_subpackages
 
@@ -62,10 +66,10 @@
 %setup -q -n mysql-to-sqlite3-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/mysql2sqlite
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -79,5 +83,6 @@
 %doc README.md
 %license LICENSE
 %python_alternative %{_bindir}/mysql2sqlite
-%{python_sitelib}/*
+%{python_sitelib}/mysql_to_sqlite3
+%{python_sitelib}/mysql_to_sqlite3-%{version}*-info
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.jGWdkG/_old  2024-01-04 16:00:40.191691401 +0100
+++ /var/tmp/diff_new_pack.jGWdkG/_new  2024-01-04 16:00:40.199691693 +0100
@@ -1,13 +1,13 @@
 <services>
-  <service mode="disabled" name="obs_scm">
-    <param name="url">git://github.com/techouse/mysql-to-sqlite3.git</param>
+  <service mode="manual" name="obs_scm">
+    <param name="url">https://github.com/techouse/mysql-to-sqlite3.git</param>
     <param name="scm">git</param>
-<!--
-    <param name="revision">release30</param>
--->
-    <param name="versionformat">v1.4.3</param>
+    <param name="revision">v2.1.6</param>
+    <param name="versionformat">v2.1.6</param>
+    <param name="changesgenerate">enable</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
   </service>
-  <service mode="disabled" name="set_version"/>
+  <service mode="manual" name="set_version"/>
   <service mode="buildtime" name="tar"/>
   <service mode="buildtime" name="recompress">
     <param name="compression">gz</param>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/techouse/mysql-to-sqlite3.git</param>
              <param 
name="changesrevision">a4c15807b4014cd75203fa93d5319b1d032269e0</param></service></servicedata>
(No newline at EOF)

++++++ mysql-to-sqlite3-v1.4.3.obscpio -> mysql-to-sqlite3-2.1.6.obscpio ++++++
++++ 6794 lines of diff (skipped)

++++++ mysql-to-sqlite3.obsinfo ++++++
--- /var/tmp/diff_new_pack.jGWdkG/_old  2024-01-04 16:00:40.335696661 +0100
+++ /var/tmp/diff_new_pack.jGWdkG/_new  2024-01-04 16:00:40.339696808 +0100
@@ -1,6 +1,5 @@
 name: mysql-to-sqlite3
-version: v1.4.3
-mtime: 1625909832
-commit: 60dbda6b847c3bfdfa8e87ce8b1abe6e83ee2cf3
-
+version: 2.1.6
+mtime: 1702207839
+commit: a4c15807b4014cd75203fa93d5319b1d032269e0
 

Reply via email to