Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mkdocs for openSUSE:Factory checked in at 2023-07-27 16:52:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mkdocs (Old) and /work/SRC/openSUSE:Factory/.python-mkdocs.new.32662 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mkdocs" Thu Jul 27 16:52:56 2023 rev:9 rq:1101010 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mkdocs/python-mkdocs.changes 2023-07-10 16:41:01.634945713 +0200 +++ /work/SRC/openSUSE:Factory/.python-mkdocs.new.32662/python-mkdocs.changes 2023-07-27 16:53:13.266632148 +0200 @@ -1,0 +2,19 @@ +Thu Jul 27 04:38:25 UTC 2023 - Johannes Kastl <ka...@b1-systems.de> + +- update to 1.5.0: + * very long changelog that can be found here: + https://github.com/mkdocs/mkdocs/releases/tag/1.5.0 + * Bug fixes + - Relative paths in the nav can traverse above the root + Regression in 1.2 - relative paths in the nav could no longer + traverse above the site's root and were truncated to the + root. Although such traversal is discouraged and produces a + warning, this was a documented behavior. The behavior is now + restored. + - MkDocs can accept the config from stdin + This can be used for config overrides on the fly. See updated + section at the bottom of Configuration Inheritance. + The command to use this is mkdocs build -f -. In previous + versions doing this led to an error. + +------------------------------------------------------------------- Old: ---- mkdocs-1.4.3.tar.gz New: ---- mkdocs-1.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mkdocs.spec ++++++ --- /var/tmp/diff_new_pack.LFK0ba/_old 2023-07-27 16:53:14.050636577 +0200 +++ /var/tmp/diff_new_pack.LFK0ba/_new 2023-07-27 16:53:14.058636623 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-mkdocs -Version: 1.4.3 +Version: 1.5.0 Release: 0 Summary: Project documentation with Markdown License: BSD-2-Clause @@ -38,6 +38,7 @@ BuildRequires: %{python_module mergedeep >= 1.3.4} BuildRequires: %{python_module packaging >= 20.5} BuildRequires: %{python_module pip} +BuildRequires: %{python_module platformdirs} BuildRequires: %{python_module pyyaml_env_tag >= 0.1} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module watchdog >= 2.0} @@ -56,6 +57,8 @@ Requires: python-importlib_metadata Requires: python-mergedeep Requires: python-packaging +Requires: python-pathspec +Requires: python-platformdirs Requires: python-pyyaml_env_tag Requires: python-watchdog Requires(post): update-alternatives ++++++ mkdocs-1.4.3.tar.gz -> mkdocs-1.5.0.tar.gz ++++++ ++++ 10909 lines of diff (skipped)