Changelog for
python310-pelican-4.9.1-2.4.noarch.rpm :
* 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
* Sun Oct 24 2021 Sebastien CHAVAUX - Update to version 4.7.1:
* Extend rich logging to server component (#2927)
* Fix an issue where metadata flagged to be discarded was being cached (#2926)
* Adjust suffix in server to allow redirection when needed (#2931)
* Add MIME types for web fonts (#2929)
* Distribute sample data used to run tests (#2935)
* Add Python 3.10 to test matrix
* Thu Oct 21 2021 Sebastien CHAVAUX - Update to version 4.7.0:
* Improve default theme rendering on mobile and other small screen devices (#2914)
* Add support for hidden articles (#2866)
* Improve word count behavior when generating summary CJK & other locales (#2864)
* Add progress spinner during generation (#2869) and richer logging (#2897), both via Rich
* Invoke tasks serve and livereload now auto-open a web browser pointing to the locally-served web site (#2764)
* Support some date format codes used by ISO dates (#2902)
* Document how to add a new writer (#2901)
* Tue Aug 10 2021 Matej Cepl - Redisable failing tests (gh#getpelican/pelican#2846).
* Tue Aug 10 2021 Matej Cepl - Exclude ix86 arch, as pandoc is not distributed for it.
* Tue Jul 13 2021 mceplAATTsuse.com- Update to version 4.6.0+git.1626161722.332be6e5:
* Support date format codes G, V, and u (used by ISO dates) (#2902)
* Document how to add a new writer
* Fix formatting of Jinja example code. Fixes #2884 (#2886)
* typo fix
* Update links to Jinja docs. Fixes #2883 (#2885)
* Allow easy subclassing of Writer
* Fix failing tests on Jinja 3+
* Fix FILENAME_METADATA doc to render correctly
* Add support for hidden articles
* Add period_num var for period_archives template
* Add progress spinner animation during generation
* Update Pelican feature documentation
* Update contributing docs and Poetry repository URL
* Update to v2 of `cache` GitHub Action
* Automatically open browser when Invoke task starts web server (#2764)
* Strip HTML tags from `notmyidea` page template\'s title
* Update tasks.py
* Release Pelican 4.6.0
* Prepare release
* Make Tox & GitHub CI jobs\' Python versions match
* Relax dependency minimum versions
* [Docs] Fix link to More Categories plugin
* Clarify ARTICLE_ORDER_BY documentation
* Improve consistency between Makefile targets & help
* Update functional test output for Pygments 2.8
* Update Pygments dev dependency to v2.8
* Add .yaml file extension to EditorConfig
* Change FAQ entry to new Tag Cloud plugin repo
* Make PKG_PATH var in Invoke tasks.py more DRY
* ignore None return value from get_generators signal
* livereload task improvements
* Update functional tests.
* Use a top (instead of bottom) border in hentry.- Switch off failing tests (gh#getpelican/pelican#2846).
* Fri Jan 29 2021 mceplAATTsuse.com- Update to version 4.5.4+git.1610713159.8bb5f1b7:
* Drop unsupported Python 3.5 from test matrix
* Allow latest Python-Markdown to be installed
* Adjust functional test output for Pygments 2.7.x
* Allow latest Pygments to be installed
* Match test output line endings with current rendering
* Support last page pattern in PAGINATION_PATTERNS
* Add FAQ re: Atom full-post vs. summary-only feeds
* Release Pelican 4.5.4
* Fix typo in the FAQ: steamline --> streamline.
* add \"http://\" prefix to ip+port
* Mon Jan 04 2021 Benoît Monin - update to version 4.5.4:
* Replace plugin definitions in settings with string representations after registering, so they can be cached correctly (#2828).