14
0
forked from pool/python-click

- Update to 8.2.1:

* Fix flag value handling for flag options with a provided type.
    #2894 #2897
  * Fix shell completion for nested groups. #2906
  * Flush sys.stderr at the end of CliRunner.invoke. #2682
  * Fix EOF handling for stdin input in CliRunner. #2787
- Update URL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=56
This commit is contained in:
2025-05-21 07:16:56 +00:00
committed by Git OBS Bridge
parent 2167b5b588
commit b91e29f19d
4 changed files with 16 additions and 6 deletions

View File

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

BIN
click-8.2.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed May 21 07:16:31 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 8.2.1:
* Fix flag value handling for flag options with a provided type.
#2894 #2897
* Fix shell completion for nested groups. #2906
* Flush sys.stderr at the end of CliRunner.invoke. #2682
* Fix EOF handling for stdin input in CliRunner. #2787
- Update URL.
-------------------------------------------------------------------
Sun May 11 06:30:48 UTC 2025 - Sebastian Wagner <sebix@sebix.at>

View File

@@ -18,12 +18,11 @@
%{?sle15_python_module_pythons}
Name: python-click
Version: 8.2.0
Version: 8.2.1
Release: 0
Summary: A wrapper around optparse for command line utilities
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/mitsuhiko/click
URL: https://github.com/pallets/click
Source: https://files.pythonhosted.org/packages/source/c/click/click-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module flit-core}