From 718b6878c890dc7c7838afdaf864cd34c0b1c55c7ed9f9530fbd8d5819adf6d5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 6 Mar 2021 15:47:27 +0000 Subject: [PATCH] Accepting request 877398 from home:mnhauke - Update to version 1.2.0 * Add support for Python 3.10 * Add --timezone option to the CLI * Add time zone support for parser classes OBS-URL: https://build.opensuse.org/request/show/877398 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=15 --- pingparsing-1.1.0.tar.gz | 3 --- pingparsing-1.2.0.tar.gz | 3 +++ python-pingparsing.changes | 8 ++++++++ python-pingparsing.spec | 6 ++++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 pingparsing-1.1.0.tar.gz create mode 100644 pingparsing-1.2.0.tar.gz diff --git a/pingparsing-1.1.0.tar.gz b/pingparsing-1.1.0.tar.gz deleted file mode 100644 index 7b8ee63..0000000 --- a/pingparsing-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef63603a55bfad70dcd51734980dbe07a4fb2cf30823a56db3c41be475f89731 -size 42448 diff --git a/pingparsing-1.2.0.tar.gz b/pingparsing-1.2.0.tar.gz new file mode 100644 index 0000000..6e86383 --- /dev/null +++ b/pingparsing-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2234c12f5a949792889b6f8f7adfc7991a8327974996ab41d34237b08a676380 +size 42012 diff --git a/python-pingparsing.changes b/python-pingparsing.changes index 2ba9bc5..5856cea 100644 --- a/python-pingparsing.changes +++ b/python-pingparsing.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Mar 6 14:07:45 UTC 2021 - Martin Hauke + +- Update to version 1.2.0 + * Add support for Python 3.10 + * Add --timezone option to the CLI + * Add time zone support for parser classes + ------------------------------------------------------------------- Sun Aug 9 15:52:27 UTC 2020 - Martin Hauke diff --git a/python-pingparsing.spec b/python-pingparsing.spec index cd3d0b2..2e64bb8 100644 --- a/python-pingparsing.spec +++ b/python-pingparsing.spec @@ -1,7 +1,7 @@ # # spec file for package python-pingparsing # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pingparsing -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: CLI-tool/Python-library for parsing ping command output License: MIT @@ -32,6 +32,7 @@ BuildRequires: python-rpm-macros Requires: python-humanreadable >= 0.1.0 Requires: python-loguru >= 0.4.1 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 @@ -43,6 +44,7 @@ BuildArch: noarch BuildRequires: %{python_module humanreadable >= 0.1.0} 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 typepy >= 1.1.0}