forked from pool/python-click-extra
Accepting request 1298434 from devel:languages:python
revert OBS-URL: https://build.opensuse.org/request/show/1298434 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=24
This commit is contained in:
3
click-extra-5.0.2.tar.gz
Normal file
3
click-extra-5.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b60974b4c6f21fe5e794d0dda12346b825f46ccd5b8e000c643d1c539ef57c20
|
||||
size 515512
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e65e3676fcb3bf65f284e5fc60ca7aaa21fa6d5c675e26fdf75f36dce8da185
|
||||
size 522006
|
||||
@@ -1,26 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 3 11:36:24 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 5.1.0:
|
||||
* Add support for MyST Markdown syntax for click:example and
|
||||
click:run Sphinx directives.
|
||||
* Add support for all code-block options to click:example and
|
||||
click:run: :linenos:, :lineno-start:, :emphasize-lines:,
|
||||
:force:, :caption:, :name:, :class: and :dedent:.
|
||||
* Add new :show-source:/:hide-source:,
|
||||
:show-results:/:hide-results: and :language: options to
|
||||
click:example and click:run. Closes {issue}719.
|
||||
* Support non-string choices in colored help screens. Closes
|
||||
{issue}1284.
|
||||
* Replace LOG_LEVELS mapping with LogLevel enum.
|
||||
* Remove DEFAULT_LEVEL_NAME constants.
|
||||
* Fix rendering of default values in --show-params output.
|
||||
* Fix reconciliation of flags' environment variables.
|
||||
* Force requirement on cloup >= 3.0.7.
|
||||
* Be more informative when error is found in click:example and
|
||||
click:run Sphinx directives by displaying the path of the
|
||||
original document and the line number of the error.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 31 13:26:50 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-click-extra
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# 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
|
||||
@@ -19,7 +19,7 @@
|
||||
%define module_name click-extra
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-click-extra
|
||||
Version: 5.1.0
|
||||
Version: 5.0.2
|
||||
Release: 0
|
||||
Summary: Drop-in replacement for Click to make user-friendly and colorful CLI
|
||||
License: GPL-2.0-or-later
|
||||
@@ -33,8 +33,8 @@ 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 >= 25.0.0}
|
||||
BuildRequires: %{python_module click >= 8.2.2}
|
||||
BuildRequires: %{python_module cloup >= 3.0.7}
|
||||
BuildRequires: %{python_module click >= 8.2.0}
|
||||
BuildRequires: %{python_module cloup >= 3.0.5}
|
||||
BuildRequires: %{python_module extra-platforms >= 3.1.0}
|
||||
BuildRequires: %{python_module mergedeep >= 1.3.4}
|
||||
BuildRequires: %{python_module requests >= 2.32.3}
|
||||
@@ -47,7 +47,7 @@ BuildRequires: %{python_module xmltodict >= 0.14.2}
|
||||
BuildRequires: %{python_module pygments >= 2.14}
|
||||
BuildRequires: %{python_module pygments-ansi-color >= 0.3.0}
|
||||
# https://github.com/kdeldycke/click-extra/blob/v4.8.3/pyproject.toml#L117
|
||||
BuildRequires: %{python_module pytest >= 8.3.0}
|
||||
BuildRequires: %{python_module pytest >= 8}
|
||||
BuildRequires: %{python_module pytest-httpserver >= 1.0.6}
|
||||
BuildRequires: %{python_module pytest-randomly >= 3.16.0}
|
||||
# /SECTION
|
||||
@@ -56,8 +56,8 @@ BuildRequires: python-rpm-macros
|
||||
# https://github.com/kdeldycke/click-extra/blob/v4.8.3/pyproject.toml#L67
|
||||
Requires: python-PyYAML >= 6.0.0
|
||||
Requires: python-boltons >= 25.0.0
|
||||
Requires: python-click >= 8.2.2
|
||||
Requires: python-cloup >= 3.0.7
|
||||
Requires: python-click >= 8.2.0
|
||||
Requires: python-cloup >= 3.0.5
|
||||
Requires: python-extra-platforms >= 3.1.0
|
||||
Requires: python-mergedeep >= 1.3.4
|
||||
Requires: python-requests >= 2.32.3
|
||||
|
||||
Reference in New Issue
Block a user