From b5af0e008dc6978d1da539b6f3a6d1cd85611373c68f3998b381c52eb693b496 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 21 Mar 2019 07:05:31 +0000 Subject: [PATCH] Accepting request 687024 from home:jengelh:branches:devel:languages:python - Trim filler wording and fixup grammar within the description. OBS-URL: https://build.opensuse.org/request/show/687024 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-qprogedit?expand=0&rev=2 --- python-python-qprogedit.changes | 5 +++++ python-python-qprogedit.spec | 13 +++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/python-python-qprogedit.changes b/python-python-qprogedit.changes index 8b17125..5786bb2 100644 --- a/python-python-qprogedit.changes +++ b/python-python-qprogedit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 20 18:36:10 UTC 2019 - Jan Engelhardt + +- Trim filler wording and fixup grammar within the description. + ------------------------------------------------------------------- Wed Mar 20 08:13:13 UTC 2019 - John Vandenberg diff --git a/python-python-qprogedit.spec b/python-python-qprogedit.spec index 925425d..a2b0566 100644 --- a/python-python-qprogedit.spec +++ b/python-python-qprogedit.spec @@ -12,24 +12,25 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-qprogedit Version: 4.1.2 Release: 0 -License: GPL-3.0-or-later Summary: A QScintilla-based text-editor component -Url: https://github.com/smathot/QProgEdit +License: GPL-3.0-or-later Group: Development/Languages/Python +Url: https://github.com/smathot/QProgEdit Source: https://files.pythonhosted.org/packages/source/p/python-qprogedit/python-qprogedit-%{version}.tar.gz Source1: https://raw.githubusercontent.com/smathot/QProgEdit/master/copyright -BuildRequires: python-rpm-macros BuildRequires: %{python_module QtPy} BuildRequires: %{python_module qscintilla-qt5} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-QtPy Requires: python-qscintilla-qt5 BuildArch: noarch @@ -37,8 +38,8 @@ BuildArch: noarch %python_subpackages %description -QProgEdit is a PyQt widget that implements a full-featured text editor -component. It's primary target at the moment is OpenSesame, a graphical +QProgEdit is a PyQt widget that implements a text editor +component. Its primary target at the moment is OpenSesame, a graphical experiment builder. %prep