14
0

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
This commit is contained in:
2019-03-21 07:05:31 +00:00
committed by Git OBS Bridge
parent 364f0a387e
commit b5af0e008d
2 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 20 18:36:10 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Trim filler wording and fixup grammar within the description.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 20 08:13:13 UTC 2019 - John Vandenberg <jayvdb@gmail.com> Wed Mar 20 08:13:13 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -12,24 +12,25 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-qprogedit Name: python-python-qprogedit
Version: 4.1.2 Version: 4.1.2
Release: 0 Release: 0
License: GPL-3.0-or-later
Summary: A QScintilla-based text-editor component Summary: A QScintilla-based text-editor component
Url: https://github.com/smathot/QProgEdit License: GPL-3.0-or-later
Group: Development/Languages/Python 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 Source: https://files.pythonhosted.org/packages/source/p/python-qprogedit/python-qprogedit-%{version}.tar.gz
Source1: https://raw.githubusercontent.com/smathot/QProgEdit/master/copyright Source1: https://raw.githubusercontent.com/smathot/QProgEdit/master/copyright
BuildRequires: python-rpm-macros
BuildRequires: %{python_module QtPy} BuildRequires: %{python_module QtPy}
BuildRequires: %{python_module qscintilla-qt5} BuildRequires: %{python_module qscintilla-qt5}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-QtPy Requires: python-QtPy
Requires: python-qscintilla-qt5 Requires: python-qscintilla-qt5
BuildArch: noarch BuildArch: noarch
@@ -37,8 +38,8 @@ BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
QProgEdit is a PyQt widget that implements a full-featured text editor QProgEdit is a PyQt widget that implements a text editor
component. It's primary target at the moment is OpenSesame, a graphical component. Its primary target at the moment is OpenSesame, a graphical
experiment builder. experiment builder.
%prep %prep