From a816a6c3cb5727cf8e953191d2738a770228eaf2660fdc5c114a6290ed1d4f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 6 Mar 2018 08:08:03 +0000 Subject: [PATCH] Accepting request 583152 from home:jengelh:branches:devel:languages:python - Trim description to relevant parts. OBS-URL: https://build.opensuse.org/request/show/583152 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMsgBox?expand=0&rev=2 --- python-PyMsgBox.changes | 7 ++++++- python-PyMsgBox.spec | 13 +++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/python-PyMsgBox.changes b/python-PyMsgBox.changes index 06d5b29..cfa917b 100644 --- a/python-PyMsgBox.changes +++ b/python-PyMsgBox.changes @@ -1,4 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 5 22:30:08 UTC 2018 - jengelh@inai.de + +- Trim description to relevant parts. + ------------------------------------------------------------------- Mon Mar 5 17:51:08 UTC 2018 - alarrosa@suse.com -- Initial release of python-PyMsgBox 1.0.6 +- Initial release of python-PyMsgBox 1.0.6 diff --git a/python-PyMsgBox.spec b/python-PyMsgBox.spec index b9611a3..f5b47c6 100644 --- a/python-PyMsgBox.spec +++ b/python-PyMsgBox.spec @@ -13,30 +13,31 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-PyMsgBox Version: 1.0.6 Release: 0 +Summary: A Python module for JavaScript-like message boxes License: BSD-3-Clause -Summary: A simple python module for JavaScript-like message boxes -Url: https://github.com/asweigart/PyMsgBox Group: Development/Languages/Python +Url: https://github.com/asweigart/PyMsgBox Source: https://files.pythonhosted.org/packages/source/P/PyMsgBox/PyMsgBox-%{version}.zip Source99: https://raw.githubusercontent.com/asweigart/PyMsgBox/master/LICENSE.txt -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} -BuildRequires: unzip -BuildRequires: fdupes BuildRequires: dos2unix +BuildRequires: fdupes +BuildRequires: python-rpm-macros +BuildRequires: unzip BuildArch: noarch %python_subpackages %description -A simple, cross-platform, pure Python module for JavaScript-like message boxes. +A pure Python module for JavaScript-like message boxes. %prep %setup -q -n PyMsgBox-%{version}