14
0

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

- update to version 4.1.1
- drop hidden macos files removal: deleted by upstream

OBS-URL: https://build.opensuse.org/request/show/725865
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal
2019-08-25 05:19:40 +00:00
committed by Git OBS Bridge
parent 5be0973512
commit 454ee2c130
4 changed files with 16 additions and 9 deletions

View File

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

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

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

View File

@@ -1,9 +1,19 @@
-------------------------------------------------------------------
Sat Aug 24 20:22:20 UTC 2019 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 4.1.1:
* Add AutoPub to auto-publish releases on PR merge
* Add CSS classes for reStructuredText figures
* Pass argv to Pelican main entrypoint
* Set default content status to a blank string rather than None
- drop hidden macos files removal: deleted by upstream
-------------------------------------------------------------------
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
* 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

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pelican
Version: 4.1.0
Version: 4.1.1
Release: 0
Summary: A tool to generate a static blog from reStructuredText or Markdown input files
License: AGPL-3.0-only
@@ -92,9 +92,6 @@ 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