14
0

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

- update to version 4.11.0
- increase the minimum version of typogrify to 2.1.0

OBS-URL: https://build.opensuse.org/request/show/1238334
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=58
This commit is contained in:
2025-01-17 13:23:07 +00:00
committed by Git OBS Bridge
parent 4101d7335d
commit 2ae2bf3040
4 changed files with 25 additions and 7 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jan 16 20:16:19 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 4.11.0:
* Add setting to selectively omit Typogrify filters (#3439)
* Add more blocks to the Simple themes 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 17:57:44 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>