forked from pool/python-sqlite3-to-mysql
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
This commit is contained in:
15
_service
Normal file
15
_service
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<services>
|
||||||
|
<service mode="disabled" name="obs_scm">
|
||||||
|
<param name="url">git://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>
|
||||||
|
</service>
|
||||||
|
<service mode="disabled" name="set_version"/>
|
||||||
|
<service mode="buildtime" name="tar"/>
|
||||||
|
<service mode="buildtime" name="recompress">
|
||||||
|
<param name="compression">gz</param>
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
</service>
|
||||||
|
</services>
|
||||||
|
|
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 20 13:41:07 UTC 2021 - Enno Gotthold <egotthold@suse.com>
|
||||||
|
|
||||||
|
- 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 <egotthold@suse.com>
|
Mon Jan 4 12:33:40 UTC 2021 - Enno Gotthold <egotthold@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sqlite3-to-mysql
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,35 +18,35 @@
|
|||||||
|
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-sqlite3-to-mysql
|
Name: python-sqlite3-to-mysql
|
||||||
Version: 1.3.11
|
Version: 1.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A simple Python tool to transfer data from SQLite 3 to MySQL
|
Summary: A simple Python tool to transfer data from SQLite 3 to MySQL
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/techouse/sqlite3-to-mysql
|
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
|
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: %{python_module setuptools}
|
||||||
BuildRequires: python3-docker
|
BuildRequires: docker
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python3-SQLAlchemy
|
BuildRequires: python3-SQLAlchemy
|
||||||
BuildRequires: python3-SQLAlchemy-Utils
|
BuildRequires: python3-SQLAlchemy-Utils
|
||||||
|
BuildRequires: python3-docker
|
||||||
BuildRequires: python3-factory_boy
|
BuildRequires: python3-factory_boy
|
||||||
BuildRequires: python3-pytest-timeout
|
BuildRequires: python3-pytest-timeout
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module click >= 7.0}
|
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 mysql-connector-python >= 8.0.18}
|
||||||
BuildRequires: %{python_module packaging >= 20.3}
|
BuildRequires: %{python_module packaging >= 20.3}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module pytimeparse >= 1.1.8}
|
BuildRequires: %{python_module pytimeparse >= 1.1.8}
|
||||||
BuildRequires: %{python_module simplejson >= 3.16.0}
|
BuildRequires: %{python_module simplejson >= 3.16.0}
|
||||||
BuildRequires: %{python_module six >= 1.12.0}
|
BuildRequires: %{python_module six >= 1.12.0}
|
||||||
|
BuildRequires: %{python_module sphinxcontrib-programoutput}
|
||||||
BuildRequires: %{python_module tabulate}
|
BuildRequires: %{python_module tabulate}
|
||||||
BuildRequires: %{python_module tqdm >= 4.35.0}
|
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
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-click >= 7.0
|
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_clone -a %{buildroot}%{_bindir}/sqlite3mysql
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative sqlite3mysql
|
%python_install_alternative sqlite3mysql
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1ac7c68667f19750af8c162a775ee9d927cb72a97ed355e769df9b7eaf4202c4
|
|
||||||
size 29743
|
|
3
sqlite3-to-mysql-1.4.1.obscpio
Normal file
3
sqlite3-to-mysql-1.4.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:63327f0b7efad5642bc6c9939cd188101bdb4194989f81eef5ffce18c4669853
|
||||||
|
size 151051
|
3
sqlite3-to-mysql-1.4.1.tar.gz
Normal file
3
sqlite3-to-mysql-1.4.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ccb48c1c584eac5c1126119eebfa4b1daa6b936f3806d89f398fcc4c1d700c04
|
||||||
|
size 29334
|
5
sqlite3-to-mysql.obsinfo
Normal file
5
sqlite3-to-mysql.obsinfo
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
name: sqlite3-to-mysql
|
||||||
|
version: 1.4.1
|
||||||
|
mtime: 1619471616
|
||||||
|
commit: 9d4dc164deddbccdfedbc90ff443ef2fbc012686
|
||||||
|
|
Reference in New Issue
Block a user