15
0

Accepting request 682485 from devel:languages:python

- Update to 0.5.2:
  * include tests
- Execute tests

OBS-URL: https://build.opensuse.org/request/show/682485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dialite?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2019-03-10 08:35:54 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93d19dd39b8607ae1342644dff242f26caac098af7a9601a9ab3e24c4c4eb61e
size 7456

3
dialite-0.5.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:108c27255100a726a22fcce87cd3eafa33926a54e5f74770179c31ddb3525105
size 10038

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Mar 7 14:25:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.5.2:
* include tests
- Execute tests
-------------------------------------------------------------------
Tue Dec 4 12:47:16 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -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