14
0

Accepting request 1201615 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1201615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pelican?expand=0&rev=24
This commit is contained in:
2024-09-17 16:19:37 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 6 deletions

3
pelican-4.10.0-gh.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff9f67f9bc22effa8604a6ec8c755c4bfe2858ed617cd7bc2a68820a2094f16c
size 1566593

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c5f2a15470600d2d8a0955ad48619dd1c8c063fa901d6cde46c9524a2eb974f
size 1374443

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Sep 16 19:41:55 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
- 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 <mcepl@cepl.eu>

View File

@@ -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