14
0

Accepting request 953059 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/953059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pelican?expand=0&rev=18
This commit is contained in:
2022-02-10 22:12:10 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 7 deletions

View File

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

3
pelican-4.7.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Feb 9 21:15:59 UTC 2022 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 4.7.2:
* Fix incorrect parsing of parameters specified via
-e / --extra-settings option flags (#2938)
* Add categories.html template to default theme (#2973)
* Document how to use plugins to inject content (#2922)
- do not remove the shebang from jinja templates: fixed upstream
-------------------------------------------------------------------
Sun Oct 24 18:30:43 UTC 2021 - Sebastien CHAVAUX <seb95.scou@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pelican
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pelican
Version: 4.7.1
Version: 4.7.2
Release: 0
Summary: A tool to generate a static blog from reStructuredText or Markdown input files
License: AGPL-3.0-only
@@ -103,8 +103,6 @@ Pelican currently supports:
# remove useless shebang
sed -i '1d' \
pelican/tools/templates/publishconf.py.jinja2 \
pelican/tools/templates/pelicanconf.py.jinja2 \
pelican/tools/pelican_import.py \
pelican/tools/pelican_themes.py \
pelican/tools/pelican_quickstart.py