Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pingparsing for 
openSUSE:Factory checked in at 2023-02-13 16:40:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pingparsing (Old)
 and      /work/SRC/openSUSE:Factory/.python-pingparsing.new.1848 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pingparsing"

Mon Feb 13 16:40:56 2023 rev:12 rq:1064751 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pingparsing/python-pingparsing.changes    
2021-10-26 20:14:27.630034108 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pingparsing.new.1848/python-pingparsing.changes
  2023-02-13 16:43:02.488125560 +0100
@@ -1,0 +2,6 @@
+Mon Feb 13 04:12:07 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Add patch fix-requirements.patch:
+  * Fix invalid version number. 
+
+-------------------------------------------------------------------

New:
----
  fix-requirements.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pingparsing.spec ++++++
--- /var/tmp/diff_new_pack.TPptCV/_old  2023-02-13 16:43:02.884127893 +0100
+++ /var/tmp/diff_new_pack.TPptCV/_new  2023-02-13 16:43:02.892127940 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pingparsing
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,8 @@
 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
@@ -55,7 +57,7 @@
 pingparsing is a CLI-tool/Python-library for parsing ping command output.
 
 %prep
-%setup -q -n pingparsing-%{version}
+%autosetup -p1 -n pingparsing-%{version}
 sed -i -e '/^#!\//, 1d' pingparsing/__main__.py
 
 %build

++++++ fix-requirements.patch ++++++
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,

Reply via email to