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 2025-08-12 17:05:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-python-utils (Old) and /work/SRC/openSUSE:Factory/.python-python-utils.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-utils" Tue Aug 12 17:05:01 2025 rev:11 rq:1298955 version:3.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-python-utils/python-python-utils.changes 2025-06-12 15:55:21.890420052 +0200 +++ /work/SRC/openSUSE:Factory/.python-python-utils.new.1085/python-python-utils.changes 2025-08-12 17:06:51.620989713 +0200 @@ -1,0 +2,6 @@ +Tue Aug 12 03:55:27 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 3.9.1: + * Made tests far more reliable and fixed python_requires + +------------------------------------------------------------------- Old: ---- python-utils-3.8.2.tar.gz New: ---- python_utils-3.9.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-python-utils.spec ++++++ --- /var/tmp/diff_new_pack.pNMTV8/_old 2025-08-12 17:06:52.245015780 +0200 +++ /var/tmp/diff_new_pack.pNMTV8/_new 2025-08-12 17:06:52.249015947 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-python-utils # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,13 @@ Name: python-python-utils -Version: 3.8.2 +Version: 3.9.1 Release: 0 Summary: Utilities not included with the standard Python install License: BSD-3-Clause URL: https://github.com/WoLpH/python-utils -Source: https://files.pythonhosted.org/packages/source/p/python-utils/python-utils-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/python-utils/python_utils-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module typing-extensions} @@ -34,6 +35,7 @@ BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module loguru} +BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} # /SECTION %python_subpackages @@ -43,7 +45,7 @@ classes which make common patterns shorter and easier. %prep -%setup -q -n python-utils-%{version} +%setup -q -n python_utils-%{version} %build %pyproject_wheel