forked from pool/python-pingparsing
Accepting request 798039 from home:mnhauke
- Update to version 1.0.3 * Fix type annotations OBS-URL: https://build.opensuse.org/request/show/798039 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
9c07599d77
commit
4ee001b069
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-pingparsing
|
||||
Version: 1.0.2
|
||||
Version: 1.0.3
|
||||
Release: 0
|
||||
Summary: CLI-tool/Python-library for parsing ping command output
|
||||
License: MIT
|
||||
@@ -30,13 +30,12 @@ BuildRequires: %{python_module setuptools >= 38.3.0}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module Logbook >= 0.12.3}
|
||||
BuildRequires: %{python_module humanreadable >= 0.1.0}
|
||||
BuildRequires: %{python_module pyparsing >= 2.0.3}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module simplejson}
|
||||
BuildRequires: %{python_module subprocrunner >= 1.2.1}
|
||||
BuildRequires: %{python_module typepy >= 1.0.0}
|
||||
BuildRequires: %{python_module typepy >= 1.1.0}
|
||||
# /SECTION
|
||||
Requires: python-humanreadable >= 0.1.0
|
||||
Requires: python-loguru >= 0.4.1
|
||||
@@ -44,7 +43,7 @@ Requires: python-pyparsing >= 2.0.3
|
||||
Requires: python-setuptools >= 38.3.0
|
||||
Requires: python-simplejson
|
||||
Requires: python-subprocrunner >= 1.2.1
|
||||
Requires: python-typepy >= 1.0.0
|
||||
Requires: python-typepy >= 1.1.0
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user