diff --git a/pelican-4.10.2-gh.tar.gz b/pelican-4.10.2-gh.tar.gz deleted file mode 100644 index 3546067..0000000 --- a/pelican-4.10.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0239f5372f77c481dc2eca3493b7c56a656ce24a2db18a889ed6dbe331212ef -size 1572039 diff --git a/pelican-4.11.0-gh.tar.gz b/pelican-4.11.0-gh.tar.gz new file mode 100644 index 0000000..de5d7e4 --- /dev/null +++ b/pelican-4.11.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18b0a9b2cf0427d05b9b8a955bf7bb1028c9849fb2fa44c562d0fe34b6e3655 +size 1573316 diff --git a/python-pelican.changes b/python-pelican.changes index 1fee25b..92ba55e 100644 --- a/python-pelican.changes +++ b/python-pelican.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Jan 16 20:16:19 UTC 2025 - Benoît Monin + +- update to version 4.11.0: + * Add setting to selectively omit Typogrify filters (#3439) + * Add more blocks to the Simple theme’s base template, making it + easier to create new themes by inheriting from the Simple theme + (#3405) + * Fix auto-reload behavior upon changes to the theme, content or + settings. Make default IGNORE_FILES recursively ignore all + hidden files as well as the default filters from + watchfiles.DefaultFilter. (#3441) + * Get current year from the SOURCE_DATE_EPOCH environment + variable, if available (#3430) + * Add Python 3.13 to test matrix and remove Python 3.8 (#3435) + * Require Typogrify 2.1+ and Pygments <2.19 +- increase the minimum version of typogrify to 2.1.0 + ------------------------------------------------------------------- Thu Nov 28 17:57:44 UTC 2024 - Benoît Monin diff --git a/python-pelican.spec b/python-pelican.spec index 948e719..4be50b3 100644 --- a/python-pelican.spec +++ b/python-pelican.spec @@ -1,7 +1,7 @@ # # spec file for package python-pelican # -# 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 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pelican -Version: 4.10.2 +Version: 4.11.0 Release: 0 Summary: A tool to generate a static blog from reStructuredText or Markdown input files License: AGPL-3.0-only @@ -58,7 +58,7 @@ Requires(postun): update-alternatives Recommends: make Suggests: asciidoc Suggests: python-Markdown >= 3.5.1 -Suggests: python-typogrify >= 2.0.7 +Suggests: python-typogrify >= 2.1.0 BuildArch: noarch ExcludeArch: %{ix86} # SECTION test @@ -74,7 +74,7 @@ BuildRequires: %{python_module pytest-cov >= 4.1.0} BuildRequires: %{python_module pytest-sugar >= 0.9.7} BuildRequires: %{python_module pytest-xdist >= 3.4.0} BuildRequires: %{python_module tomli >= 2.0.1 if %python_base < 3.11} -BuildRequires: %{python_module typogrify >= 2.0.7} +BuildRequires: %{python_module typogrify >= 2.1.0} # /SECTION %python_subpackages