17
0

Accepting request 583150 from home:jengelh:branches:devel:languages:python

- Trim filler wording from description.

OBS-URL: https://build.opensuse.org/request/show/583150
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyAutoGUI?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2018-03-06 08:07:33 +00:00
committed by Git OBS Bridge
parent c76e6c8665
commit aa64676584
2 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 5 19:30:23 UTC 2018 - jengelh@inai.de
- Trim filler wording from description.
-------------------------------------------------------------------
Mon Mar 5 18:15:55 UTC 2018 - alarrosa@suse.com

View File

@@ -13,24 +13,25 @@
# 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-PyAutoGUI
Version: 0.9.36
Release: 0
Summary: A Python module for GUI automation that can control the keyboard and mouse
License: BSD-3-Clause
Summary: A python module for GUI automation that can control the keyboard and mouse
Url: https://github.com/asweigart/pyautogui
Group: Development/Languages/Python
Url: https://github.com/asweigart/pyautogui
Source: https://files.pythonhosted.org/packages/source/P/PyAutoGUI/PyAutoGUI-%{version}.tar.gz
Source99: https://raw.githubusercontent.com/asweigart/pyautogui/master/LICENSE.txt
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module python-xlib}
BuildRequires: fdupes
BuildRequires: %{python_module setuptools}
BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Pillow
Requires: python-PyMsgBox
Requires: python-PyScreeze
@@ -40,7 +41,8 @@ BuildArch: noarch
%python_subpackages
%description
PyAutoGUI is a cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
PyAutoGUI is a GUI automation Python module. It can be used to
programmatically control the mouse and keyboard.
%prep
%setup -q -n PyAutoGUI-%{version}