From d829bf33d6252a871caaaff2b506af34a6f84d149b10528302f0ab6cd3969658 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 30 May 2023 08:21:49 +0000 Subject: [PATCH] - require sqlalchemy < 2 due to agate-sql OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-csvkit?expand=0&rev=36 --- python-csvkit.changes | 5 +++++ python-csvkit.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-csvkit.changes b/python-csvkit.changes index 42953e4..254cf14 100644 --- a/python-csvkit.changes +++ b/python-csvkit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 30 08:21:00 UTC 2023 - Dirk Müller + +- require sqlalchemy < 2 due to agate-sql + ------------------------------------------------------------------- Mon Apr 17 08:59:16 UTC 2023 - pgajdos@suse.com diff --git a/python-csvkit.spec b/python-csvkit.spec index 696ac9e..29c9816 100644 --- a/python-csvkit.spec +++ b/python-csvkit.spec @@ -28,7 +28,7 @@ Group: Development/Languages/Python URL: https://github.com/wireservice/csvkit Source0: https://files.pythonhosted.org/packages/source/c/csvkit/csvkit-%{version}.tar.gz Source1: https://raw.githubusercontent.com/wireservice/csvkit/5f22e664121b13d9ff005a9206873a8f97431dca/examples/testdbf_converted.csv -BuildRequires: %{python_module SQLAlchemy >= 0.9.3} +BuildRequires: %{python_module SQLAlchemy >= 0.9.3 with %python-SQLAlchemy < 2} BuildRequires: %{python_module Sphinx >= 1.0.7} BuildRequires: %{python_module aenum} BuildRequires: %{python_module agate >= 1.6.1}