From 9e276d9c29d4db36ee2752219818558e582533011d8b401c795b76ae7cf263db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 19 Sep 2023 07:59:35 +0000 Subject: [PATCH] Accepting request 1112104 from home:ojkastl_buildservice:Branch_devel_languages_python update to 1.5.3 OBS-URL: https://build.opensuse.org/request/show/1112104 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs?expand=0&rev=23 --- mkdocs-1.5.2.tar.gz | 3 --- mkdocs-1.5.3.tar.gz | 3 +++ python-mkdocs.changes | 20 ++++++++++++++++++++ python-mkdocs.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 mkdocs-1.5.2.tar.gz create mode 100644 mkdocs-1.5.3.tar.gz diff --git a/mkdocs-1.5.2.tar.gz b/mkdocs-1.5.2.tar.gz deleted file mode 100644 index 01374fa..0000000 --- a/mkdocs-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ae206c933ca4cc1f3152ae452a50c9beae9f46df6a963aac8f83daa578b49a9 -size 4042706 diff --git a/mkdocs-1.5.3.tar.gz b/mkdocs-1.5.3.tar.gz new file mode 100644 index 0000000..f01afd3 --- /dev/null +++ b/mkdocs-1.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1542e09f0c07aca03629337a25ca198f67bb8139380ada9ab3b5adaa5205419b +size 4057780 diff --git a/python-mkdocs.changes b/python-mkdocs.changes index 39853e5..7398c94 100644 --- a/python-mkdocs.changes +++ b/python-mkdocs.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Sep 19 04:43:11 UTC 2023 - Johannes Kastl + +- update to 1.5.3: + * Fix mkdocs serve sometimes locking up all browser tabs when + navigating quickly (#3390) + * Add many new supported languages for "search" plugin - update + lunr-languages to 1.12.0 (#3334) + * Bugfix (regression in 1.5.0): In "readthedocs" theme the + styling of "breadcrumb navigation" was broken for nested pages + (#3383) + * Built-in themes now also support Chinese (Traditional, Taiwan) + language (#3370) + * Plugins can now set File.page to their own subclass of Page. + There is also now a warning if File.page is set to anything + other than a strict subclass of Page. (#3367, #3381) + * Note that just instantiating a Page sets the file + automatically, so care needs to be taken not to create an + unneeded Page. + ------------------------------------------------------------------- Fri Aug 4 07:34:55 UTC 2023 - Johannes Kastl diff --git a/python-mkdocs.spec b/python-mkdocs.spec index 43f4b84..a41caad 100644 --- a/python-mkdocs.spec +++ b/python-mkdocs.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-mkdocs -Version: 1.5.2 +Version: 1.5.3 Release: 0 Summary: Project documentation with Markdown License: BSD-2-Clause