1
0
forked from pool/python-mutmut

Accepting request 808669 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/808669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mutmut?expand=0&rev=3
This commit is contained in:
Yuchen Lin 2020-05-26 15:22:40 +00:00 committed by Git OBS Bridge
commit 3382d57b1a
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 25 06:50:55 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
-------------------------------------------------------------------
Mon Mar 30 14:06:25 UTC 2020 - pgajdos@suse.com

View File

@ -38,6 +38,8 @@ Requires: python-parso
Requires: python-pony
Requires: python-setuptools
Requires: python-tri.declarative >= 3.0.0
Requires(post): update-alternatives
Requires(postun): update-alternatives
Recommends: python-coverage
Recommends: python-pytest
Suggests: python-pytest-cov
@ -76,15 +78,22 @@ sed -i '1{/^#!/d}' mutmut/__main__.py
%install
%python_install
%python_clone -a %{buildroot}%{_bindir}/mutmut
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%post
%python_install_alternative mutmut
%postun
%python_uninstall_alternative mutmut
%files %{python_files}
%doc README.rst
%license LICENSE
%python3_only %{_bindir}/mutmut
%python_alternative %{_bindir}/mutmut
%{python_sitelib}/*
%changelog