14
0

Accepting request 1287598 from home:benoit_monin:branches:devel:languages:python

- update to 10.16
- increase minimal python version to 3.9

OBS-URL: https://build.opensuse.org/request/show/1287598
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=30
This commit is contained in:
2025-06-23 05:37:38 +00:00
committed by Git OBS Bridge
parent 352ea46677
commit b2fbdc4c75
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Jun 21 18:39:56 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
- update to 10.16:
* NEW: Add early support for Python 3.14.
* NEW: Drop support for Python 3.8.
* NEW: Snippets: Added max_retries and backoff_retries options to
configure new retry logic for HTTP 429 errors (Too Many
Requests client error).
* NEW: Caption: Prefix templates are now preserved exactly as
specified allowing the insertion of HTML tags if desired.
* FIX: Caption: Fix issue where manual numbers in auto were not
respected appropriately.
- increase minimal python version to 3.9
-------------------------------------------------------------------
Mon Apr 28 14:07:33 UTC 2025 - Dirk Müller <dmueller@suse.com>