17
0

Accepting request 897578 from home:mnhauke

- 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
This commit is contained in:
2021-06-05 12:23:11 +00:00
committed by Git OBS Bridge
parent b9483e6008
commit d65f866769
4 changed files with 24 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-subprocrunner
Version: 1.2.2
Version: 1.5.0
Release: 0
Summary: A Python wrapper library for subprocess module
License: MIT
@@ -37,6 +37,7 @@ BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module loguru >= 0.4.1}
BuildRequires: %{python_module mbstrdecoder >= 1.0.0}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
BuildRequires: %{python_module typepy}