From 70d264b656c89e00adcfaf7847068da881ea593b3b4618de0d0ac0b2faaac603 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 5 Feb 2024 13:30:29 +0000 Subject: [PATCH] - Require Arpeggio >= 2.0.0 fixing build fails OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textX?expand=0&rev=39 --- python-textX.changes | 5 +++++ python-textX.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-textX.changes b/python-textX.changes index f970dcb..c40b714 100644 --- a/python-textX.changes +++ b/python-textX.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 5 13:29:19 UTC 2024 - Sebastian Wagner + +- Require Arpeggio >= 2.0.0 fixing build fails + ------------------------------------------------------------------- Mon Sep 11 05:42:48 UTC 2023 - Steve Kowalik diff --git a/python-textX.spec b/python-textX.spec index 65ee283..0d31b34 100644 --- a/python-textX.spec +++ b/python-textX.spec @@ -1,7 +1,7 @@ # # spec file for package python-textX # -# 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 @@ -31,14 +31,14 @@ BuildRequires: python-rpm-macros %if 0%{?sle_version} == 150200 || 0%{?sle_version} == 150300 BuildRequires: python2-xml %endif -Requires: python-Arpeggio >= 1.9.0 -Requires: python-click >= 7.0 +Requires: python-Arpeggio >= 2.0.0 +Recommends: python-click >= 7.0 Requires(post): update-alternatives Requires(postun):update-alternatives Obsoletes: %{name}-doc BuildArch: noarch # SECTION tests -BuildRequires: %{python_module Arpeggio} +BuildRequires: %{python_module Arpeggio >= 2.0.0} BuildRequires: %{python_module Jinja2} BuildRequires: %{python_module click >= 7.0} BuildRequires: %{python_module html5lib}