15
0

Accepting request 893502 from devel:languages:python

- Actually depends on subprocrunner >= 1.2.2 (and thus on
  sr#893494)
- Update to version 1.3.1
  * Change PingTransmitter.ping_option accepts Sequence
  * Fix a problem that --interface option value is not properly
    applied to ping commands

OBS-URL: https://build.opensuse.org/request/show/893502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pingparsing?expand=0&rev=10
This commit is contained in:
2021-05-18 16:26:51 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 7 deletions

View File

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

3
pingparsing-1.3.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun May 16 20:20:41 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Actually depends on subprocrunner >= 1.2.2 (and thus on
sr#893494)
-------------------------------------------------------------------
Thu May 13 16:42:28 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.3.1
* Change PingTransmitter.ping_option accepts Sequence
* Fix a problem that --interface option value is not properly
applied to ping commands
-------------------------------------------------------------------
Sun Mar 28 11:15:28 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pingparsing
Version: 1.3.0
Version: 1.3.1
Release: 0
Summary: CLI-tool/Python-library for parsing ping command output
License: MIT
@@ -35,10 +35,10 @@ Requires: python-pyparsing >= 2.0.3
Requires: python-pytz >= 2018.9
Requires: python-setuptools >= 38.3.0
Requires: python-simplejson
Requires: python-subprocrunner >= 1.2.1
Requires: python-subprocrunner >= 1.2.2
Requires: python-typepy >= 1.1.0
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module humanreadable >= 0.1.0}
@@ -46,7 +46,7 @@ BuildRequires: %{python_module pyparsing >= 2.0.3}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytz >= 2018.9}
BuildRequires: %{python_module simplejson}
BuildRequires: %{python_module subprocrunner >= 1.2.1}
BuildRequires: %{python_module subprocrunner >= 1.2.2}
BuildRequires: %{python_module typepy >= 1.1.0}
# /SECTION
%python_subpackages