1
0

Accepting request 917017 from home:pgajdos:python

- %check: use %pyunittest rpm macro

OBS-URL: https://build.opensuse.org/request/show/917017
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boolean.py?expand=0&rev=7
This commit is contained in:
2021-09-09 11:39:06 +00:00
committed by Git OBS Bridge
parent b36ece4728
commit 7866518e9c
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 6 08:50:56 UTC 2021 - pgajdos@suse.com
- %check: use %pyunittest rpm macro
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 23 17:34:52 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com> Thu Jan 23 17:34:52 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-boolean.py # spec file for package python-boolean.py
# #
# 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
@@ -26,7 +26,6 @@ Group: Development/Languages/Python
URL: https://github.com/bastikr/boolean.py URL: https://github.com/bastikr/boolean.py
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
@@ -53,7 +52,7 @@ sphinx-build docs html
rm -rf html/.{doctrees,buildinfo} rm -rf html/.{doctrees,buildinfo}
%check %check
%python_exec setup.py test %pyunittest discover -v
%files %{python_files} %files %{python_files}
%license LICENSE.txt %license LICENSE.txt