forked from pool/python-sqlite3-to-mysql
Accepting request 1119889 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1119889 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sqlite3-to-mysql?expand=0&rev=4
This commit is contained in:
10
_service
10
_service
@@ -1,11 +1,11 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="obs_scm">
|
<service mode="manual" name="obs_scm">
|
||||||
<param name="url">git://github.com/techouse/sqlite3-to-mysql.git</param>
|
<param name="url">https://github.com/techouse/sqlite3-to-mysql.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">master</param>
|
<param name="revision">v2.1.0</param>
|
||||||
<param name="versionformat">1.4.1</param>
|
<param name="versionformat">2.1.0</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version"/>
|
<service mode="manual" name="set_version"/>
|
||||||
<service mode="buildtime" name="tar"/>
|
<service mode="buildtime" name="tar"/>
|
||||||
<service mode="buildtime" name="recompress">
|
<service mode="buildtime" name="recompress">
|
||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
|
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 22 14:13:29 UTC 2023 - Enno Gotthold <egotthold@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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 3 01:01:44 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Sat Dec 3 01:01:44 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sqlite3-to-mysql
|
# 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
|
# 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,29 +18,32 @@
|
|||||||
|
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-sqlite3-to-mysql
|
Name: python-sqlite3-to-mysql
|
||||||
Version: 1.4.16
|
Version: 2.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python tool to transfer data from SQLite 3 to MySQL
|
Summary: A 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_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: %{python_module setuptools}
|
||||||
BuildRequires: docker
|
BuildRequires: docker
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python3-SQLAlchemy
|
Requires: python-Unidecode >= 1.3.6
|
||||||
BuildRequires: python3-SQLAlchemy-Utils
|
Requires: python-click >= 8.1.3
|
||||||
BuildRequires: python3-docker
|
Requires: python-mysql-connector-python >= 8.0.33
|
||||||
BuildRequires: python3-factory_boy
|
Requires: python-packaging >= 23.1
|
||||||
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-pytimeparse >= 1.1.8
|
||||||
Requires: python-simplejson >= 3.16.0
|
Requires: python-simplejson >= 3.19.1
|
||||||
Requires: python-six >= 1.12.0
|
|
||||||
Requires: python-tabulate
|
Requires: python-tabulate
|
||||||
Requires: python-tqdm >= 4.35.0
|
Requires: python-tqdm >= 4.65.0
|
||||||
|
Requires: python-typing_extensions
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module Sphinx}
|
BuildRequires: %{python_module Sphinx}
|
||||||
@@ -67,10 +70,10 @@ A Python tool to transfer data from SQLite 3 to MySQL
|
|||||||
%autosetup -p1 -n sqlite3-to-mysql-%{version}
|
%autosetup -p1 -n sqlite3-to-mysql-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_clone -a %{buildroot}%{_bindir}/sqlite3mysql
|
%python_clone -a %{buildroot}%{_bindir}/sqlite3mysql
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:63327f0b7efad5642bc6c9939cd188101bdb4194989f81eef5ffce18c4669853
|
|
||||||
size 151051
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:62f72df2b3fa0f01482958c5641391bede57009941fc1f15d508db943495ff80
|
|
||||||
size 33300
|
|
3
sqlite3-to-mysql-2.1.0.obscpio
Normal file
3
sqlite3-to-mysql-2.1.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4d24d6bebb4cb1d5393a4d701aca686ff3b303afea13dbf8d3a36e9e0051dc8f
|
||||||
|
size 193035
|
@@ -1,5 +1,4 @@
|
|||||||
name: sqlite3-to-mysql
|
name: sqlite3-to-mysql
|
||||||
version: 1.4.1
|
version: 2.1.0
|
||||||
mtime: 1619471616
|
mtime: 1697282695
|
||||||
commit: 9d4dc164deddbccdfedbc90ff443ef2fbc012686
|
commit: 0a3403e896def960bb608f7366ff2db0d36447af
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user