forked from pool/python-mkdocs
Accepting request 1102536 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 1.5.2 OBS-URL: https://build.opensuse.org/request/show/1102536 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs?expand=0&rev=21
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f236d1f997f22adb28f566157acbbd250e52374bb51f3377277925902d83dbc
|
||||
size 4042737
|
||||
3
mkdocs-1.5.2.tar.gz
Normal file
3
mkdocs-1.5.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ae206c933ca4cc1f3152ae452a50c9beae9f46df6a963aac8f83daa578b49a9
|
||||
size 4042706
|
||||
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 4 07:34:55 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- update to 1.5.2:
|
||||
* Bugfix (regression in 1.5.0): Restore functionality of
|
||||
--no-livereload. (#3320)
|
||||
* Bugfix (regression in 1.5.0): The new page title detection
|
||||
would sometimes be unable to drop anchorlinks - fix that.
|
||||
(#3325)
|
||||
* Partly bring back pre-1.5 API: extra_javascript items will once
|
||||
again be mostly strings, and only sometimes ExtraStringValue
|
||||
(when the extra script functionality is used).
|
||||
* Plugins should be free to append strings to
|
||||
config.extra_javascript, but when reading the values, they must
|
||||
still make sure to read it as str(value) in case it is an
|
||||
ExtraScriptValue item. For querying the attributes such as
|
||||
.type you need to check isinstance first. Static type checking
|
||||
will guide you in that. (#3324)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 1 13:02:20 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-mkdocs
|
||||
Version: 1.5.1
|
||||
Version: 1.5.2
|
||||
Release: 0
|
||||
Summary: Project documentation with Markdown
|
||||
License: BSD-2-Clause
|
||||
|
||||
Reference in New Issue
Block a user