15
0
forked from pool/python-rich

Accepting request 1037123 from systemsmanagement:ansible

OBS-URL: https://build.opensuse.org/request/show/1037123
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=42
This commit is contained in:
2022-11-21 14:25:12 +00:00
committed by Git OBS Bridge
parent 3c88625612
commit a1dbe301d3
5 changed files with 38 additions and 13 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Nov 21 09:44:40 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
- change Source URL to https://files.pythonhosted.org
- change Upstream URL to https://github.com/Textualize/rich
- add _service file to easily download this
- remove CHANGELOG.md, as this is not present in the PyPI tarball
- Update to 12.6.0:
* Added
- Parse ANSI escape sequences in pretty repr #2470
- Add support for FORCE_COLOR env var #2449
- Allow a max_depth argument to be passed to the install() hook #2486
- Document using None as name in __rich_repr__ for tuple positional args #2379
- Add font_aspect_ratio parameter in SVG export https://github.com/Textualize/rich/pull/2539/files
- Added Table.add_section method. #2544
* Fixed
- Handle stdout/stderr being null #2513
- Fix NO_COLOR support on legacy Windows #2458
- Fix pretty printer handling of cyclic references #2524
- Fix missing mode property on file wrapper breaking uploads via requests #2495
- Fix mismatching default value of parameter ensure_ascii #2538
- Remove unused height parameter in Layout class #2540
- Fixed exception in Syntax.rich_measure for empty files
* Changed
- Removed border from code blocks in Markdown
-------------------------------------------------------------------
Wed Jul 20 20:30:10 UTC 2022 - Ben Greiner <code@bnavigator.de>