diff --git a/pymdown-extensions-10.13.tar.gz b/pymdown-extensions-10.13.tar.gz deleted file mode 100644 index db73586..0000000 --- a/pymdown-extensions-10.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44bdc51b81508a5d4ff9f3c217cf7966a1ea37b9132e53bc79e2ea068c0c6ab8 -size 1129075 diff --git a/pymdown-extensions-10.14.1.tar.gz b/pymdown-extensions-10.14.1.tar.gz new file mode 100644 index 0000000..5fbb77b --- /dev/null +++ b/pymdown-extensions-10.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b09706eb656ff4ea1263664df9bceb14ac84f034e5dc68142853cb63fcf17c3 +size 1127474 diff --git a/python-pymdown-extensions.changes b/python-pymdown-extensions.changes index 62529d5..d5fdf15 100644 --- a/python-pymdown-extensions.changes +++ b/python-pymdown-extensions.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Wed Jan 22 19:33:20 UTC 2025 - Benoît Monin + +- update to 10.14.1: + * FIX: MagicLink: Ensure that repo names that start with . are + handled correctly. + * FIX: FancyLists: Fix case were lists could be falsely created + when a line started with . or ). + +------------------------------------------------------------------- +Sat Jan 18 15:52:16 UTC 2025 - ecsos + +- Add %{?sle15_python_module_pythons} +- Fix build requires versions. + +------------------------------------------------------------------- +Wed Jan 8 20:08:07 UTC 2025 - Benoît Monin + +- update to 10.14: + * NEW: Blocks.HTML: Add new custom option to specify tags and the + assumed handling for them when automatic mode is assumed. This + can also be used to override the handling for recognized tags + with automatic handling. + * FIX: Fix tests to pass with Pygments 2.19+. + ------------------------------------------------------------------- Mon Dec 23 19:32:33 UTC 2024 - Benoît Monin diff --git a/python-pymdown-extensions.spec b/python-pymdown-extensions.spec index 8e1238d..f4a9845 100644 --- a/python-pymdown-extensions.spec +++ b/python-pymdown-extensions.spec @@ -1,7 +1,7 @@ # # spec file for package python-pymdown-extensions # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,26 +16,30 @@ # +%define skip_python2 1 +%define skip_python36 1 +%{?sle15_python_module_pythons} Name: python-pymdown-extensions -Version: 10.13 +Version: 10.14.1 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 hatchling} BuildRequires: %{python_module pip} # test requirements BuildRequires: %{python_module PyYAML >= 3.10} -BuildRequires: %{python_module Pygments >= 2.12} +BuildRequires: %{python_module Pygments >= 2.19.1} BuildRequires: %{python_module pytest} # BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Markdown >= 3.6 Requires: python-PyYAML >= 3.10 -Recommends: python-Pygments >= 2.12 +Recommends: python-Pygments >= 2.19.1 BuildArch: noarch %python_subpackages