15
0

19 Commits

Author SHA256 Message Date
dc2a044900 Accepting request 1296682 from devel:languages:python
- Update to 1.8.9:
  * Fix deprecation warning in Click 8.2.
  * Fix typing incompatibilities with Click 8.2.
  * Fixed no_args_is_help=True with Click 8.2.
  * Added Click 8.2's support for Parameter.deprecated: str | bool
  * Make text wrap instead of using ellipses for overflowing metavars in
    options tables.
  * Added --errors-in-output-format flag to rich-click CLI.
  * Actually fixed regression in stderr handling
  * Add ability to turn off option/command deduplication in groups
  * Fix regression in stderr handling
  * Fix incompatibility with click 8.2.0.
  * Fix issue with error messages not using user-defined styles.
  * Support rich.text.Text() objects for header_text, footer_text,
    errors_suggestion, and errors_epilogue.
  * Support {cmd} as an option/command group key when python -m {cmd} is the
    command_path.
  * Fixed incompatibility with Click 9.
  * Add --rich-config and --output options to the rich-click CLI.
  * Lazy load Rich to reduce overhead when not rendering help text.
  * Added RichHelpConfiguration.load_from_globals() classmethod, which pulls
    all configuration from rich_click.py.
  * Fix bug with regex highlighter for options and switches.
  * RichHelpConfiguration() is now asserted to be JSON serializable, as an
    option for porting configurations.
  * Moved exclusively to pyproject.toml and removed setup.py / setup.cfg
  * Moved to text_markup: Literal["markdown", "rich", "ansi", None] instead
    of booleans.
  * Fixed issue where error messages would not print to stderr by default.
- Switch to github tarball.

OBS-URL: https://build.opensuse.org/request/show/1296682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rich-click?expand=0&rev=9
2025-07-31 15:46:54 +00:00
1a3f62ea0d - Update to 1.8.9:
* Fix deprecation warning in Click 8.2.
  * Fix typing incompatibilities with Click 8.2.
  * Fixed no_args_is_help=True with Click 8.2.
  * Added Click 8.2's support for Parameter.deprecated: str | bool
  * Make text wrap instead of using ellipses for overflowing metavars in
    options tables.
  * Added --errors-in-output-format flag to rich-click CLI.
  * Actually fixed regression in stderr handling
  * Add ability to turn off option/command deduplication in groups
  * Fix regression in stderr handling
  * Fix incompatibility with click 8.2.0.
  * Fix issue with error messages not using user-defined styles.
  * Support rich.text.Text() objects for header_text, footer_text,
    errors_suggestion, and errors_epilogue.
  * Support {cmd} as an option/command group key when python -m {cmd} is the
    command_path.
  * Fixed incompatibility with Click 9.
  * Add --rich-config and --output options to the rich-click CLI.
  * Lazy load Rich to reduce overhead when not rendering help text.
  * Added RichHelpConfiguration.load_from_globals() classmethod, which pulls
    all configuration from rich_click.py.
  * Fix bug with regex highlighter for options and switches.
  * RichHelpConfiguration() is now asserted to be JSON serializable, as an
    option for porting configurations.
  * Moved exclusively to pyproject.toml and removed setup.py / setup.cfg
  * Moved to text_markup: Literal["markdown", "rich", "ansi", None] instead
    of booleans.
  * Fixed issue where error messages would not print to stderr by default.
- Switch to github tarball.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich-click?expand=0&rev=18
2025-07-31 02:38:57 +00:00
df17cb33e9 Accepting request 1285051 from devel:languages:python
- Convert to pip-based build and libalternatives

OBS-URL: https://build.opensuse.org/request/show/1285051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rich-click?expand=0&rev=8
2025-06-12 13:54:13 +00:00
49ff4a567c - Convert to pip-based build and libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich-click?expand=0&rev=16
2025-06-12 08:12:12 +00:00
8ee65513d1 Accepting request 1158508 from devel:languages:python
- update to 1.7.4:
  * Set `legacy_windows` by default to `None`.

OBS-URL: https://build.opensuse.org/request/show/1158508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rich-click?expand=0&rev=7
2024-03-17 21:15:34 +00:00
adaf7519f3 - update to 1.7.4:
* Set `legacy_windows` by default to `None`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich-click?expand=0&rev=14
2024-03-16 14:41:33 +00:00
c900ed1117 Accepting request 1137823 from devel:languages:python
- update to 1.7.3:
  * Fix false deprecation warning.

