From 98384474c4137c0d84ae03ebb7ba050918302073533377c40cf617a94caa9f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Aug 2023 14:17:37 +0000 Subject: [PATCH] Accepting request 1101732 from home:ojkastl_buildservice:Branch_devel_languages_python update to 1.5.1 OBS-URL: https://build.opensuse.org/request/show/1101732 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs?expand=0&rev=19 --- mkdocs-1.5.0.tar.gz | 3 --- mkdocs-1.5.1.tar.gz | 3 +++ python-mkdocs.changes | 12 ++++++++++++ python-mkdocs.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 mkdocs-1.5.0.tar.gz create mode 100644 mkdocs-1.5.1.tar.gz diff --git a/mkdocs-1.5.0.tar.gz b/mkdocs-1.5.0.tar.gz deleted file mode 100644 index 635efe1..0000000 --- a/mkdocs-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fad42de2779752ea09c3e89c797c028fe829f4b76debe78d4b8739420746a0a4 -size 4042630 diff --git a/mkdocs-1.5.1.tar.gz b/mkdocs-1.5.1.tar.gz new file mode 100644 index 0000000..20349ee --- /dev/null +++ b/mkdocs-1.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f236d1f997f22adb28f566157acbbd250e52374bb51f3377277925902d83dbc +size 4042737 diff --git a/python-mkdocs.changes b/python-mkdocs.changes index bf2071e..b758161 100644 --- a/python-mkdocs.changes +++ b/python-mkdocs.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Aug 1 13:02:20 UTC 2023 - Johannes Kastl + +- update to 1.5.1: + * Bug fixes + - Bugfix (regression in 1.5.0): Make it possible to treat + ExtraScriptValue as a path. This lets some plugins still work + despite the breaking change. + - Bugfix (regression in 1.5.0): Prevent errors for special + setups that have 3 conflicting files, such as index.html, + index.md and README.md (#3314) + ------------------------------------------------------------------- Thu Jul 27 04:38:25 UTC 2023 - Johannes Kastl diff --git a/python-mkdocs.spec b/python-mkdocs.spec index c67fc91..9050f03 100644 --- a/python-mkdocs.spec +++ b/python-mkdocs.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-mkdocs -Version: 1.5.0 +Version: 1.5.1 Release: 0 Summary: Project documentation with Markdown License: BSD-2-Clause