14
0

- update to 2.0.0:

* Drop python-3.5 support
  * Remove deprecated method: ``HTMLHelpBuilder.open_file()``
  * #6685: htmlhelp builder should generate HTML4 docs instead of HTML5

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-htmlhelp?expand=0&rev=7
This commit is contained in:
2021-06-06 12:23:50 +00:00
committed by Git OBS Bridge
parent b1074bcd06
commit 3001ce9db9
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jun 6 12:12:35 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.0.0:
* Drop python-3.5 support
* Remove deprecated method: ``HTMLHelpBuilder.open_file()``
* #6685: htmlhelp builder should generate HTML4 docs instead of HTML5
-------------------------------------------------------------------
Fri Feb 28 21:59:51 UTC 2020 - Dirk Mueller <dmueller@suse.com>