From 2a633c7d239981faae9e48336cc5ec635582a787506f21b52e914f6775192f25 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 9 Feb 2022 22:47:27 +0000 Subject: [PATCH] Accepting request 953054 from home:benoit_monin:branches:devel:languages:python - update to version 4.7.2 - do not remove the shebang from jinja templates: fixed upstream OBS-URL: https://build.opensuse.org/request/show/953054 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=40 --- pelican-4.7.1.tar.gz | 3 --- pelican-4.7.2.tar.gz | 3 +++ python-pelican.changes | 10 ++++++++++ python-pelican.spec | 6 ++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 pelican-4.7.1.tar.gz create mode 100644 pelican-4.7.2.tar.gz diff --git a/pelican-4.7.1.tar.gz b/pelican-4.7.1.tar.gz deleted file mode 100644 index fd3a8dc..0000000 --- a/pelican-4.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c64412935f12a07b15f50e433914632a9728917fc101a47bd10188919ceff11b -size 1401192 diff --git a/pelican-4.7.2.tar.gz b/pelican-4.7.2.tar.gz new file mode 100644 index 0000000..da9ac70 --- /dev/null +++ b/pelican-4.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b585beae7b6ce8e3370b9fad4a1c534370d4da68afc5f8690f7999becff8329a +size 1401737 diff --git a/python-pelican.changes b/python-pelican.changes index 8cc322d..b6ffc3f 100644 --- a/python-pelican.changes +++ b/python-pelican.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Feb 9 21:15:59 UTC 2022 - BenoƮt Monin + +- 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 diff --git a/python-pelican.spec b/python-pelican.spec index 4ff943d..7e32eb2 100644 --- a/python-pelican.spec +++ b/python-pelican.spec @@ -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