From 4472489dd803d91cabcc7671aa1393972deaad3eed6e5be549fbf52e9334d479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 24 Jun 2021 11:58:31 +0000 Subject: [PATCH] Accepting request 901123 from home:jengelh:branches:devel:languages:python - Ensure neutrality of descriptions. OBS-URL: https://build.opensuse.org/request/show/901123 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlite3-to-mysql?expand=0&rev=4 --- python-sqlite3-to-mysql.changes | 5 +++++ python-sqlite3-to-mysql.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-sqlite3-to-mysql.changes b/python-sqlite3-to-mysql.changes index a23b287..f334b56 100644 --- a/python-sqlite3-to-mysql.changes +++ b/python-sqlite3-to-mysql.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 21 10:13:44 UTC 2021 - Jan Engelhardt + +- Ensure neutrality of descriptions. + ------------------------------------------------------------------- Sun Jun 20 13:41:07 UTC 2021 - Enno Gotthold diff --git a/python-sqlite3-to-mysql.spec b/python-sqlite3-to-mysql.spec index d161364..b6fa8f1 100644 --- a/python-sqlite3-to-mysql.spec +++ b/python-sqlite3-to-mysql.spec @@ -20,7 +20,7 @@ Name: python-sqlite3-to-mysql Version: 1.4.1 Release: 0 -Summary: A simple Python tool to transfer data from SQLite 3 to MySQL +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 @@ -61,10 +61,10 @@ BuildArch: noarch %python_subpackages %description -A simple Python tool to transfer data from SQLite 3 to MySQL +A Python tool to transfer data from SQLite 3 to MySQL %prep -%setup -q -n sqlite3-to-mysql-%{version} +%autosetup -p1 -n sqlite3-to-mysql-%{version} %build %python_build