From b8da38b31d0b410893a936e1496d2a6b7b0c043f0256689d11551e21ab312d01 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 13 May 2021 21:13:36 +0000 Subject: [PATCH] Accepting request 892932 from home:mnhauke - 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/892932 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=19 --- pingparsing-1.3.0.tar.gz | 3 --- pingparsing-1.3.1.tar.gz | 3 +++ python-pingparsing.changes | 8 ++++++++ python-pingparsing.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 pingparsing-1.3.0.tar.gz create mode 100644 pingparsing-1.3.1.tar.gz diff --git a/pingparsing-1.3.0.tar.gz b/pingparsing-1.3.0.tar.gz deleted file mode 100644 index f62b998..0000000 --- a/pingparsing-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be4d3fb162a1cb806bc25989354c2fbb6557e30d79357197eea6b4cab042a51e -size 43203 diff --git a/pingparsing-1.3.1.tar.gz b/pingparsing-1.3.1.tar.gz new file mode 100644 index 0000000..289b7a0 --- /dev/null +++ b/pingparsing-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b442dceda5276da94e11ac5f6e6aa34a9aba7cb465a73aa4002c038f3f8c81 +size 43443 diff --git a/python-pingparsing.changes b/python-pingparsing.changes index 4ed7824..c244d20 100644 --- a/python-pingparsing.changes +++ b/python-pingparsing.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu May 13 16:42:28 UTC 2021 - Martin Hauke + +- 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 diff --git a/python-pingparsing.spec b/python-pingparsing.spec index 17119a8..ec33ec0 100644 --- a/python-pingparsing.spec +++ b/python-pingparsing.spec @@ -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}