forked from pool/python-click-repl
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b2d16f37de | |||
| e328f290e8 |
@@ -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>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user