14
0
forked from pool/python-rich

11 Commits

Author SHA256 Message Date
c66d22066a Accepting request 1281448 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1281448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rich?expand=0&rev=34
2025-06-02 19:58:53 +00:00
3b151aeb71 - Update to 14.0.0
* Added
    - Added env var TTY_COMPATIBLE to override auto-detection of TTY
      support (See console.rst for details). #3675
  * Changed
    - An empty NO_COLOR env var is now considered disabled. #3675
    - An empty FORCE_COLOR env var is now considered disabled. #3675
    - Rich tracebacks will now render notes on Python 3.11 onwards
      (added with Exception.add_note) #3676
    - Indentation in exceptions won't be underlined #3678
    - Rich tracebacks will now render Exception Groups #3677

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=70
2025-05-30 14:45:46 +00:00
394cf521ec Accepting request 1271914 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1271914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rich?expand=0&rev=33
2025-04-23 13:18:21 +00:00
5d771d1178 - Add test dependency on attrs
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=68
2025-04-22 15:01:45 +00:00
388fea0a90 Accepting request 1238863 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1238863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rich?expand=0&rev=32
2025-01-23 16:57:02 +00:00
1622e9f7e6 - Add pygments.patch to fix tests with Pygments 2.19
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=66
2025-01-20 01:14:21 +00:00
9c50e63ae8 Accepting request 1228407 from devel:languages:python
- Switch to GitHub tarball so we can run the testsuite.
- Correct version guard for typing_extensions Requires.
- Drop Python 3.7 sections.

OBS-URL: https://build.opensuse.org/request/show/1228407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rich?expand=0&rev=31
2024-12-06 13:25:02 +00:00
32a323bb0b - Switch to GitHub tarball so we can run the testsuite.
- Correct version guard for typing_extensions Requires.
- Drop Python 3.7 sections.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=64
2024-12-05 01:45:59 +00:00
6e83911066 Accepting request 1225564 from devel:languages:python
- update to 13.9.4:
  * Optimizations to cell_len which may speed up Rich / Textual
    output https://github.com/Textualize/rich/pull/3546
- update to 13.9.3:
  * Fix a broken regex that resulted in the slow path being
    chosen for some operations. This fix should result in notable
    speedups for some operations, such as wrapping text.
  * Fixed broken regex that may have resulted in poor
    performance. https://github.com/Textualize/rich/pull/3535
- update to 13.9.2:
  * A hotfix for highlighting in the table, and a fix for
    `Segment.split_cells`
  * Fixed `Table` columns not highlighting when added by
    `add_row` https://github.com/Textualize/rich/issues/3517
  * Fixed an issue with Segment.split_cells reported in Textual
    https://github.com/Textualize/textual/issues/5090
- update to 13.9.1:
  * Fixed typing_extensions dependency
- update to 13.9.0:
  * Dropped support for Python3.7
  * Rich will display tracebacks with finely grained error
    locations on python 3.11+
  * Fixed issue with Segment._split_cells
  * Fix auto detection of terminal size on Windows
  * `Text.style` now respected in Panel title/subtitle
- update to 13.8.1:
  * Added support for Python 3.13
  * Fixed infinite loop when appending Text to same instance
- update to 13.8.0:
  * Fixed `Table` rendering of box elements so "footer" elements

OBS-URL: https://build.opensuse.org/request/show/1225564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rich?expand=0&rev=30
2024-11-21 14:13:37 +00:00
90afceeaec sequences
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=62
2024-11-21 10:15:54 +00:00
f88d50cc21 - update to 13.9.4:
* Optimizations to cell_len which may speed up Rich / Textual
    output https://github.com/Textualize/rich/pull/3546
- update to 13.9.3:
  * Fix a broken regex that resulted in the slow path being
    chosen for some operations. This fix should result in notable
    speedups for some operations, such as wrapping text.
  * Fixed broken regex that may have resulted in poor
    performance. https://github.com/Textualize/rich/pull/3535
- update to 13.9.2:
  * A hotfix for highlighting in the table, and a fix for
    `Segment.split_cells`
  * Fixed `Table` columns not highlighting when added by
    `add_row` https://github.com/Textualize/rich/issues/3517
  * Fixed an issue with Segment.split_cells reported in Textual
    https://github.com/Textualize/textual/issues/5090
- update to 13.9.1:
  * Fixed typing_extensions dependency
- update to 13.9.0:
  * Dropped support for Python3.7
  * Rich will display tracebacks with finely grained error
    locations on python 3.11+
  * Fixed issue with Segment._split_cells
  * Fix auto detection of terminal size on Windows
  * `Text.style` now respected in Panel title/subtitle
- update to 13.8.1:
  * Added support for Python 3.13
  * Fixed infinite loop when appending Text to same instance
- update to 13.8.0:
  * Fixed `Table` rendering of box elements so "footer" elements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=61
2024-11-20 17:46:42 +00:00

Diff Content Not Available