Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mutmut for openSUSE:Factory checked in at 2024-03-14 17:45:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mutmut (Old) and /work/SRC/openSUSE:Factory/.python-mutmut.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mutmut" Thu Mar 14 17:45:34 2024 rev:6 rq:1157923 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mutmut/python-mutmut.changes 2022-03-24 23:00:40.880405816 +0100 +++ /work/SRC/openSUSE:Factory/.python-mutmut.new.1905/python-mutmut.changes 2024-03-14 17:47:11.494120565 +0100 @@ -1,0 +2,5 @@ +Thu Mar 14 10:02:38 UTC 2024 - Dirk Müller <[email protected]> + +- skip building for 3.12 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mutmut.spec ++++++ --- /var/tmp/diff_new_pack.ayU0np/_old 2024-03-14 17:47:12.054141125 +0100 +++ /var/tmp/diff_new_pack.ayU0np/_new 2024-03-14 17:47:12.058141272 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-mutmut # -# Copyright (c) 2022 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 @@ -21,6 +21,8 @@ %define skip_python2 1 # hammett requires python 3.7 or later %define skip_python36 1 +# pony not available for 3.12 +%global skip_python312 1 Name: python-mutmut Version: 2.0.0 Release: 0 @@ -41,7 +43,7 @@ Requires: python-setuptools Requires: python-tri.declarative >= 3.0.0 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Recommends: python-coverage Recommends: python-pytest Suggests: python-pytest-cov
