forked from pool/python-sqlite3-to-mysql
Accepting request 1140875 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1140875 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sqlite3-to-mysql?expand=0&rev=5
This commit is contained in:
5
_service
5
_service
@@ -2,8 +2,9 @@
|
||||
<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">v2.1.0</param>
|
||||
<param name="versionformat">2.1.0</param>
|
||||
<param name="revision">v2.1.7</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service mode="manual" name="set_version"/>
|
||||
<service mode="buildtime" name="tar"/>
|
||||
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 20 13:18:29 UTC 2024 - Enno Gotthold <egotthold@suse.com>
|
||||
|
||||
- Update to 2.1.7
|
||||
- Update to 2.1.5
|
||||
* feat: add support for UNSIGNED numeric data type conversion
|
||||
* fix: fix invalid column_type error message
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 22 14:13:29 UTC 2023 - Enno Gotthold <egotthold@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sqlite3-to-mysql
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,14 +16,15 @@
|
||||
#
|
||||
|
||||
|
||||
%define short_name sqlite3-to-mysql
|
||||
%define skip_python2 1
|
||||
Name: python-sqlite3-to-mysql
|
||||
Version: 2.1.0
|
||||
Version: 2.1.7
|
||||
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
|
||||
Source: %{short_name}-%{version}.tar.gz
|
||||
BuildRequires: %{python_module SQLAlchemy-Utils}
|
||||
BuildRequires: %{python_module SQLAlchemy}
|
||||
BuildRequires: %{python_module docker}
|
||||
@@ -37,13 +38,15 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
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-mysql-connector-python >= 8.2.0
|
||||
Requires: python-packaging
|
||||
Requires: python-pytimeparse2
|
||||
Requires: python-simplejson >= 3.19.1
|
||||
Requires: python-tabulate
|
||||
Requires: python-tqdm >= 4.65.0
|
||||
Requires: python-typing_extensions
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module Sphinx}
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d24d6bebb4cb1d5393a4d701aca686ff3b303afea13dbf8d3a36e9e0051dc8f
|
||||
size 193035
|
3
sqlite3-to-mysql-2.1.7.obscpio
Normal file
3
sqlite3-to-mysql-2.1.7.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1a35f87ff486353f0d337dcdc799b44b607a25eee78c54d463e587bc511afd8
|
||||
size 207371
|
@@ -1,4 +1,4 @@
|
||||
name: sqlite3-to-mysql
|
||||
version: 2.1.0
|
||||
mtime: 1697282695
|
||||
commit: 0a3403e896def960bb608f7366ff2db0d36447af
|
||||
version: 2.1.7
|
||||
mtime: 1705180042
|
||||
commit: 06ef89e5bc7592486759266523d9ebb78da52679
|
||||
|
Reference in New Issue
Block a user