From ca0456efd88a0e0b3cff47c5d8638186dabbfdb0db9dc1177958141947806bf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 17 Sep 2024 12:42:36 +0000 Subject: [PATCH] Accepting request 1201471 from home:benoit_monin:branches:devel:languages:python update to version 4.10.0 OBS-URL: https://build.opensuse.org/request/show/1201471 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=52 --- pelican-4.10.0-gh.tar.gz | 3 +++ pelican-4.9.1-gh.tar.gz | 3 --- python-pelican.changes | 15 +++++++++++++++ python-pelican.spec | 6 +++--- 4 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 pelican-4.10.0-gh.tar.gz delete mode 100644 pelican-4.9.1-gh.tar.gz diff --git a/pelican-4.10.0-gh.tar.gz b/pelican-4.10.0-gh.tar.gz new file mode 100644 index 0000000..b13fa12 --- /dev/null +++ b/pelican-4.10.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9f67f9bc22effa8604a6ec8c755c4bfe2858ed617cd7bc2a68820a2094f16c +size 1566593 diff --git a/pelican-4.9.1-gh.tar.gz b/pelican-4.9.1-gh.tar.gz deleted file mode 100644 index 3084015..0000000 --- a/pelican-4.9.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c5f2a15470600d2d8a0955ad48619dd1c8c063fa901d6cde46c9524a2eb974f -size 1374443 diff --git a/python-pelican.changes b/python-pelican.changes index e3fd9a8..13d3e93 100644 --- a/python-pelican.changes +++ b/python-pelican.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Sep 16 19:41:55 UTC 2024 - BenoƮt Monin + +- update to version 4.10.0: + * Add setting to specify summary via paragraph count + * Add new status to skip generation of a post + * Add setting to append ref parameter to links in feeds + * Configure logging handler via --log-handler CLI option + * Resolve intra-site links in summaries + * Warn when files are not processed due to disabled readers + * Add Medium post importer + * Improve GitHub Pages workflow + * Improve code test coverage + * Translate documentation into Simplified Chinese + ------------------------------------------------------------------- Fri Dec 1 17:26:21 UTC 2023 - Matej Cepl diff --git a/python-pelican.spec b/python-pelican.spec index 1729165..58ab556 100644 --- a/python-pelican.spec +++ b/python-pelican.spec @@ -1,7 +1,7 @@ # # spec file for package python-pelican # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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.9.1 +Version: 4.10.0 Release: 0 Summary: A tool to generate a static blog from reStructuredText or Markdown input files License: AGPL-3.0-only @@ -53,7 +53,7 @@ Requires: python-python-dateutil >= 2.8.2 Requires: python-rich >= 13.6.0 Requires: python-watchfiles >= 0.21.0 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Recommends: make Suggests: asciidoc Suggests: python-Markdown >= 3.5.1