17
0

37 Commits

Author SHA256 Message Date
0f0382624c Accepting request 1319653 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1319653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-extra?expand=0&rev=13
2025-11-24 13:08:42 +00:00
7b49e9442a update to 7.1.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=36
2025-11-24 08:40:37 +00:00
923660e884 update to 7.0.1 (but keep pytest 8.2.1 as requirement, although upstream states 9.0.0); add libalternatives for new executable click-extra
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=35
2025-11-21 15:28:00 +00:00
fbb149e059 Accepting request 1315698 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1315698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-extra?expand=0&rev=12
2025-11-05 15:19:38 +00:00
916c5fdf9d update to 6.1.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=33
2025-11-05 10:29:19 +00:00
60e5c0f32e Accepting request 1315324 from devel:languages:python
Forwarded request #1315098 from ojkastl_buildservice

update to 6.1.0

OBS-URL: https://build.opensuse.org/request/show/1315324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-extra?expand=0&rev=11
2025-11-03 17:56:26 +00:00
53b45688d5 update to 6.1.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=31
2025-11-03 14:34:31 +00:00
64f764b422 Accepting request 1312922 from devel:languages:python
- Update to 6.0.3:
  * Fix @config_option to accept Path objects as default value.
  * Add official support of Python 3.14.
  * Add --table-format option by default on @extra_command and @extra_group.
  * Let --table-format and --no-color affect the rendering of --show-params
    table.
  * Swap Class and Spec. columns in --show-params output.
  * Classify table formats into two categories: markup formats and
    plain-text formats.
  * Fix display in --show-params for parameters sharing the same name.
  * Fix detection in the --version option of the module in which the user's
    CLI is implemented.
  * Rename click_extra.tabulate namespace to click_extra.table.
  * Expose click._utils.UNSET and click.logging.LogLevel at the root
    click_extra module.
  * Replace unmaintained mergedeep dependency by deepmerge.
- Ship the license and readme in the binary packages.

- Currently broken, waiting on the resolution of the upstream
  click 8.2.2 drama (gh#pallets/click#3024).
- 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

OBS-URL: https://build.opensuse.org/request/show/1312922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-extra?expand=0&rev=10
2025-10-23 14:35:39 +00:00
5501f8a79b - Update to 6.0.3:
* Fix @config_option to accept Path objects as default value.
  * Add official support of Python 3.14.
  * Add --table-format option by default on @extra_command and @extra_group.
  * Let --table-format and --no-color affect the rendering of --show-params
    table.
  * Swap Class and Spec. columns in --show-params output.
  * Classify table formats into two categories: markup formats and
    plain-text formats.
  * Fix display in --show-params for parameters sharing the same name.
  * Fix detection in the --version option of the module in which the user's
    CLI is implemented.
  * Rename click_extra.tabulate namespace to click_extra.table.
  * Expose click._utils.UNSET and click.logging.LogLevel at the root
    click_extra module.
  * Replace unmaintained mergedeep dependency by deepmerge.
- Ship the license and readme in the binary packages.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=29
2025-10-22 03:12:36 +00:00
d22d673427 - Currently broken, waiting on the resolution of the upstream
click 8.2.2 drama (gh#pallets/click#3024).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=28
2025-08-09 07:13:04 +00:00
538946ee3b Fix changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=27
2025-08-08 20:35:49 +00:00
993ca2510b Fixed dependencies according to the pyproject.toml.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=26
2025-08-08 20:34:42 +00:00
7f03babe9b I HAVE CHECKED THAT THIS TARBALL BUILDS WITH CLOUP 3.0.7
- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=25
2025-08-08 18:48:32 +00:00
990683f8bb 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
2025-08-08 18:39:11 +00:00
bba4e8252d Accepting request 1297564 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 5.1.0, needs a newer version of cloup

OBS-URL: https://build.opensuse.org/request/show/1297564
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=23
2025-08-05 18:44:04 +00:00
c8b663037e Accepting request 1281759 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1281759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-extra?expand=0&rev=9
2025-06-02 20:00:09 +00:00
a3782c6788 update to 5.0.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=21
2025-06-02 07:14:37 +00:00
45df110128 Accepting request 1281145 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1281145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-extra?expand=0&rev=8
2025-05-30 12:31:17 +00:00
88cb566ac6 update to 5.0.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=19
2025-05-29 12:38:39 +00:00
5c616e0495 - Skip failing tests with python-click 8.2.1
gh#kdeldycke/click-extra#1264

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=18
2025-05-27 12:37:57 +00:00
8375479306 update to 5.0.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=17
2025-05-16 06:20:26 +00:00
2b8ad1fb74 Accepting request 1250447 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1250447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-extra?expand=0&rev=7
2025-03-06 13:48:47 +00:00
7c694c20ef update to 4.15.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=15
2025-03-05 14:54:24 +00:00
696f1a010d Accepting request 1248004 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1248004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-extra?expand=0&rev=6
2025-02-24 14:49:08 +00:00
fcbbb33dac update to 4.14.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=13
2025-02-24 07:45:53 +00:00
c897dcd690 Accepting request 1246410 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1246410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-extra?expand=0&rev=5
2025-02-17 19:56:48 +00:00
da577395a8 update to 4.14.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=11
2025-02-17 12:03:44 +00:00
434317d47e Accepting request 1241209 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1241209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-extra?expand=0&rev=4
2025-01-30 13:51:42 +00:00
08434b50cc update to 4.13.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=9
2025-01-29 14:49:35 +00:00
3554bfb095 Accepting request 1238977 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1238977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-extra?expand=0&rev=3
2025-01-20 16:15:02 +00:00
89027fb277 update to 4.12.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=7
2025-01-20 10:33:48 +00:00
b2cc636fa5 Accepting request 1238240 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1238240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-extra?expand=0&rev=2
2025-01-16 17:34:39 +00:00
56eba5fe23 - Add click818.patch to fix tests with new click
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=5
2025-01-16 12:26:54 +00:00
5c414eb056 Accepting request 1228697 from devel:languages:python
new package python-click-extra: Drop-in replacement for Click to make user-friendly and colorful CLI

OBS-URL: https://build.opensuse.org/request/show/1228697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-extra?expand=0&rev=1
2024-12-06 13:27:17 +00:00
2e0302a9be update to 4.11.7, which drops the commentjson dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=3
2024-12-06 07:02:40 +00:00
665614005f Clean up the SPEC
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=2
2024-11-28 17:57:09 +00:00
cc217a9a77 new package python-click-extra: Drop-in replacement for Click to make user-friendly and colorful CLI
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-extra?expand=0&rev=1
2024-11-28 17:50:54 +00:00