14
0

Accepting request 715396 from home:benoit_monin:branches:devel:languages:python

- update to version 4.1.0
- remove hidden macos files

OBS-URL: https://build.opensuse.org/request/show/715396
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-07-15 09:00:41 +00:00
committed by Git OBS Bridge
parent 82730abf60
commit 5be0973512
4 changed files with 26 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Jul 14 16:48:05 UTC 2019 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 4.1.0:
* Live browser reload upon changed files (provided via Invoke
task)
* Add pyproject.toml, managed by Poetry
* Support for invoking python -m pelican
* Add relative source path attribute to content
* Allow directories in EXTRA_PATH_METADATA
* Add all_articles variable to period pages (for recent posts
functionality)
* Improve debug mode output
* Remove blank or duplicate summaries from Atom feed
* Fix bugs in pagination, pelican-import, pelican-quickstart,
and feed importer
- remove hidden macos files
-------------------------------------------------------------------

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pelican
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pelican
Version: 4.0.1
Version: 4.1.0
Release: 0
Summary: A tool to generate a static blog from reStructuredText or Markdown input files
License: AGPL-3.0-only
@@ -92,6 +92,9 @@ sed -i '1d' \
# remove executable bit, this is not a script
chmod -x pelican/tools/templates/publishconf.py.jinja2
# remove hidden macos files
rm pelican/themes/.DS_Store pelican/themes/notmyidea/.DS_Store
%build
%python_build