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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user