From eefd0592f969f45f192b7c37fff1d3d6c5184b8e62ead035de63f02ed7e81004 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:07:49 +0000 Subject: [PATCH] Accepting request 583151 from home:jengelh:branches:devel:languages:python - Ensure neutrality of description. OBS-URL: https://build.opensuse.org/request/show/583151 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyScreeze?expand=0&rev=2 --- python-PyScreeze.changes | 5 +++++ python-PyScreeze.spec | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/python-PyScreeze.changes b/python-PyScreeze.changes index 5d7a8cc..e24c3b9 100644 --- a/python-PyScreeze.changes +++ b/python-PyScreeze.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 5 22:30:54 UTC 2018 - jengelh@inai.de + +- Ensure neutrality of description. + ------------------------------------------------------------------- Mon Mar 5 17:49:48 UTC 2018 - alarrosa@suse.com diff --git a/python-PyScreeze.spec b/python-PyScreeze.spec index 4b8ff07..d8e8e1f 100644 --- a/python-PyScreeze.spec +++ b/python-PyScreeze.spec @@ -13,33 +13,34 @@ # 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-PyScreeze Version: 0.1.14 Release: 0 +Summary: A screenshot Python module License: BSD-3-Clause -Summary: A simple screenshot python module -Url: https://github.com/asweigart/pyscreeze Group: Development/Languages/Python +Url: https://github.com/asweigart/pyscreeze Source: https://files.pythonhosted.org/packages/source/P/PyScreeze/PyScreeze-%{version}.tar.gz Source99: https://raw.githubusercontent.com/asweigart/pyscreeze/master/LICENSE.txt -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module Pillow} # /SECTION -BuildRequires: fdupes BuildRequires: dos2unix +BuildRequires: fdupes Requires: python-Pillow BuildArch: noarch %python_subpackages %description -PyScreeze is a simple, cross-platform screenshot module for Python 2 and 3 +PyScreeze is a screenshot module for Python 2 and 3. %prep