diff --git a/pymdown-extensions-10.15.tar.gz b/pymdown-extensions-10.15.tar.gz deleted file mode 100644 index 2cf9e94..0000000 --- a/pymdown-extensions-10.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4ba1c52da708aa37a87c1a717ed754d2bf3ae78731ea2b0dbec02d54965c38b -size 1136565 diff --git a/pymdown-extensions-10.16.tar.gz b/pymdown-extensions-10.16.tar.gz new file mode 100644 index 0000000..8e4ce4a --- /dev/null +++ b/pymdown-extensions-10.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbae481ebc8fa5240aa2e8a3584803dfccf39a56b76e7a867482e52c6785a679 +size 1139608 diff --git a/python-pymdown-extensions.changes b/python-pymdown-extensions.changes index 9590306..a701daa 100644 --- a/python-pymdown-extensions.changes +++ b/python-pymdown-extensions.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Jun 21 18:39:56 UTC 2025 - Benoît Monin + +- 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 diff --git a/python-pymdown-extensions.spec b/python-pymdown-extensions.spec index 59b269d..e764f4e 100644 --- a/python-pymdown-extensions.spec +++ b/python-pymdown-extensions.spec @@ -20,14 +20,14 @@ %define skip_python36 1 %{?sle15_python_module_pythons} Name: python-pymdown-extensions -Version: 10.15 +Version: 10.16 Release: 0 Summary: Extension pack for Python Markdown License: MIT URL: https://github.com/facelessuser/pymdown-extensions Source: https://github.com/facelessuser/pymdown-extensions/archive/refs/tags/%{version}.tar.gz#/pymdown-extensions-%{version}.tar.gz BuildRequires: %{python_module Markdown >= 3.6} -BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} # test requirements