Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-immutabledict for openSUSE:Factory checked in at 2024-02-12 18:52:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-immutabledict (Old) and /work/SRC/openSUSE:Factory/.python-immutabledict.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-immutabledict" Mon Feb 12 18:52:50 2024 rev:6 rq:1146083 version:4.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-immutabledict/python-immutabledict.changes 2023-12-17 21:35:16.408012481 +0100 +++ /work/SRC/openSUSE:Factory/.python-immutabledict.new.1815/python-immutabledict.changes 2024-02-12 18:55:18.829224052 +0100 @@ -1,0 +2,5 @@ +Mon Feb 12 05:59:02 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com> + +- Use pytest to run the testsuite. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-immutabledict.spec ++++++ --- /var/tmp/diff_new_pack.DdY8aY/_old 2024-02-12 18:55:19.337242397 +0100 +++ /var/tmp/diff_new_pack.DdY8aY/_new 2024-02-12 18:55:19.341242541 +0100 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-immutabledict # -# 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 @@ -31,7 +31,6 @@ Release: 0 Summary: Immutable wrapper around dictionaries (a fork of frozendict) License: MIT -Group: Development/Languages/Python URL: https://github.com/corenting/immutabledict Source: https://files.pythonhosted.org/packages/source/i/immutabledict/immutabledict-%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} @@ -72,7 +71,7 @@ %check %if %{with test} -%pyunittest discover -v +%pytest %endif %if !%{with test} @@ -80,6 +79,6 @@ %license LICENSE %doc README.md %{python_sitelib}/%{short_name} -%{python_sitelib}/%{short_name}-%{version}*-info +%{python_sitelib}/%{short_name}-%{version}.dist-info %endif