15
0

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

- update to version 4.0.0
- update paths for shebang and executable bit removal

OBS-URL: https://build.opensuse.org/request/show/649073
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2018-11-14 20:20:58 +00:00
committed by Git OBS Bridge
parent 83faf1d4d5
commit 0aa7c19489
4 changed files with 50 additions and 7 deletions

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
Tue Nov 13 21:24:19 UTC 2018 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 4.0.0:
* Replace develop_server.sh script with pelican --listen
* Improved copy/link behavior for large static files (e.g.,
videos)
* New {static} syntax to link to static content; content linked
to by {static} and {attach} is automatically copied over even
if not in STATIC_PATHS
* Pages can now have draft status
* Show current settings via new --print-settings flag
* All settings for slugs now use {slug} and/or {lang} rather than
%s. If %s-style settings are encountered, Pelican will emit a
warning and fallback to the default setting.
* New signals: feed_generated and page_generated_write_page
* Replace Fabric with Invoke and fabfile.py template with tasks.py
* Replace PAGINATED_DIRECT_TEMPLATES by PAGINATED_TEMPLATES,
extending control over pagination to all templates and making
page size variable
* Replace SLUG_SUBSTITUTIONS (and friends) by
SLUG_REGEX_SUBSTITUTIONS for more finegrained control
* '{base_name}' value in PAGINATION_PATTERNS setting no longer
strips 'bar' from 'foo/bar.html' (unless 'bar' == 'index').
* ARTICLE_ORDER_BY and PAGE_ORDER_BY now also affect 1) category,
tag and author pages 2) feeds 3) draft and hidden articles and
pages
* New ARTICLE_TRANSLATION_ID and PAGE_TRANSLATION_ID settings to
specify metadata attributes used to identify/disable
translations
* Make the HTML reader parse multiple occurrences of metadata
tags as a list
* New Blogger XML backup importer
* Wordpress importer now updates file links to point to local
copies if the files were downloaded with --wp-attach.
* Importer no longer inserts extra newlines, to prevent breaking
of HTML attributes.
* Pelican server now prioritises foo.html and foo/index.html over
foo/ when resolving foo.
- update paths for shebang and executable bit removal:
* pelican/tools/templates/publishconf.py.jinja2
* pelican/tools/templates/pelicanconf.py.jinja2
-------------------------------------------------------------------
Thu Sep 20 16:08:59 CEST 2018 - mcepl@suse.com