15
0

Accepting request 1238892 from home:ojkastl_buildservice:Branch_devel_languages_python

update to 4.12.0

OBS-URL: https://build.opensuse.org/request/show/1238892
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=7
This commit is contained in:
2025-01-20 10:33:48 +00:00
committed by Git OBS Bridge
parent b6c73ca481
commit e5e2f1b7ce
5 changed files with 20 additions and 35 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d440b110ddb2d6ec6c15824ed3ae62ed7c6facc7240e9d8813b26bab2457cb89
size 505886

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de9d947842f104ac1e202ba06590ec27f59e814425336b39dd51b04e45f90510
size 506330

View File

@@ -1,24 +0,0 @@
From ab9cff085aefff5787a2c9c7def8e71c9d3ed379 Mon Sep 17 00:00:00 2001
From: Kevin Deldycke <kevin@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",

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jan 20 06:03:47 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 4.12.0
- Remove Click Extra's own implementation of HelpOption class now
that fixes have reached Click's upstream.
- Redefine @help_option decorator to default to --help/-h
options.
- Add more logging examples in documentation.
- Add tests on ubuntu-24.04-arm and ubuntu-22.04-arm.
- Use uv to install specific versions of Python.
- remove patch click818.patch
-------------------------------------------------------------------
Thu Jan 16 11:19:15 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -19,14 +19,12 @@
%define module_name click-extra
%{?sle15_python_module_pythons}
Name: python-click-extra
Version: 4.11.7
Version: 4.12.0
Release: 0
Summary: Drop-in replacement for Click to make user-friendly and colorful CLI
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}
@@ -35,9 +33,9 @@ BuildRequires: %{python_module wheel}
# https://github.com/kdeldycke/click-extra/blob/v4.8.3/pyproject.toml#L67
BuildRequires: %{python_module PyYAML >= 6.0.0}
BuildRequires: %{python_module boltons >= 24.1.0}
BuildRequires: %{python_module click >= 8.1.4}
BuildRequires: %{python_module click >= 8.1.8}
BuildRequires: %{python_module cloup >= 3.0.5}
BuildRequires: %{python_module extra-platforms >= 1.6.0}
BuildRequires: %{python_module extra-platforms >= 2.0.0}
BuildRequires: %{python_module mergedeep >= 1.3.4}
BuildRequires: %{python_module requests >= 2.32.3}
BuildRequires: %{python_module tabulate >= 0.9}
@@ -89,9 +87,7 @@ BuildArch: noarch
%check
# remove coverage configuration
sed -i '/cov=/d' pyproject.toml
sed -i '/cov-report=/d' pyproject.toml
sed -i '/cov-config=pyproject.toml/d' pyproject.toml
sed -i '/--cov.*",/d' pyproject.toml
# ignore test that requires network connectivity
%pytest -k 'not (test_ansi_lexers_candidates)'