1
0
forked from pool/python-mutmut

Accepting request 868660 from devel:languages:python

- skip python 3.6 (hammett requires python 3.7 or later)

OBS-URL: https://build.opensuse.org/request/show/868660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mutmut?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2021-02-08 10:47:16 +00:00 committed by Git OBS Bridge
commit c4e1345a9e
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