Changelog for
python313-pelican-4.11.0-1.1.noarch.rpm :
* Thu Jan 16 2025 Benoît Monin
- update to version 4.11.0:
* Add setting to selectively omit Typogrify filters (#3439)
* Add more blocks to the Simple theme’s base template, making it easier to create new themes by inheriting from the Simple theme (#3405)
* Fix auto-reload behavior upon changes to the theme, content or settings. Make default IGNORE_FILES recursively ignore all hidden files as well as the default filters from watchfiles.DefaultFilter. (#3441)
* Get current year from the SOURCE_DATE_EPOCH environment variable, if available (#3430)
* Add Python 3.13 to test matrix and remove Python 3.8 (#3435)
* Require Typogrify 2.1+ and Pygments <2.19- increase the minimum version of typogrify to 2.1.0
* Thu Nov 28 2024 Benoît Monin - update to version 4.10.2:
* Change IGNORE_FILES setting default to ignore all hidden files
* Fix SUMMARY_MAX_PARAGRAPHS not being respected in some combinations with SUMMARY_MAX_LENGTH
* Sat Sep 28 2024 Benoît Monin - update to version 4.10.1:
* Fix error when running pelican -r -l
* Fix symlink handling in pelican-themes- add build dependency python-pdm-backend
* Mon Sep 16 2024 Benoît Monin - update to version 4.10.0:
* Add setting to specify summary via paragraph count
* Add new status to skip generation of a post
* Add setting to append ref parameter to links in feeds
* Configure logging handler via --log-handler CLI option
* Resolve intra-site links in summaries
* Warn when files are not processed due to disabled readers
* Add Medium post importer
* Improve GitHub Pages workflow
* Improve code test coverage
* Translate documentation into Simplified Chinese
* Fri Dec 01 2023 Matej Cepl - Add Recommends: make
* Sun Nov 26 2023 Dirk Müller - reference github tarball- cleanup dependencies
* Sun Nov 19 2023 Benoît Monin - update to version 4.9.1:
* Ensure tzdata dependency is installed on Windows- additional changes from 4.9.0:
* Upgrade code to new minimum supported Python version: 3.8
* Settings support for pathlib.Path (#2758)
* Various improvements to Simple theme (#2976 & #3234)
* Use Furo as Sphinx documentation theme (#3023)
* Default to 100 articles maximum in feeds (#3127)
* Add period_archives common context variable (#3148)
* Use watchfiles as the file-watching backend (#3151)
* Add GitHub Actions workflow for GitHub Pages (#3189)
* Allow dataclasses in settings (#3204)
* Switch build tool to PDM instead of Setuptools/Poetry (#3220)
* Provide a plugin_enabled Jinja test for themes (#3235)
* Preserve connection order in Blinker (#3238)
* Remove social icons from default notmyidea theme (#3240)
* Remove unreliable WRITE_SELECTED feature (#3243)
* Importer: Report broken embedded video links when importing from Tumblr (#3177)
* Importer: Remove newline addition when iterating Photo post types (#3178)
* Importer: Force timestamp conversion in Tumblr importer to be UTC with offset (#3221)
* Importer: Use tempfile for intermediate HTML file for Pandoc (#3221)
* Switch linters to Ruff (#3223)- drop python-311.patch: fixed upstream- update BuildRequires and Requires to match upstream requirements- switch build to pdm
* Wed Mar 01 2023 Daniel Garcia - Add python-311.patch to support python 3.11 gh#getpelican/pelican#3055
* Fri Jul 15 2022 Benoît Monin - update to version 4.8.0:
* Use JSON values for extra settings in Invoke tasks template (#2994)
* Add content tag for links, which can help with things like Twitter social cards (#3001)
* Improve word count behavior when generating summary (#3002)
* Fri Apr 29 2022 Markéta Machová - do not require pytest-pythonpath
* Wed Feb 09 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