forked from pool/python-dialite
- Update to 0.5.2:
* include tests - Execute tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dialite?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
d9fa1c6186
commit
627c65dcc6
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-dialite
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,21 +17,20 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
# Test files missing. See https://github.com/flexxui/pscript/pull/35
|
||||
Name: python-dialite
|
||||
Version: 0.5.1
|
||||
Version: 0.5.2
|
||||
Release: 0
|
||||
Summary: Python library to show simple dialogs
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: http://dialite.readthedocs.io
|
||||
URL: http://dialite.readthedocs.io
|
||||
Source: https://files.pythonhosted.org/packages/source/d/dialite/dialite-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Recommends: zenity
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -54,6 +53,9 @@ platform, or for SSH connections).
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
|
||||
Reference in New Issue
Block a user