From b71bc71e7bf89da9d08651a9954d6b62c76ecb6f1708e4e888b3b8babcd0a818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 1 Dec 2018 11:22:48 +0000 Subject: [PATCH] Accepting request 653154 from home:benoit_monin:branches:devel:languages:python update to version 4.0.1: bugfix release OBS-URL: https://build.opensuse.org/request/show/653154 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=7 --- pelican-4.0.0.tar.gz | 3 --- pelican-4.0.1.tar.gz | 3 +++ python-pelican.changes | 9 +++++++++ python-pelican.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 pelican-4.0.0.tar.gz create mode 100644 pelican-4.0.1.tar.gz diff --git a/pelican-4.0.0.tar.gz b/pelican-4.0.0.tar.gz deleted file mode 100644 index 1577932..0000000 --- a/pelican-4.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad22bf8f141ce0989855106c49a7ab55ca2bcc9541e71cc8fb8cf55f394407fe -size 410773 diff --git a/pelican-4.0.1.tar.gz b/pelican-4.0.1.tar.gz new file mode 100644 index 0000000..d97cb81 --- /dev/null +++ b/pelican-4.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990aa8b62a7bcb34c7585e5a67d05a10690ab2fff3cb761d0a94826cec51cd17 +size 411676 diff --git a/python-pelican.changes b/python-pelican.changes index a950536..4893ee6 100644 --- a/python-pelican.changes +++ b/python-pelican.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Nov 30 21:04:35 UTC 2018 - Benoît Monin + +- update to version 4.0.1: + * Refactor pelican.server logging + * Fix bug in which all static files were processed as "draft" + * Bug fixes for Invoke/Makefile automation, Importer, and other + miscellanea + ------------------------------------------------------------------- Tue Nov 13 21:24:19 UTC 2018 - Benoît Monin diff --git a/python-pelican.spec b/python-pelican.spec index a943baf..649893e 100644 --- a/python-pelican.spec +++ b/python-pelican.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pelican -Version: 4.0.0 +Version: 4.0.1 Release: 0 Summary: A tool to generate a static blog from reStructuredText or Markdown input files License: AGPL-3.0-only