Changelog for
python39-pelican-4.8.0-48.1.noarch.rpm :
* 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).
* Tue Dec 01 2020 Benoît Monin - update to version 4.5.3:
* Fix a mistake made in PR #2821
* Sun Nov 22 2020 Benoît Monin - update to version 4.5.2:
* Improve logging of generators and writer loaders- drop removal of macos hidden temporary files: fixed upstream- get the source from github instead of pypi for the tests- add the build requirements for the tests:
* python-Markdown
* python-beautifulsoup4
* python-lxml
* python-pytest-xdist
* python-pytest
* python-typogrify
* git-core- run the tests
* Mon Nov 02 2020 Benoît Monin - update to version 4.5.1:
* Refactor intra-site link discovery in order to match more permissively (#2646)
* Fix plugins running twice in auto-reload mode (#2817)
* Add notice to use from pelican import signals instead of import pelican.signals (#2805)- drop removal of macos hidden temporary files: fixed upstream- remove CONTRIBUTING.rst THANKS and docs from the package: not provided any more- correctly identify the license file
* Fri Aug 28 2020 Benoît Monin - update to version 4.5.0:
* Add namespace plugin support; list plugins via pelican-plugins command
* Override settings via -e / --extra-settings CLI option flags
* Add settings for custom Jinja globals and tests
* Customize article summary ellipsis via SUMMARY_END_MARKER setting
* Customize Typogrify dash handling via new TYPOGRIFY_DASHES setting
* Support Unicode when generating slugs
* Support Asciidoc .adoc file generation in Pelican importer
* Improve user experience when pelican --listen web server is quit
* Improve Invoke tasks template
* Include tests in source distributions
* Switch CI from Travis to GitHub Actions
* Remove support for Python 2.7- disable python2 build: pelican is python 3 only now- drop fix-python3-incompatibility.patch: fixed upstream- update dependencies minimal versions- drop python-six requirement- remove hidden macos files- add new binary pelican-plugins