2022-11-11 13:43:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 11 13:18:05 UTC 2022 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- silent rpmlint
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 11 12:58:18 UTC 2022 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- python-six is not required
|
|
|
|
|
2022-10-11 15:53:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 11 15:32:48 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
- Update to version 2.0.0
|
|
|
|
Drop support for Python 3.5
|
|
|
|
Add input/encoding keyword arguments to run method
|
|
|
|
Add raise_for_returncode method to SubprocessRunner class
|
|
|
|
|
2022-04-21 23:58:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 21 23:58:17 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Add missing BR hostname
|
|
|
|
|
2021-06-05 17:09:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 5 13:14:13 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Update to version 1.6.0
|
|
|
|
* Add __repr__ method to Retry/SubprocessRunner classes
|
|
|
|
* Fix to properly suppress debug logs when quiet=True
|
|
|
|
* Fixed to save command history at runtime
|
|
|
|
|
2021-06-05 12:23:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2021-05-16 18:30:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 16 18:30:07 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Don't require pytest-runner, when we don't need it.
|
|
|
|
|
2021-05-14 06:52:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2020-04-05 11:34:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 4 11:15:24 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- version update to 1.2.1
|
|
|
|
* no upstream changelog this time
|
|
|
|
|
2020-03-20 18:27:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2020-03-17 11:49:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 17 11:27:31 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 1.1.0
|
|
|
|
* no upstream changelog this time
|
|
|
|
|
2020-02-16 19:57:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2020-02-07 07:06:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|