Hello community, here is the log from the commit of package python-pingparsing for openSUSE:Factory checked in at 2020-02-27 14:39:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pingparsing (Old) and /work/SRC/openSUSE:Factory/.python-pingparsing.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pingparsing" Thu Feb 27 14:39:03 2020 rev:2 rq:779780 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pingparsing/python-pingparsing.changes 2020-02-11 22:24:21.111532943 +0100 +++ /work/SRC/openSUSE:Factory/.python-pingparsing.new.26092/python-pingparsing.changes 2020-02-27 14:39:35.842311977 +0100 @@ -1,0 +2,18 @@ +Wed Feb 26 20:04:47 UTC 2020 - Martin Hauke <[email protected]> + +- Update to version 1.0.0 + * Drop Python 2 support + * Add packet size option to PingTransmitter and CLI + * Add ttl option to PingTransmitter and CLI + * Add include_icmp_replies flag to PingStats.as_dict method + * Add --no-color option to the CLI tool + * Add type annotations and py.typed to the package + * Add [cli] extras_require + * Update dependencies + * Remove deprecated methods + * Reduce a package dependency + * Replace the logging library + * Fix timestamp parsing when transmitting ping by CLI + * Minor bug fixes + +------------------------------------------------------------------- Old: ---- pingparsing-0.18.2.tar.gz New: ---- pingparsing-1.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pingparsing.spec ++++++ --- /var/tmp/diff_new_pack.7kBooL/_old 2020-02-27 14:39:38.438317333 +0100 +++ /var/tmp/diff_new_pack.7kBooL/_new 2020-02-27 14:39:38.438317333 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pingparsing # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,33 +12,35 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-pingparsing -Version: 0.18.2 +Version: 1.0.0 Release: 0 -License: MIT Summary: CLI-tool/Python-library for parsing ping command output -Url: https://github.com/thombashi/pingparsing +License: MIT Group: Development/Languages/Python +URL: https://github.com/thombashi/pingparsing Source: https://github.com/thombashi/pingparsing/archive/v%{version}.tar.gz#/pingparsing-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools >= 38.3.0} +BuildRequires: python-rpm-macros # SECTION test requirements -BuildRequires: %{python_module humanreadable >= 0.0.7} BuildRequires: %{python_module Logbook >= 0.12.3} +BuildRequires: %{python_module humanreadable >= 0.0.7} BuildRequires: %{python_module pyparsing >= 2.0.3} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module simplejson} BuildRequires: %{python_module six >= 1.10.0} BuildRequires: %{python_module subprocrunner >= 0.17.0} BuildRequires: %{python_module typepy >= 0.6.3} -BuildRequires: %{python_module pytest} -BuildRequires: %{python_module simplejson} # /SECTION BuildRequires: fdupes Requires: python-humanreadable >= 0.0.7 -Requires: python-Logbook >= 0.12.3 +Requires: python-loguru >= 0.4.1 Requires: python-pyparsing >= 2.0.3 Requires: python-setuptools >= 38.3.0 Requires: python-six >= 1.10.0 ++++++ pingparsing-0.18.2.tar.gz -> pingparsing-1.0.0.tar.gz ++++++ ++++ 3352 lines of diff (skipped)
