diff --git a/pymdown-extensions-9.10.tar.gz b/pymdown-extensions-9.10.tar.gz deleted file mode 100644 index abc7b27..0000000 --- a/pymdown-extensions-9.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:526ec3daa1b0d9b5403da0ae5534c6fec2cb121a965e0797c3bc4415fe22594b -size 1056472 diff --git a/pymdown-extensions-9.11.tar.gz b/pymdown-extensions-9.11.tar.gz new file mode 100644 index 0000000..6f4825a --- /dev/null +++ b/pymdown-extensions-9.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b859f3326c48e3ad7712ee90fc7da4dfa7898a7c83fef386bdb462b3e3c371 +size 1075986 diff --git a/python-pymdown-extensions.changes b/python-pymdown-extensions.changes index 274b020..7024462 100644 --- a/python-pymdown-extensions.changes +++ b/python-pymdown-extensions.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Apr 24 12:19:08 UTC 2023 - Elisei Roca + +- require python-PyYAML from requirements/project.txt +- recommend python-Pygments from requirements/extra.txt + +- update to 9.11: + * NEW: Emoji: Update to new CDN and use Twemoji 14.1.2. + * NEW: Snippets: Ignore nested snippet section syntax when including a section. + ------------------------------------------------------------------- Fri Mar 17 07:29:00 UTC 2023 - Johannes Kastl diff --git a/python-pymdown-extensions.spec b/python-pymdown-extensions.spec index 7351e48..b578798 100644 --- a/python-pymdown-extensions.spec +++ b/python-pymdown-extensions.spec @@ -17,7 +17,7 @@ Name: python-pymdown-extensions -Version: 9.10 +Version: 9.11 Release: 0 Summary: Extension pack for Python Markdown License: MIT @@ -28,12 +28,14 @@ BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} # test requirements BuildRequires: %{python_module PyYAML >= 3.10} -BuildRequires: %{python_module Pygments} +BuildRequires: %{python_module Pygments >= 2.12} BuildRequires: %{python_module pytest} # BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Markdown >= 3.2 +Requires: python-PyYAML >= 3.10 +Recommends: python-Pygments >= 2.12 BuildArch: noarch %python_subpackages