From 05378f5f33f2d1d85b43ca58b9c8d3228ead7aab35ef9ee265ced211d33bcf96 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 29 Jan 2024 14:15:49 +0000 Subject: [PATCH] Accepting request 1142238 from home:pgajdos:python - python-six is not required OBS-URL: https://build.opensuse.org/request/show/1142238 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlite3-to-mysql?expand=0&rev=13 --- python-sqlite3-to-mysql.changes | 5 +++++ python-sqlite3-to-mysql.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-sqlite3-to-mysql.changes b/python-sqlite3-to-mysql.changes index bb76457..2ec6473 100644 --- a/python-sqlite3-to-mysql.changes +++ b/python-sqlite3-to-mysql.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 29 11:42:15 UTC 2024 - pgajdos@suse.com + +- python-six is not required + ------------------------------------------------------------------- Sat Jan 20 13:18:29 UTC 2024 - Enno Gotthold diff --git a/python-sqlite3-to-mysql.spec b/python-sqlite3-to-mysql.spec index 9466657..152313a 100644 --- a/python-sqlite3-to-mysql.spec +++ b/python-sqlite3-to-mysql.spec @@ -46,7 +46,7 @@ Requires: python-tabulate Requires: python-tqdm >= 4.65.0 Requires: python-typing_extensions Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Sphinx} @@ -59,7 +59,6 @@ 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}