From 69e4d7111ebbf1532425e53959a37953791bbcf3260f27ea94800d611f118d3f Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 19 Dec 2018 03:58:59 +0000 Subject: [PATCH] Accepting request 659788 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. Clairfy what the "system's EDITOR" is. OBS-URL: https://build.opensuse.org/request/show/659788 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-editor?expand=0&rev=14 --- python-python-editor.changes | 6 ++++++ python-python-editor.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-python-editor.changes b/python-python-editor.changes index 52dcc50..68af271 100644 --- a/python-python-editor.changes +++ b/python-python-editor.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 18 23:49:45 UTC 2018 - Jan Engelhardt + +- Use noun phrase in summary. Clairfy what the + "system's EDITOR" is. + ------------------------------------------------------------------- Tue Dec 4 12:53:01 UTC 2018 - Matej Cepl diff --git a/python-python-editor.spec b/python-python-editor.spec index 56b0c05..0b54524 100644 --- a/python-python-editor.spec +++ b/python-python-editor.spec @@ -20,7 +20,7 @@ Name: python-python-editor Version: 1.0.3 Release: 0 -Summary: Programmatically open an editor, capture the result +Summary: Python library to programmatically open an editor and capture the result License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/fmoo/python-editor @@ -35,7 +35,8 @@ BuildRequires: nano %description python-editor is a library that provides the editor module for -programmatically interfacing with your system’s EDITOR. +programmatically interfacing with the editor defined in the EDITOR +environment variable. %prep %setup -q -n python-editor-%{version}