diff --git a/mkdocs-1.5.1.tar.gz b/mkdocs-1.5.1.tar.gz deleted file mode 100644 index 20349ee..0000000 --- a/mkdocs-1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f236d1f997f22adb28f566157acbbd250e52374bb51f3377277925902d83dbc -size 4042737 diff --git a/mkdocs-1.5.2.tar.gz b/mkdocs-1.5.2.tar.gz new file mode 100644 index 0000000..01374fa --- /dev/null +++ b/mkdocs-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae206c933ca4cc1f3152ae452a50c9beae9f46df6a963aac8f83daa578b49a9 +size 4042706 diff --git a/python-mkdocs.changes b/python-mkdocs.changes index b758161..39853e5 100644 --- a/python-mkdocs.changes +++ b/python-mkdocs.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Aug 4 07:34:55 UTC 2023 - Johannes Kastl + +- update to 1.5.2: + * Bugfix (regression in 1.5.0): Restore functionality of + --no-livereload. (#3320) + * Bugfix (regression in 1.5.0): The new page title detection + would sometimes be unable to drop anchorlinks - fix that. + (#3325) + * Partly bring back pre-1.5 API: extra_javascript items will once + again be mostly strings, and only sometimes ExtraStringValue + (when the extra script functionality is used). + * Plugins should be free to append strings to + config.extra_javascript, but when reading the values, they must + still make sure to read it as str(value) in case it is an + ExtraScriptValue item. For querying the attributes such as + .type you need to check isinstance first. Static type checking + will guide you in that. (#3324) + ------------------------------------------------------------------- Tue Aug 1 13:02:20 UTC 2023 - Johannes Kastl diff --git a/python-mkdocs.spec b/python-mkdocs.spec index 9050f03..43f4b84 100644 --- a/python-mkdocs.spec +++ b/python-mkdocs.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-mkdocs -Version: 1.5.1 +Version: 1.5.2 Release: 0 Summary: Project documentation with Markdown License: BSD-2-Clause