From 73db2366651f106b1e54771340c49d463f9d9467961741bfc8318e1ca4d97ab3 Mon Sep 17 00:00:00 2001 From: Enno Gotthold Date: Sun, 20 Jun 2021 16:10:08 +0000 Subject: [PATCH] Accepting request 901008 from home:SchoolGuy:branches:devel:languages:python - Update to Version 1.4.1 * Handle duplicate indices * Transition from TravisCI to GH Actions OBS-URL: https://build.opensuse.org/request/show/901008 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlite3-to-mysql?expand=0&rev=2 --- _service | 15 +++++++++++++++ python-sqlite3-to-mysql.changes | 7 +++++++ python-sqlite3-to-mysql.spec | 25 ++++++++++++------------- sqlite3-to-mysql-1.3.11.tar.gz | 3 --- sqlite3-to-mysql-1.4.1.obscpio | 3 +++ sqlite3-to-mysql-1.4.1.tar.gz | 3 +++ sqlite3-to-mysql.obsinfo | 5 +++++ 7 files changed, 45 insertions(+), 16 deletions(-) create mode 100644 _service delete mode 100644 sqlite3-to-mysql-1.3.11.tar.gz create mode 100644 sqlite3-to-mysql-1.4.1.obscpio create mode 100644 sqlite3-to-mysql-1.4.1.tar.gz create mode 100644 sqlite3-to-mysql.obsinfo diff --git a/_service b/_service new file mode 100644 index 0000000..381381b --- /dev/null +++ b/_service @@ -0,0 +1,15 @@ + + + git://github.com/techouse/sqlite3-to-mysql.git + git + master + 1.4.1 + + + + + gz + *.tar + + + diff --git a/python-sqlite3-to-mysql.changes b/python-sqlite3-to-mysql.changes index f3489ef..a23b287 100644 --- a/python-sqlite3-to-mysql.changes +++ b/python-sqlite3-to-mysql.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jun 20 13:41:07 UTC 2021 - Enno Gotthold + +- Update to Version 1.4.1 + * Handle duplicate indices + * Transition from TravisCI to GH Actions + ------------------------------------------------------------------- Mon Jan 4 12:33:40 UTC 2021 - Enno Gotthold diff --git a/python-sqlite3-to-mysql.spec b/python-sqlite3-to-mysql.spec index dba69a0..d161364 100644 --- a/python-sqlite3-to-mysql.spec +++ b/python-sqlite3-to-mysql.spec @@ -1,7 +1,7 @@ # # spec file for package python-sqlite3-to-mysql # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,37 +16,37 @@ # -%define skip_python2 1 +%define skip_python2 1 Name: python-sqlite3-to-mysql -Version: 1.3.11 +Version: 1.4.1 Release: 0 Summary: A simple 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-rpm-macros -BuildRequires: docker BuildRequires: %{python_module setuptools} -BuildRequires: python3-docker +BuildRequires: docker +BuildRequires: python-rpm-macros BuildRequires: python3-SQLAlchemy BuildRequires: python3-SQLAlchemy-Utils +BuildRequires: python3-docker BuildRequires: python3-factory_boy BuildRequires: python3-pytest-timeout # SECTION test requirements BuildRequires: %{python_module click >= 7.0} +BuildRequires: %{python_module Sphinx} +BuildRequires: %{python_module coverage} +BuildRequires: %{python_module ddt} +BuildRequires: %{python_module flake8} BuildRequires: %{python_module mysql-connector-python >= 8.0.18} BuildRequires: %{python_module packaging >= 20.3} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytimeparse >= 1.1.8} BuildRequires: %{python_module simplejson >= 3.16.0} BuildRequires: %{python_module six >= 1.12.0} +BuildRequires: %{python_module sphinxcontrib-programoutput} BuildRequires: %{python_module tabulate} BuildRequires: %{python_module tqdm >= 4.35.0} -BuildRequires: %{python_module coverage} -BuildRequires: %{python_module flake8} -BuildRequires: %{python_module pytest} -BuildRequires: %{python_module ddt} -BuildRequires: %{python_module Sphinx} -BuildRequires: %{python_module sphinxcontrib-programoutput} # /SECTION BuildRequires: fdupes Requires: python-click >= 7.0 @@ -74,7 +74,6 @@ A simple Python tool to transfer data from SQLite 3 to MySQL %python_clone -a %{buildroot}%{_bindir}/sqlite3mysql %python_expand %fdupes %{buildroot}%{$python_sitelib} - %post %python_install_alternative sqlite3mysql diff --git a/sqlite3-to-mysql-1.3.11.tar.gz b/sqlite3-to-mysql-1.3.11.tar.gz deleted file mode 100644 index 8069534..0000000 --- a/sqlite3-to-mysql-1.3.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ac7c68667f19750af8c162a775ee9d927cb72a97ed355e769df9b7eaf4202c4 -size 29743 diff --git a/sqlite3-to-mysql-1.4.1.obscpio b/sqlite3-to-mysql-1.4.1.obscpio new file mode 100644 index 0000000..3c305e5 --- /dev/null +++ b/sqlite3-to-mysql-1.4.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63327f0b7efad5642bc6c9939cd188101bdb4194989f81eef5ffce18c4669853 +size 151051 diff --git a/sqlite3-to-mysql-1.4.1.tar.gz b/sqlite3-to-mysql-1.4.1.tar.gz new file mode 100644 index 0000000..6931be3 --- /dev/null +++ b/sqlite3-to-mysql-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb48c1c584eac5c1126119eebfa4b1daa6b936f3806d89f398fcc4c1d700c04 +size 29334 diff --git a/sqlite3-to-mysql.obsinfo b/sqlite3-to-mysql.obsinfo new file mode 100644 index 0000000..063f39f --- /dev/null +++ b/sqlite3-to-mysql.obsinfo @@ -0,0 +1,5 @@ +name: sqlite3-to-mysql +version: 1.4.1 +mtime: 1619471616 +commit: 9d4dc164deddbccdfedbc90ff443ef2fbc012686 +