From 5d33854e99732c40e828bf3db578cc57bf71a8f5212efd27bb97d124a4fd9507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 16 Mar 2020 10:06:55 +0000 Subject: [PATCH] Accepting request 785539 from home:mcalabkova:branches:devel:languages:python - Update to version 1.0.1 * minor metadata fixes OBS-URL: https://build.opensuse.org/request/show/785539 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=5 --- pingparsing-1.0.0.tar.gz | 3 --- pingparsing-1.0.1.tar.gz | 3 +++ python-pingparsing.changes | 6 ++++++ python-pingparsing.spec | 20 ++++++++++---------- 4 files changed, 19 insertions(+), 13 deletions(-) delete mode 100644 pingparsing-1.0.0.tar.gz create mode 100644 pingparsing-1.0.1.tar.gz diff --git a/pingparsing-1.0.0.tar.gz b/pingparsing-1.0.0.tar.gz deleted file mode 100644 index 7371cce..0000000 --- a/pingparsing-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01474ed20ac1d3bece9a6808d5f11df5ca92abfc0d4d086936d7d75022acfd24 -size 41122 diff --git a/pingparsing-1.0.1.tar.gz b/pingparsing-1.0.1.tar.gz new file mode 100644 index 0000000..283534b --- /dev/null +++ b/pingparsing-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87cc1f765f78577de9fb1b6b7aa2e38734be11fec25727fba87216d4709e8f1 +size 41102 diff --git a/python-pingparsing.changes b/python-pingparsing.changes index 4eedfdf..7ea4a4f 100644 --- a/python-pingparsing.changes +++ b/python-pingparsing.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 16 09:55:25 UTC 2020 - Marketa Calabkova + +- Update to version 1.0.1 + * minor metadata fixes + ------------------------------------------------------------------- Wed Feb 26 20:04:47 UTC 2020 - Martin Hauke diff --git a/python-pingparsing.spec b/python-pingparsing.spec index a573e4d..acad213 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.0.0 +Version: 1.0.1 Release: 0 Summary: CLI-tool/Python-library for parsing ping command output License: MIT @@ -27,7 +27,16 @@ 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_module setuptools >= 38.3.0} +BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-humanreadable >= 0.0.7 +Requires: python-loguru >= 0.4.1 +Requires: python-pyparsing >= 2.0.3 +Requires: python-setuptools >= 38.3.0 +Requires: python-six >= 1.10.0 +Requires: python-subprocrunner >= 0.17.0 +Requires: python-typepy >= 0.6.3 +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Logbook >= 0.12.3} BuildRequires: %{python_module humanreadable >= 0.0.7} @@ -38,15 +47,6 @@ BuildRequires: %{python_module six >= 1.10.0} BuildRequires: %{python_module subprocrunner >= 0.17.0} BuildRequires: %{python_module typepy >= 0.6.3} # /SECTION -BuildRequires: fdupes -Requires: python-humanreadable >= 0.0.7 -Requires: python-loguru >= 0.4.1 -Requires: python-pyparsing >= 2.0.3 -Requires: python-setuptools >= 38.3.0 -Requires: python-six >= 1.10.0 -Requires: python-subprocrunner >= 0.17.0 -Requires: python-typepy >= 0.6.3 -BuildArch: noarch %python_subpackages %description