1
0
forked from pool/python-mutmut

- 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=9
This commit is contained in:
Dirk Mueller 2021-02-02 13:29:58 +00:00 committed by Git OBS Bridge
parent 94a7318edc
commit 5f7780e5ff
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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)
------------------------------------------------------------------- -------------------------------------------------------------------
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>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-mutmut # spec file for package python-mutmut
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 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
@ -19,6 +19,8 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
# tri.declarative is Python 3 only # tri.declarative is Python 3 only
%define skip_python2 1 %define skip_python2 1
# hammett requires python 3.7 or later
%define skip_python36 1
Name: python-mutmut Name: python-mutmut
Version: 2.0.0 Version: 2.0.0
Release: 0 Release: 0