forked from pool/python-subprocrunner
- Update to version 1.5.0 * Add no_retry_returncodes parameter to Retry class - Update to version 1.4.2 * Fix retry processing * Modify log messages - Update to version 1.4.1 * Fix retry processing - Update to version 1.4.0 * Add quiet mode support for SubprocessRunner/Retry * Modify a retry log message - Update to version 1.3.0 * Add timeout keyword argument to SubprocessRunner.run: * Add support for retry functionality to SubprocessRunner.run * Add SubprocessRunner.Retry class * Modify type annotation of SubprocessRunner.run return value OBS-URL: https://build.opensuse.org/request/show/897578 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=14
74 lines
2.5 KiB
Plaintext
74 lines
2.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jun 4 20:34:17 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.5.0
|
|
* Add no_retry_returncodes parameter to Retry class
|
|
- Update to version 1.4.2
|
|
* Fix retry processing
|
|
* Modify log messages
|
|
- Update to version 1.4.1
|
|
* Fix retry processing
|
|
- Update to version 1.4.0
|
|
* Add quiet mode support for SubprocessRunner/Retry
|
|
* Modify a retry log message
|
|
- Update to version 1.3.0
|
|
* Add timeout keyword argument to SubprocessRunner.run:
|
|
* Add support for retry functionality to SubprocessRunner.run
|
|
* Add SubprocessRunner.Retry class
|
|
* Modify type annotation of SubprocessRunner.run return value
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 16 18:30:07 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Don't require pytest-runner, when we don't need it.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 13 16:40:31 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.2.2
|
|
* Add support for Python 3.10
|
|
* Modify type annotations
|
|
* Add subprocrunner.typing
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 4 11:15:24 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- version update to 1.2.1
|
|
* no upstream changelog this time
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 20 16:52:01 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.2.0
|
|
* Add follow_symlinks argument to Which constructor
|
|
* Improve path existence check for Which
|
|
* Modify an error handling when a command not specified for Which
|
|
* Fix to include py.typed to the package
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 17 11:27:31 UTC 2020 - pgajdos@suse.com
|
|
|
|
- version update to 1.1.0
|
|
* no upstream changelog this time
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 16 19:32:47 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.0.0
|
|
* Drop Python 2 support
|
|
* Add type annotations and py.typed to the package
|
|
* Replace the logging library from Logbook to loguru
|
|
* Remove deprecated error classes
|
|
* Remove deprecated methods
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 6 21:44:55 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.17.2
|
|
- Specfile cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 10 01:33:56 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.17.0
|