head 1.3; access; symbols pkgsrc-2026Q1:1.2.0.6 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.4 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.2 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.1.0.8 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.6 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.4 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.2 pkgsrc-2024Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2026.04.22.09.05.05; author adam; state Exp; branches; next 1.2; commitid Nx7t2Pk3GC8VYVCG; 1.2 date 2025.08.26.13.09.10; author adam; state Exp; branches; next 1.1; commitid EYasaJ763mxW0f8G; 1.1 date 2024.08.14.07.42.47; author adam; state Exp; branches; next ; commitid xw72esjPInTokLlF; desc @@ 1.3 log @py-pelican: updated to 4.12.0 4.12.0 - 2026-04-20 - Add dark mode to ``notmyidea`` template - Support ``CSS_FILE`` setting in Simple theme - Improve Simple theme template inheritance - Strip table-of-contents elements from article summaries - Use slug in category/tag feed titles - Fix raising exceptions on filtered logs - Fix disabled category output - Fix default ``FEED_DOMAIN`` to fall back to ``SITEURL`` - Don't log feed warning if ``FEED_DOMAIN`` is set - Fix ``livereload`` import in ``docserve()`` task - Fix JavaScript MIME detection on Windows - Fix linking to individual settings in docs - Overhaul installation instructions; add ``pipx`` and ``uv`` - Enhance GitHub Pages workflow - Require Docutils 0.22+ and Sphinx 9.0+ - Require Python 3.11 and above; add Python 3.14 to test matrix @ text @$NetBSD: patch-pyproject.toml,v 1.2 2025/08/26 13:09:10 adam Exp $ Do not install tests, some filenames contain UTF characters. --- pyproject.toml.orig 2026-04-20 15:29:45.000000000 +0000 +++ pyproject.toml @@@@ -119,6 +119,7 @@@@ source-includes = [ ] excludes = [ "pelican/build/", + "pelican/tests/", ] [tool.ruff.lint] @ 1.2 log @py-pelican: updated to 4.11.0 4.11.0 - 2025-01-15 Add setting to selectively omit Typogrify filters Add more blocks to the Simple theme’s base template, making it easier to create new themes by inheriting from the Simple theme 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. Get current year from the SOURCE_DATE_EPOCH environment variable, if available Add Python 3.13 to test matrix and remove Python 3.8 Require Typogrify 2.1+ and Pygments <2.19 @ text @d1 1 a1 1 $NetBSD: patch-pyproject.toml,v 1.1 2024/08/14 07:42:47 adam Exp $ d5 1 a5 1 --- pyproject.toml.orig 2025-01-15 17:04:08.303952500 +0000 d7 5 a11 3 @@@@ -118,6 +118,7 @@@@ source-includes = [ "docs/changelog.rst", "samples/", a12 1 +excludes = ["pelican/tests"] a14 1 select = [ @ 1.1 log @py-pelican: do not install tests; fixes PLIST problem with UTF filenames @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- pyproject.toml.orig 2024-08-14 07:35:42.217643690 +0000 d7 1 a7 1 @@@@ -114,6 +114,7 @@@@ source-includes = [ d13 2 a14 2 [build-system] requires = [ @