17
0

- Update to 0.0.5:

* ENH - Move to hatch for dev/build
  * ENH - Automate theme READMEs
  * BUG - Ensure no local version
  * BUG - Fix contrast failures for high contrast light theme
  * ENH - Fix broken theme URLs in README, typo in demo html
  * ENH - Update code to not get images from placeholder.com
  * ENH - Reflect that rgb colors are in 0-1 and floats.
  * ENH - Rename hex to float function
  * ENH - Set a11y-light default background to #f2f2f2 (light gray)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-accessible-pygments?expand=0&rev=10
This commit is contained in:
2026-01-07 03:06:25 +00:00
committed by Git OBS Bridge
parent 1aadabe7c9
commit 6ae0db01f7
4 changed files with 24 additions and 10 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jan 7 03:05:05 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.0.5:
* ENH - Move to hatch for dev/build
* ENH - Automate theme READMEs
* BUG - Ensure no local version
* BUG - Fix contrast failures for high contrast light theme
* ENH - Fix broken theme URLs in README, typo in demo html
* ENH - Update code to not get images from placeholder.com
* ENH - Reflect that rgb colors are in 0-1 and floats.
* ENH - Rename hex to float function
* ENH - Set a11y-light default background to #f2f2f2 (light gray)
-------------------------------------------------------------------
Fri Jun 13 05:35:04 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>