15
0

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
This commit is contained in:
Tomáš Chvátal
2018-03-06 08:07:49 +00:00
committed by Git OBS Bridge
parent a47b99fcf8
commit eefd0592f9
2 changed files with 11 additions and 5 deletions

View File

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

View File

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