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 2023-11-02 20:21:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sqlite3-to-mysql (Old)
 and      /work/SRC/openSUSE:Factory/.python-sqlite3-to-mysql.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sqlite3-to-mysql"

Thu Nov  2 20:21:03 2023 rev:4 rq:1119889 version:2.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sqlite3-to-mysql/python-sqlite3-to-mysql.changes
  2022-12-06 14:23:18.453592122 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sqlite3-to-mysql.new.17445/python-sqlite3-to-mysql.changes
       2023-11-02 20:21:20.575555328 +0100
@@ -1,0 +2,7 @@
+Sun Oct 22 14:13:29 UTC 2023 - Enno Gotthold <egotth...@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
+
+-------------------------------------------------------------------

Old:
----
  sqlite3-to-mysql-1.4.1.obscpio
  sqlite3-to-mysql-1.4.16.tar.gz

New:
----
  sqlite3-to-mysql-2.1.0.obscpio

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

Other differences:
------------------
++++++ python-sqlite3-to-mysql.spec ++++++
--- /var/tmp/diff_new_pack.UVzfoz/_old  2023-11-02 20:21:21.147576376 +0100
+++ /var/tmp/diff_new_pack.UVzfoz/_new  2023-11-02 20:21:21.147576376 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sqlite3-to-mysql
 #
-# Copyright (c) 2022 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
@@ -18,29 +18,32 @@
 
 %define skip_python2 1
 Name:           python-sqlite3-to-mysql
-Version:        1.4.16
+Version:        2.1.0
 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:         
https://files.pythonhosted.org/packages/source/s/sqlite3-to-mysql/sqlite3-to-mysql-%{version}.tar.gz
+BuildRequires:  %{python_module SQLAlchemy-Utils}
+BuildRequires:  %{python_module SQLAlchemy}
+BuildRequires:  %{python_module docker}
+BuildRequires:  %{python_module factory_boy}
+BuildRequires:  %{python_module hatchling}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module pytest-timeout}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  docker
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-SQLAlchemy
-BuildRequires:  python3-SQLAlchemy-Utils
-BuildRequires:  python3-docker
-BuildRequires:  python3-factory_boy
-BuildRequires:  python3-pytest-timeout
-Requires:       python-click >= 7.0
-Requires:       python-mysql-connector-python >= 8.0.18
-Requires:       python-packaging >= 20.3
+Requires:       python-Unidecode >= 1.3.6
+Requires:       python-click >= 8.1.3
+Requires:       python-mysql-connector-python >= 8.0.33
+Requires:       python-packaging >= 23.1
 Requires:       python-pytimeparse >= 1.1.8
-Requires:       python-simplejson >= 3.16.0
-Requires:       python-six >= 1.12.0
+Requires:       python-simplejson >= 3.19.1
 Requires:       python-tabulate
-Requires:       python-tqdm >= 4.35.0
+Requires:       python-tqdm >= 4.65.0
+Requires:       python-typing_extensions
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Sphinx}
@@ -67,10 +70,10 @@
 %autosetup -p1 -n sqlite3-to-mysql-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/sqlite3mysql
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.UVzfoz/_old  2023-11-02 20:21:21.175577406 +0100
+++ /var/tmp/diff_new_pack.UVzfoz/_new  2023-11-02 20:21:21.179577554 +0100
@@ -1,11 +1,11 @@
 <services>
-  <service mode="disabled" name="obs_scm">
-    <param name="url">git://github.com/techouse/sqlite3-to-mysql.git</param>
+  <service mode="manual" name="obs_scm">
+    <param name="url">https://github.com/techouse/sqlite3-to-mysql.git</param>
     <param name="scm">git</param>
-    <param name="revision">master</param>
-    <param name="versionformat">1.4.1</param>
+    <param name="revision">v2.1.0</param>
+    <param name="versionformat">2.1.0</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>

++++++ sqlite3-to-mysql-1.4.1.obscpio -> sqlite3-to-mysql-2.1.0.obscpio ++++++
++++ 6337 lines of diff (skipped)

++++++ sqlite3-to-mysql.obsinfo ++++++
--- /var/tmp/diff_new_pack.UVzfoz/_old  2023-11-02 20:21:21.283581380 +0100
+++ /var/tmp/diff_new_pack.UVzfoz/_new  2023-11-02 20:21:21.287581528 +0100
@@ -1,6 +1,5 @@
 name: sqlite3-to-mysql
-version: 1.4.1
-mtime: 1619471616
-commit: 9d4dc164deddbccdfedbc90ff443ef2fbc012686
-
+version: 2.1.0
+mtime: 1697282695
+commit: 0a3403e896def960bb608f7366ff2db0d36447af
 

Reply via email to