- update to 0.17:

- Add support for Python 3.9.
  - Drop support for python 3.5.
  - Include program output and current working directory in the warning
    logged when a program returns an unexpected return code

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-programoutput?expand=0&rev=20
This commit is contained in:
2021-07-17 13:32:34 +00:00
committed by Git OBS Bridge
parent aa8d55fca8
commit c5ce47c148
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jul 17 13:30:21 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.17:
- Add support for Python 3.9.
- Drop support for python 3.5.
- Include program output and current working directory in the warning
logged when a program returns an unexpected return code
-------------------------------------------------------------------
Wed Apr 29 10:28:47 UTC 2020 - Dirk Mueller <dmueller@suse.com>