Hello community,
here is the log from the commit of package python-PyAutoGUI for
openSUSE:Factory checked in at 2019-11-08 15:24:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyAutoGUI (Old)
and /work/SRC/openSUSE:Factory/.python-PyAutoGUI.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyAutoGUI"
Fri Nov 8 15:24:51 2019 rev:3 rq:746315 version:0.9.36
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyAutoGUI/python-PyAutoGUI.changes
2019-01-24 14:02:36.776106431 +0100
+++
/work/SRC/openSUSE:Factory/.python-PyAutoGUI.new.2990/python-PyAutoGUI.changes
2019-11-08 15:24:58.102946668 +0100
@@ -1,0 +2,5 @@
+Thu Nov 7 15:12:43 UTC 2019 - Matej Cepl <[email protected]>
+
+- Run through spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyAutoGUI.spec ++++++
--- /var/tmp/diff_new_pack.6VQvlm/_old 2019-11-08 15:24:59.642948296 +0100
+++ /var/tmp/diff_new_pack.6VQvlm/_new 2019-11-08 15:24:59.646948300 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-PyAutoGUI
#
-# 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
@@ -22,8 +22,7 @@
Release: 0
Summary: A Python module for GUI automation that can control the
keyboard and mouse
License: BSD-3-Clause
-Group: Development/Languages/Python
-Url: https://github.com/asweigart/pyautogui
+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_module python-xlib}
@@ -37,7 +36,6 @@
Requires: python-PyTweening >= 1.0.1
Requires: python-python-xlib
BuildArch: noarch
-
%python_subpackages
%description
@@ -46,7 +44,7 @@
%prep
%setup -q -n PyAutoGUI-%{version}
-cp %{S:99} .
+cp %{SOURCE99} .
# pyautogui can't be imported without a DISPLAY, so we force the version on
setup.py
sed -i -e
"s/version=__import__('pyautogui').__version__,/version='%{version}',/" setup.py
dos2unix README.md