forked from pool/python-pymdown-extensions
Accepting request 1287797 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1287797 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymdown-extensions?expand=0&rev=14
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4ba1c52da708aa37a87c1a717ed754d2bf3ae78731ea2b0dbec02d54965c38b
|
||||
size 1136565
|
3
pymdown-extensions-10.16.tar.gz
Normal file
3
pymdown-extensions-10.16.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbae481ebc8fa5240aa2e8a3584803dfccf39a56b76e7a867482e52c6785a679
|
||||
size 1139608
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user