15
0

Accepting request 1007038 from home:yarunachalam:branches:devel:languages:python

- 1.3.3 (2022-02-07)
  * new: adding support for newer python releases (3.8, 3.9, 3.10)
  * fix: various typos in docstrings (#39, )
  * fix: change use of deprecated upload-dir to upload_dir in setup.cfg (#34)
  * fix: Runtime class now sets None for stdout by default (#24)
  * fix: corrected argument order in several calls to super() (#18)
  * cleanup: many bits of code tidying to eliminate linter warnings

OBS-URL: https://build.opensuse.org/request/show/1007038
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nagiosplugin?expand=0&rev=8
This commit is contained in:
2022-09-29 18:55:11 +00:00
committed by Git OBS Bridge
parent 84c70c79ea
commit da704a5a72
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Sep 29 17:09:04 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 1.3.3 (2022-02-07)
* new: adding support for newer python releases (3.8, 3.9, 3.10)
* fix: various typos in docstrings (#39, )
* fix: change use of deprecated upload-dir to upload_dir in setup.cfg (#34)
* fix: Runtime class now sets None for stdout by default (#24)
* fix: corrected argument order in several calls to super() (#18)
* cleanup: many bits of code tidying to eliminate linter warnings
-------------------------------------------------------------------
Thu Apr 22 06:28:03 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>