From 627c65dcc6ef95698cc01372ec1cd767e7ae38b10d0558a3f3bccfcd65563564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 7 Mar 2019 14:26:38 +0000 Subject: [PATCH] - 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 --- dialite-0.5.1.tar.gz | 3 --- dialite-0.5.2.tar.gz | 3 +++ python-dialite.changes | 7 +++++++ python-dialite.spec | 12 +++++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 dialite-0.5.1.tar.gz create mode 100644 dialite-0.5.2.tar.gz diff --git a/dialite-0.5.1.tar.gz b/dialite-0.5.1.tar.gz deleted file mode 100644 index 773b6f7..0000000 --- a/dialite-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93d19dd39b8607ae1342644dff242f26caac098af7a9601a9ab3e24c4c4eb61e -size 7456 diff --git a/dialite-0.5.2.tar.gz b/dialite-0.5.2.tar.gz new file mode 100644 index 0000000..9ba111c --- /dev/null +++ b/dialite-0.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108c27255100a726a22fcce87cd3eafa33926a54e5f74770179c31ddb3525105 +size 10038 diff --git a/python-dialite.changes b/python-dialite.changes index 88d1546..d3cee13 100644 --- a/python-dialite.changes +++ b/python-dialite.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 7 14:25:41 UTC 2019 - Tomáš Chvátal + +- Update to 0.5.2: + * include tests +- Execute tests + ------------------------------------------------------------------- Tue Dec 4 12:47:16 UTC 2018 - Matej Cepl diff --git a/python-dialite.spec b/python-dialite.spec index c6cefb3..9d7a960 100644 --- a/python-dialite.spec +++ b/python-dialite.spec @@ -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