15
0

- update to 4.19.1:

* Mark package as compatible with Sphinx 3.1.
  * Refactoring. #528
  * Make debug config variables available in conf.py. #533
  * Fix warning formatting for function lookup. #535
  * Correctly reverse nested namespaces in get_qualification. #540

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-breathe?expand=0&rev=21
This commit is contained in:
2020-06-14 09:48:29 +00:00
committed by Git OBS Bridge
parent ae1cc228a7
commit 832d8cac7a
4 changed files with 19 additions and 9 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jun 14 09:41:23 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 4.19.1:
* Mark package as compatible with Sphinx 3.1.
* Refactoring. #528
* Make debug config variables available in conf.py. #533
* Fix warning formatting for function lookup. #535
* Correctly reverse nested namespaces in get_qualification. #540
-------------------------------------------------------------------
Tue Jun 2 12:57:04 UTC 2020 - Matej Cepl <mcepl@suse.com>