15
0

Accepting request 1239543 from home:mcalabkova:branches:devel:languages:python

- Add pygments.patch to fix test failure with new pygments

- Update to 4.1.0
  * Incompatible change: Python 3.9 is no longer supported
  * Made the order of Markdown extensions deterministic
  * Adopted ruff for code quality checks and auto-formatting

OBS-URL: https://build.opensuse.org/request/show/1239543
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markups?expand=0&rev=21
This commit is contained in:
2025-01-23 17:49:03 +00:00
committed by Git OBS Bridge
parent 43342082f9
commit e274121fd6
5 changed files with 45 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jan 22 14:08:33 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Add pygments.patch to fix test failure with new pygments
-------------------------------------------------------------------
Wed Jan 22 12:50:00 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 4.1.0
* Incompatible change: Python 3.9 is no longer supported
* Made the order of Markdown extensions deterministic
* Adopted ruff for code quality checks and auto-formatting
-------------------------------------------------------------------
Tue Nov 12 14:39:14 UTC 2024 - Matej Cepl <mcepl@cepl.eu>