Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-utils for
openSUSE:Factory checked in at 2022-12-13 18:55:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-utils (Old)
and /work/SRC/openSUSE:Factory/.python-python-utils.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-utils"
Tue Dec 13 18:55:31 2022 rev:6 rq:1042597 version:3.4.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-python-utils/python-python-utils.changes
2021-12-09 19:45:59.209144160 +0100
+++
/work/SRC/openSUSE:Factory/.python-python-utils.new.1835/python-python-utils.changes
2022-12-13 18:55:48.103310347 +0100
@@ -1,0 +2,13 @@
+Tue Dec 13 07:43:32 UTC 2022 - [email protected]
+
+- disable flaky test_timeout_generator
+
+-------------------------------------------------------------------
+Mon Dec 12 15:15:16 UTC 2022 - [email protected]
+
+- version update to 3.4.5
+ * no upstream changelog, see
+ https://github.com/wolph/python-utils/commits/develop
+- python-six is not required
+
+-------------------------------------------------------------------
Old:
----
python-utils-2.5.6.tar.gz
New:
----
python-utils-3.4.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-utils.spec ++++++
--- /var/tmp/diff_new_pack.0Agq44/_old 2022-12-13 18:55:48.611313058 +0100
+++ /var/tmp/diff_new_pack.0Agq44/_new 2022-12-13 18:55:48.623313122 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-python-utils
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,8 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-utils
-Version: 2.5.6
+Version: 3.4.5
Release: 0
Summary: Utilities not included with the standard Python install
License: BSD-3-Clause
@@ -29,10 +28,10 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION test requirements
+BuildRequires: %{python_module loguru}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module six}
# /SECTION
-Requires: python-six
+Requires: python-loguru
BuildArch: noarch
%python_subpackages
@@ -53,7 +52,8 @@
%check
mv pytest.ini{,.hide}
-%pytest
+skip='test_timeout_generator' # obs rq#1042418
+%pytest -k "not $skip"
mv pytest.ini{.hide,}
%files %{python_files}
++++++ python-utils-2.5.6.tar.gz -> python-utils-3.4.5.tar.gz ++++++
++++ 3766 lines of diff (skipped)