forked from pool/python-mutmut
- 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
This commit is contained in:
parent
77314bbb97
commit
84fc5f12b4
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 14 10:02:38 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- skip building for 3.12
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 24 10:46:05 UTC 2022 - pgajdos@suse.com
|
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 <dmueller@suse.com>
|
Tue Feb 2 13:29:40 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- 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 <pgajdos@suse.com>
|
Mon May 25 06:50:55 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-mutmut
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,6 +21,8 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
# hammett requires python 3.7 or later
|
# hammett requires python 3.7 or later
|
||||||
%define skip_python36 1
|
%define skip_python36 1
|
||||||
|
# pony not available for 3.12
|
||||||
|
%global skip_python312 1
|
||||||
Name: python-mutmut
|
Name: python-mutmut
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -41,7 +43,7 @@ Requires: python-pony
|
|||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires: python-tri.declarative >= 3.0.0
|
Requires: python-tri.declarative >= 3.0.0
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Recommends: python-coverage
|
Recommends: python-coverage
|
||||||
Recommends: python-pytest
|
Recommends: python-pytest
|
||||||
Suggests: python-pytest-cov
|
Suggests: python-pytest-cov
|
||||||
|
Loading…
Reference in New Issue
Block a user