From 26e109422479a06057783a6d289561455bbc4eeb43d912e8f2bf091765628680 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 9 Jan 2025 01:40:45 +0000 Subject: [PATCH 1/3] Accepting request 1236033 from home:benoit_monin:branches:devel:languages:python update to 10.14 OBS-URL: https://build.opensuse.org/request/show/1236033 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=20 --- pymdown-extensions-10.13.tar.gz | 3 --- pymdown-extensions-10.14.tar.gz | 3 +++ python-pymdown-extensions.changes | 10 ++++++++++ python-pymdown-extensions.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 pymdown-extensions-10.13.tar.gz create mode 100644 pymdown-extensions-10.14.tar.gz 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.tar.gz b/pymdown-extensions-10.14.tar.gz new file mode 100644 index 0000000..4bf315e --- /dev/null +++ b/pymdown-extensions-10.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff9df29d6f970fb5c364e0f5a857a83c43d5f37a38fd8a4349a9a5afb077cbe +size 1131184 diff --git a/python-pymdown-extensions.changes b/python-pymdown-extensions.changes index 62529d5..adf6f25 100644 --- a/python-pymdown-extensions.changes +++ b/python-pymdown-extensions.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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..7871179 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 @@ -17,7 +17,7 @@ Name: python-pymdown-extensions -Version: 10.13 +Version: 10.14 Release: 0 Summary: Extension pack for Python Markdown License: MIT From c3b75e41c902b19737ef5eff6d8481a35a7636e68470a7053d7d3bc1c6364f00 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Tue, 21 Jan 2025 06:55:03 +0000 Subject: [PATCH 2/3] Accepting request 1239014 from home:ecsos:python - Add %{?sle15_python_module_pythons} - Fix build requires versions. OBS-URL: https://build.opensuse.org/request/show/1239014 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=21 --- python-pymdown-extensions.changes | 6 ++++++ python-pymdown-extensions.spec | 8 ++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/python-pymdown-extensions.changes b/python-pymdown-extensions.changes index adf6f25..8a4447c 100644 --- a/python-pymdown-extensions.changes +++ b/python-pymdown-extensions.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/python-pymdown-extensions.spec b/python-pymdown-extensions.spec index 7871179..2b18799 100644 --- a/python-pymdown-extensions.spec +++ b/python-pymdown-extensions.spec @@ -16,6 +16,9 @@ # +%define skip_python2 1 +%define skip_python36 1 +%{?sle15_python_module_pythons} Name: python-pymdown-extensions Version: 10.14 Release: 0 @@ -24,18 +27,19 @@ 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 From 9ff938736e916b06e660acd5105c378648d8e322739ad65eeee1cfe92a0e0b18 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Thu, 23 Jan 2025 12:00:19 +0000 Subject: [PATCH 3/3] Accepting request 1239653 from home:benoit_monin:branches:devel:languages:python update to 10.14.1 OBS-URL: https://build.opensuse.org/request/show/1239653 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=22 --- pymdown-extensions-10.14.1.tar.gz | 3 +++ pymdown-extensions-10.14.tar.gz | 3 --- python-pymdown-extensions.changes | 9 +++++++++ python-pymdown-extensions.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 pymdown-extensions-10.14.1.tar.gz delete mode 100644 pymdown-extensions-10.14.tar.gz 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/pymdown-extensions-10.14.tar.gz b/pymdown-extensions-10.14.tar.gz deleted file mode 100644 index 4bf315e..0000000 --- a/pymdown-extensions-10.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cff9df29d6f970fb5c364e0f5a857a83c43d5f37a38fd8a4349a9a5afb077cbe -size 1131184 diff --git a/python-pymdown-extensions.changes b/python-pymdown-extensions.changes index 8a4447c..d5fdf15 100644 --- a/python-pymdown-extensions.changes +++ b/python-pymdown-extensions.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 diff --git a/python-pymdown-extensions.spec b/python-pymdown-extensions.spec index 2b18799..f4a9845 100644 --- a/python-pymdown-extensions.spec +++ b/python-pymdown-extensions.spec @@ -20,7 +20,7 @@ %define skip_python36 1 %{?sle15_python_module_pythons} Name: python-pymdown-extensions -Version: 10.14 +Version: 10.14.1 Release: 0 Summary: Extension pack for Python Markdown License: MIT