15
0

Compare commits

2 Commits

2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 2 09:44:29 UTC 2026 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- Pin to click < 8.2.0
-------------------------------------------------------------------
Sat Oct 7 18:03:57 UTC 2023 - Martin Schreiner <martin.schreiner@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-click-repl
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,8 @@ License: MIT
URL: https://github.com/untitaker/click-repl
# No tests in PyPI archive
Source: https://github.com/click-contrib/click-repl/archive/%{version}.tar.gz#/click-repl-%{version}-gh.tar.gz
BuildRequires: %{python_module click}
# https://github.com/click-contrib/click-repl/issues/128
BuildRequires: %{python_module click < 8.2.0}
BuildRequires: %{python_module prompt_toolkit}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}