15
0

Accepting request 895750 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/895750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-beniget?expand=0&rev=5
This commit is contained in:
2021-06-01 08:37:35 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 26 06:21:08 UTC 2021 - pgajdos@suse.com
- %check: use %pyunittest rpm macro
-------------------------------------------------------------------
Mon Aug 31 04:08:36 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-beniget
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -48,7 +48,7 @@ A module to extract semantic information about static Python code.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%pyunittest -v tests/*.py
%files %{python_files}
%doc README.rst