OBS-URL: https://build.opensuse.org/request/show/1137823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rich-click?expand=0&rev=6
2024-01-10 20:52:11 +00:00
7320e36e7c OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich-click?expand=0&rev=12 2024-01-09 21:55:22 +00:00
8d6d2f4d38 - update to 1.7.3:
* Fix false deprecation warning.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich-click?expand=0&rev=11
2024-01-09 21:55:07 +00:00
93d78f1f29 Accepting request 1135339 from devel:languages:python
- update to 1.7.2:
  * Add support for rich formatting in epilog text [#146]

OBS-URL: https://build.opensuse.org/request/show/1135339
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rich-click?expand=0&rev=5
2023-12-28 22:02:30 +00:00
75fbd3849d - update to 1.7.2:
* Add support for rich formatting in epilog text [#146]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich-click?expand=0&rev=9
2023-12-27 15:55:50 +00:00
c7eb9eac67 Accepting request 1132837 from devel:languages:python
- update to 1.7.2:
  * Add support for rich formatting in epilog text [#146]
  * Fix bug with `rich-click` CLI not working with Python 3.12.
    #141
  * Fix compatibility issue with `dbt-core` CLI. [#140]
  * Extends Click's `HelpFormatter` class
  * Creates a `HelpConfiguration` class that doubles the current
    module-level settings
  * Added a decorator that allows the `HelpConfiguration` to be
    passed into Click via the supported `context_settings`
    argument provided by the `Command` and `Group` classes.
  * The Rich Console object can also be configured per command
    and is distinct from the Console instance used internally by
    the formatter. The `RichHelpFormatter` creates a console
    based on the `RichHelpConfiguration` as the tight coupling
    between the Formatter and Click's internals make it difficult
    to allow the Console to be configured externally (i.e. one
    example is that Click expects help formatting to be
    buffered).
  * Created a `RichContext` class to allow creation of the custom
    formatter.
  * The Rich Command, Group, and Context now expose the `Console`
    and `RichHelpConfiguration` properties.
  * Added contributor VSCode settings

- Update to version 1.6.0

OBS-URL: https://build.opensuse.org/request/show/1132837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rich-click?expand=0&rev=4
2023-12-13 17:36:04 +00:00
9ea0473ceb - update to 1.7.2:
* Add support for rich formatting in epilog text [#146]
  * Fix bug with `rich-click` CLI not working with Python 3.12.
    #141
  * Fix compatibility issue with `dbt-core` CLI. [#140]
  * Extends Click's `HelpFormatter` class
  * Creates a `HelpConfiguration` class that doubles the current
    module-level settings
  * Added a decorator that allows the `HelpConfiguration` to be
    passed into Click via the supported `context_settings`
    argument provided by the `Command` and `Group` classes.
  * The Rich Console object can also be configured per command
    and is distinct from the Console instance used internally by
    the formatter. The `RichHelpFormatter` creates a console
    based on the `RichHelpConfiguration` as the tight coupling
    between the Formatter and Click's internals make it difficult
    to allow the Console to be configured externally (i.e. one
    example is that Click expects help formatting to be
    buffered).
  * Created a `RichContext` class to allow creation of the custom
    formatter.
  * The Rich Command, Group, and Context now expose the `Console`
    and `RichHelpConfiguration` properties.
  * Added contributor VSCode settings
- Update to version 1.6.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich-click?expand=0&rev=7
2023-12-13 10:14:04 +00:00
0ebfa912fa Accepting request 1084861 from devel:languages:python
- update to 1.6.1:
  * Don't show metavars for feature switch options [#100]

OBS-URL: https://build.opensuse.org/request/show/1084861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rich-click?expand=0&rev=3
2023-05-05 13:58:02 +00:00
3d0218af55 - update to 1.6.1:
* Don't show metavars for feature switch options [#100]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich-click?expand=0&rev=5
2023-05-04 19:53:38 +00:00
44447c0847 Accepting request 1042866 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1042866
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rich-click?expand=0&rev=2
2022-12-15 18:24:48 +00:00
c7d370b24f Accepting request 1042750 from home:yarunachalam:branches:devel:languages:python
- Update to version 1.6.0 
  * warning Removed support for Typer warning
  * Please use the native Typer functionality instead.
  * Added self-updating automated readme screengrabs using rich-codex
  * Fix AssertionError when using click command call #94

OBS-URL: https://build.opensuse.org/request/show/1042750
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich-click?expand=0&rev=3
2022-12-14 10:06:55 +00:00
57dcdb344b Accepting request 1000584 from devel:languages:python
new dep of django-codemod. c.f. https://build.opensuse.org/package/show/home:jayvdb:branches:devel:languages:python:django/python-django-codemod

OBS-URL: https://build.opensuse.org/request/show/1000584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rich-click?expand=0&rev=1
2022-09-01 20:11:29 +00:00
988709c17d Accepting request 1000537 from home:jayvdb:py-submit
new dep of django-codemod. c.f. https://build.opensuse.org/package/show/home:jayvdb:branches:devel:languages:python:django/python-django-codemod

OBS-URL: https://build.opensuse.org/request/show/1000537
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich-click?expand=0&rev=1
2022-09-01 07:12:15 +00:00