14
0

Accepting request 897730 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/897730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-subprocrunner?expand=0&rev=7
This commit is contained in:
2021-06-05 21:31:47 +00:00
committed by Git OBS Bridge
4 changed files with 32 additions and 4 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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> Sun May 16 18:30:07 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:972eec5bc4d065d9e0edf207fc4fb019d9c25e4325e94913d506078d04ab8c74
size 12162

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c1e928db282e7453853744290908d04047a8fb3b49ff1e7f8284e6a3be3a810
size 14247