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..214b512 100644 --- a/python-pingparsing.changes +++ b/python-pingparsing.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun May 16 20:20:41 UTC 2021 - Matej Cepl + +- Actually depends on subprocrunner >= 1.2.2 (and thus on + sr#893494) + +------------------------------------------------------------------- +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..fb2c58c 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} @@ -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