15
0
forked from pool/python-mkdocs

Accepting request 1199679 from home:ojkastl_buildservice:Branch_devel_languages_python

update to 1.6.1

OBS-URL: https://build.opensuse.org/request/show/1199679
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs?expand=0&rev=27
This commit is contained in:
2024-09-09 20:49:53 +00:00
committed by Git OBS Bridge
parent 92f9b55c44
commit 2144e0f51b
4 changed files with 28 additions and 4 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Sep 9 11:58:00 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 1.6.1:
* Fixed
- Fix build error when environment variable SOURCE_DATE_EPOCH=0
is set. #3795
- Fix build error when mkdocs_theme.yml config is empty. #3700
- Support python -W and PYTHONWARNINGS instead of overriding
the configuration. #3809
- Support running with Docker under strict mode, by removing
0.0.0.0 dev server warning. #3784
- Drop unnecessary changefreq from sitemap.xml. #3629
- Fix JavaScript console error when closing menu dropdown.
#3774
- Fix JavaScript console error that occur on repeated clicks.
#3730
- Fix JavaScript console error that can occur on dropdown
selections. #3694
* Added
- Added translations for Dutch. #3804
- Added and updated translations for Chinese (Simplified).
#3684
-------------------------------------------------------------------
Thu Apr 25 19:48:16 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>