diff --git a/fix-requirements.patch b/fix-requirements.patch deleted file mode 100644 index ae1076d..0000000 --- a/fix-requirements.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: pingparsing-1.4.0/setup.py -=================================================================== ---- pingparsing-1.4.0.orig/setup.py -+++ pingparsing-1.4.0/setup.py -@@ -40,7 +40,7 @@ with open(os.path.join(REQUIREMENT_DIR, - with open(os.path.join(REQUIREMENT_DIR, "test_requirements.txt")) as f: - tests_requires = [line.strip() for line in f if line.strip()] - --CLI_OPT_REQUIRES = ["loguru>=0.4.1,<1", "Pygments>=2.1<3"] -+CLI_OPT_REQUIRES = ["loguru>=0.4.1,<1", "Pygments>=2.1,<3"] - - setuptools.setup( - name=MODULE_NAME, diff --git a/pingparsing-1.4.0.tar.gz b/pingparsing-1.4.0.tar.gz deleted file mode 100644 index 3648ab0..0000000 --- a/pingparsing-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ca52d257c048ae43a9d2f12ea489207e8b92f93c1cc335c7e8be47464cc04d8 -size 44255 diff --git a/pingparsing-1.4.1.tar.gz b/pingparsing-1.4.1.tar.gz new file mode 100644 index 0000000..794b3c2 --- /dev/null +++ b/pingparsing-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3e576012fdf6baa7c9274d9e7348e2f9e134bd50a9cbf2c8e7e9f80268c197 +size 44305 diff --git a/python-pingparsing.changes b/python-pingparsing.changes index 163c849..2701b33 100644 --- a/python-pingparsing.changes +++ b/python-pingparsing.changes @@ -1,8 +1,19 @@ +------------------------------------------------------------------- +Sun Apr 21 08:48:08 UTC 2024 - Dirk Müller + +- update to 1.4.1: + * Fix Pygemnts requirement in setup.py + * Change the output of the CLI logger to stderr + * Add support for Python 3.11 + * Update help messages + * Update requirements +- drop fix-requirements.patch (upstream) + ------------------------------------------------------------------- Mon Feb 13 04:12:07 UTC 2023 - Steve Kowalik - Add patch fix-requirements.patch: - * Fix invalid version number. + * Fix invalid version number. ------------------------------------------------------------------- Mon Oct 25 19:39:25 UTC 2021 - Martin Hauke diff --git a/python-pingparsing.spec b/python-pingparsing.spec index d2c90dc..811927a 100644 --- a/python-pingparsing.spec +++ b/python-pingparsing.spec @@ -1,7 +1,7 @@ # # spec file for package python-pingparsing # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,22 +16,19 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-pingparsing -Version: 1.4.0 +Version: 1.4.1 Release: 0 Summary: CLI-tool/Python-library for parsing ping command output 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 -# PATCH-FIX-UPSTREAM gh#thombashi/pingparsing#47 -Patch0: fix-requirements.patch BuildRequires: %{python_module setuptools >= 38.3.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-humanreadable >= 0.1.0 +Requires: python-humanreadable >= 0.2 Requires: python-loguru >= 0.4.1 Requires: python-pyparsing >= 2.0.3 Requires: python-pytz >= 2018.9 @@ -40,7 +37,7 @@ Requires: python-simplejson Requires: python-subprocrunner >= 1.2.2 Requires: python-typepy >= 1.1.0 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module humanreadable >= 0.1.0}