forked from pool/python-mkdocs
Accepting request 1100989 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 1.5.0 OBS-URL: https://build.opensuse.org/request/show/1100989 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs?expand=0&rev=17
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2662b2a39db437b472f7cba92d0aaf6973732929a000af56e05cfc42055e7fc8
|
||||
size 4019852
|
||||
3
mkdocs-1.5.0.tar.gz
Normal file
3
mkdocs-1.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fad42de2779752ea09c3e89c797c028fe829f4b76debe78d4b8739420746a0a4
|
||||
size 4042630
|
||||
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 27 04:38:25 UTC 2023 - Johannes Kastl <kastl@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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 6 13:16:33 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user