Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-click-repl for
openSUSE:Factory checked in at 2026-02-04 21:06:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-click-repl (Old)
and /work/SRC/openSUSE:Factory/.python-click-repl.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-click-repl"
Wed Feb 4 21:06:13 2026 rev:6 rq:1330709 version:0.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-click-repl/python-click-repl.changes
2023-10-08 12:24:18.067065857 +0200
+++
/work/SRC/openSUSE:Factory/.python-click-repl.new.1670/python-click-repl.changes
2026-02-04 21:06:17.945106952 +0100
@@ -1,0 +2,5 @@
+Mon Feb 2 09:44:29 UTC 2026 - Georg Pfuetzenreuter
<[email protected]>
+
+- Pin to click < 8.2.0
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-click-repl.spec ++++++
--- /var/tmp/diff_new_pack.5ngRtZ/_old 2026-02-04 21:06:19.433169271 +0100
+++ /var/tmp/diff_new_pack.5ngRtZ/_new 2026-02-04 21:06:19.437169438 +0100
@@ -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 @@
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}