From 84fc5f12b42c7ff824e0553d5e71bef61e6d33e4f826f5ca52701c4fc7414d66 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Mar 2024 10:03:01 +0000 Subject: [PATCH] - skip building for 3.12 - skip python 3.6 (hammett requires python 3.7 or later) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutmut?expand=0&rev=13 --- python-mutmut.changes | 7 ++++++- python-mutmut.spec | 6 ++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/python-mutmut.changes b/python-mutmut.changes index 46fdf53..f8c016e 100644 --- a/python-mutmut.changes +++ b/python-mutmut.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 14 10:02:38 UTC 2024 - Dirk Müller + +- skip building for 3.12 + ------------------------------------------------------------------- Thu Mar 24 10:46:05 UTC 2022 - pgajdos@suse.com @@ -6,7 +11,7 @@ Thu Mar 24 10:46:05 UTC 2022 - pgajdos@suse.com ------------------------------------------------------------------- Tue Feb 2 13:29:40 UTC 2021 - Dirk Müller -- skip python 3.6 (hammett requires python 3.7 or later) +- skip python 3.6 (hammett requires python 3.7 or later) ------------------------------------------------------------------- Mon May 25 06:50:55 UTC 2020 - Petr Gajdos diff --git a/python-mutmut.spec b/python-mutmut.spec index a4b102e..3c25b24 100644 --- a/python-mutmut.spec +++ b/python-mutmut.spec @@ -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-pony 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