15
0

- 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)
  * Fix invalid version number.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pingparsing?expand=0&rev=25
This commit is contained in:
2024-04-21 08:50:00 +00:00
committed by Git OBS Bridge
parent 8d85207d52
commit 89feab7255
5 changed files with 20 additions and 25 deletions

View File

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ca52d257c048ae43a9d2f12ea489207e8b92f93c1cc335c7e8be47464cc04d8
size 44255

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

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

View File

@@ -1,8 +1,19 @@
-------------------------------------------------------------------
Sun Apr 21 08:48:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <steven.kowalik@suse.com>
- Add patch fix-requirements.patch:
* Fix invalid version number.
* Fix invalid version number.
-------------------------------------------------------------------
Mon Oct 25 19:39:25 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

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