15
0

Accepting request 779780 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/779780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pingparsing?expand=0&rev=2
This commit is contained in:
2020-02-27 13:39:03 +00:00
committed by Git OBS Bridge
4 changed files with 33 additions and 13 deletions

View File

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

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

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Feb 26 20:04:47 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- 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
-------------------------------------------------------------------
Sat Feb 8 15:27:18 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@@ -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