15
0
forked from pool/python-mkdocs

Accepting request 932065 from home:eroca

Update to version 1.2.3 (2021-10-12)

OBS-URL: https://build.opensuse.org/request/show/932065
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs?expand=0&rev=4
This commit is contained in:
2021-11-18 18:08:06 +00:00
committed by Git OBS Bridge
parent eb1c207ad6
commit 427ea86733
4 changed files with 87 additions and 13 deletions

View File

@@ -1,3 +1,65 @@
-------------------------------------------------------------------
Thu Nov 17 20:32:38 UTC 2021 - Elisei Roca <eroca@mailbox.org>
- do not build for python2; mkdocs is python3-only since 1.1
- update dependencies and add all also as BuildRequires to always deliver an
installable package
- update to version 1.2.3 (2021-10-12)
https://github.com/mkdocs/mkdocs/blob/1.2.3/docs/about/release-notes.md
* Built-in themes now also support these languages:
* Simplified Chinese (#2497)
* Japanese (#2525)
* Brazilian Portuguese (#2535)
* Spanish (#2545, previously #2396)
* Third-party plugins will take precedence over built-in plugins with the same
name (#2591)
* Bugfix: Fix ability to load translations for some languages:
core support (#2565) and search plugin support with fallbacks (#2602)
* Bugfix (regression in 1.2): Prevent directory traversal in the dev server
(#2604)
* Bugfix (regression in 1.2): Prevent webserver warnings from being treated as
a build failure in strict mode (#2607)
* Bugfix: Correctly print colorful messages in the terminal on Windows (#2606)
* Bugfix: Python version 3.10 was displayed incorrectly in `--version` (#2618)
* Other small improvements
see commit log (https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3).
- changes in 1.2.2 (2021-07-18)
* Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters
(#2464)
* Bugfix (regression in 1.2): Revert livereload file watching to use polling
observer (#2477)
* Revert from 1.2: Remove the requirement of a `site_url` config and the
restriction on `use_directory_urls` (#2490)
* Bugfix (regression in 1.2): Don't require trailing slash in the URL when
serving a directory index in `mkdocs serve` server (#2507)
* Bugfix: Fix `gh_deploy` with config-file in the current directory (#2481)
* Bugfix: Fix reversed breadcrumbs in "readthedocs" theme (#2179)
* Allow "mkdocs.yaml" as the file name when '--config' is not passed (#2478)
* Stop treating ";" as a special character in URLs: urlparse -> urlsplit (#2502)
* Improve build performance for sites with many pages
(partly already done in 1.2) (#2407)
- changes in 1.2.1 (2021-06-09)
* Bugfix (regression in 1.2): Ensure 'gh-deploy' always pushes.
- changes in 1.2 (2021-06-04)
* Support added for Theme Localization (#2299)
* Support added for Environment Variables in the configuration file (#1954)
* Support added for Configuration Inheritance (#2218)
* Update `gh-deploy` command (#2170)
* Rework auto-reload and HTTP server for `mkdocs serve` (#2385)
* Offset the local site root according to the sub-path of the `site_url` (#2424)
* A `build_error` event was added (#2103)
* Three new exceptions: BuildError PluginError and Abort (#2103)
* Search Indexing Strategy configuration
* Backwards incompatible changes in 1.2
https://github.com/mkdocs/mkdocs/blob/1.2/docs/about/release-notes.md?plain=1#L160
* Other changes and additions, bugfixes in 1.2
https://github.com/mkdocs/mkdocs/blob/1.2/docs/about/release-notes.md?plain=1#L230
-------------------------------------------------------------------
Sat Aug 14 21:50:43 UTC 2021 - Jan Engelhardt <jengelh@inai.de>