diff --git a/mkdocs-1.4.3.tar.gz b/mkdocs-1.4.3.tar.gz deleted file mode 100644 index 9a0fbaa..0000000 --- a/mkdocs-1.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2662b2a39db437b472f7cba92d0aaf6973732929a000af56e05cfc42055e7fc8 -size 4019852 diff --git a/mkdocs-1.5.0.tar.gz b/mkdocs-1.5.0.tar.gz new file mode 100644 index 0000000..635efe1 --- /dev/null +++ b/mkdocs-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad42de2779752ea09c3e89c797c028fe829f4b76debe78d4b8739420746a0a4 +size 4042630 diff --git a/python-mkdocs.changes b/python-mkdocs.changes index 50dbb22..bf2071e 100644 --- a/python-mkdocs.changes +++ b/python-mkdocs.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Jul 27 04:38:25 UTC 2023 - Johannes Kastl + +- 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. + ------------------------------------------------------------------- Thu Jul 6 13:16:33 UTC 2023 - Johannes Kastl diff --git a/python-mkdocs.spec b/python-mkdocs.spec index 8f85eae..c67fc91 100644 --- a/python-mkdocs.spec +++ b/python-mkdocs.spec @@ -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 importlib_metadata if python-base < 3.10} 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-ghp-import 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