forked from pool/python-sqlite3-to-mysql
Accepting request 1140117 from home:SchoolGuy:branches:devel:languages:python
Update to 2.1.7 OBS-URL: https://build.opensuse.org/request/show/1140117 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlite3-to-mysql?expand=0&rev=11
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user