Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-click-extra for 
openSUSE:Factory checked in at 2025-01-16 18:34:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-click-extra (Old)
 and      /work/SRC/openSUSE:Factory/.python-click-extra.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-click-extra"

Thu Jan 16 18:34:39 2025 rev:2 rq:1238240 version:4.11.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-click-extra/python-click-extra.changes    
2024-12-06 14:27:38.383658232 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-click-extra.new.1881/python-click-extra.changes
  2025-01-16 18:35:13.916675174 +0100
@@ -1,0 +2,5 @@
+Thu Jan 16 11:19:15 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Add click818.patch to fix tests with new click
+
+-------------------------------------------------------------------

New:
----
  click818.patch

BETA DEBUG BEGIN:
  New:
- Add click818.patch to fix tests with new click
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-click-extra.spec ++++++
--- /var/tmp/diff_new_pack.3kpPYZ/_old  2025-01-16 18:35:14.416695819 +0100
+++ /var/tmp/diff_new_pack.3kpPYZ/_new  2025-01-16 18:35:14.416695819 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-click-extra
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,8 @@
 License:        GPL-2.0-or-later
 URL:            https://github.com/kdeldycke/click-extra
 Source:         
https://github.com/kdeldycke/click-extra/archive/v%{version}.tar.gz#/%{module_name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM 
https://github.com/kdeldycke/click-extra/commit/ab9cff085aefff5787a2c9c7def8e71c9d3ed379
 Fix 8.1.8 tests
+Patch:          click818.patch
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module poetry-core >= 1.0.0}
 BuildRequires:  %{python_module setuptools}

++++++ click818.patch ++++++
>From ab9cff085aefff5787a2c9c7def8e71c9d3ed379 Mon Sep 17 00:00:00 2001
From: Kevin Deldycke <ke...@deldycke.com>
Date: Fri, 3 Jan 2025 08:47:19 +0400
Subject: [PATCH] Fix 8.1.8 tests

---
 pyproject.toml           | 5 +----
 tests/test_parameters.py | 2 +-
 uv.lock                  | 2 +-
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/tests/test_parameters.py b/tests/test_parameters.py
index f064b448d..032c9cffd 100644
--- a/tests/test_parameters.py
+++ b/tests/test_parameters.py
@@ -407,7 +407,7 @@ def show_params():
     table = [
         (
             "show-params.help",
-            "click.core.Option",
+            "click.decorators.HelpOption",
             "--help",
             "click.types.BoolParamType",
             "bool",

Reply via email to