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 2022-12-06 14:23:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sqlite3-to-mysql (Old) and /work/SRC/openSUSE:Factory/.python-sqlite3-to-mysql.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sqlite3-to-mysql" Tue Dec 6 14:23:10 2022 rev:3 rq:1040400 version:1.4.16 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sqlite3-to-mysql/python-sqlite3-to-mysql.changes 2021-06-24 18:23:16.076962393 +0200 +++ /work/SRC/openSUSE:Factory/.python-sqlite3-to-mysql.new.1835/python-sqlite3-to-mysql.changes 2022-12-06 14:23:18.453592122 +0100 @@ -1,0 +2,15 @@ +Sat Dec 3 01:01:44 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@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 + +------------------------------------------------------------------- Old: ---- sqlite3-to-mysql-1.4.1.tar.gz New: ---- sqlite3-to-mysql-1.4.16.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sqlite3-to-mysql.spec ++++++ --- /var/tmp/diff_new_pack.wJgscs/_old 2022-12-06 14:23:19.113597749 +0100 +++ /var/tmp/diff_new_pack.wJgscs/_new 2022-12-06 14:23:19.117597784 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-sqlite3-to-mysql # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-sqlite3-to-mysql -Version: 1.4.1 +Version: 1.4.16 Release: 0 Summary: A Python tool to transfer data from SQLite 3 to MySQL License: MIT @@ -26,15 +26,25 @@ Source: https://files.pythonhosted.org/packages/source/s/sqlite3-to-mysql/sqlite3-to-mysql-%{version}.tar.gz 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-pytimeparse >= 1.1.8 +Requires: python-simplejson >= 3.16.0 +Requires: python-six >= 1.12.0 +Requires: python-tabulate +Requires: python-tqdm >= 4.35.0 +BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module click >= 7.0} BuildRequires: %{python_module Sphinx} +BuildRequires: %{python_module click >= 7.0} BuildRequires: %{python_module coverage} BuildRequires: %{python_module ddt} BuildRequires: %{python_module flake8} @@ -48,16 +58,6 @@ 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-packaging >= 20.3 -Requires: python-pytimeparse >= 1.1.8 -Requires: python-simplejson >= 3.16.0 -Requires: python-six >= 1.12.0 -Requires: python-tabulate -Requires: python-tqdm >= 4.35.0 -BuildArch: noarch %python_subpackages %description @@ -84,6 +84,7 @@ %doc README.md %license LICENSE %python_alternative %{_bindir}/sqlite3mysql -%{python_sitelib}/* +%{python_sitelib}/sqlite3_to_mysql-%{version}*-info +%{python_sitelib}/sqlite3_to_mysql %changelog ++++++ sqlite3-to-mysql-1.4.1.tar.gz -> sqlite3-to-mysql-1.4.16.tar.gz ++++++ ++++ 2297 lines of diff (skipped)