From b0ecf261858547ba8a82d1723af99b4e87997a11e9c62acb244110f7e7991d01 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 5 Sep 2017 07:17:05 +0000 Subject: [PATCH] Accepting request 520479 from home:jengelh:branches:devel:languages:python - Replace python-curtsies description by python-pyte's. OBS-URL: https://build.opensuse.org/request/show/520479 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyte?expand=0&rev=5 --- python-pyte.changes | 5 +++++ python-pyte.spec | 12 ++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/python-pyte.changes b/python-pyte.changes index 6e9b505..3aba699 100644 --- a/python-pyte.changes +++ b/python-pyte.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Sep 3 11:17:17 UTC 2017 - jengelh@inai.de + +- Replace python-curtsies description by python-pyte's. + ------------------------------------------------------------------- Thu Aug 31 21:23:16 UTC 2017 - toddrme2178@gmail.com diff --git a/python-pyte.spec b/python-pyte.spec index 2e131b9..55c3849 100644 --- a/python-pyte.spec +++ b/python-pyte.spec @@ -21,14 +21,14 @@ Name: python-pyte Version: 0.6.0 Release: 0 -Summary: Simple VTXXX-compatible linux terminal emulator +Summary: VTXXX-compatible linux terminal emulator License: LGPL-3.0 Group: Development/Languages/Python Url: https://github.com/selectel/pyte Source: https://files.pythonhosted.org/packages/source/p/pyte/pyte-%{version}.tar.gz BuildRequires: %{python_module devel} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wcwidth} BuildRequires: python-rpm-macros @@ -37,8 +37,12 @@ BuildArch: noarch %python_subpackages %description -Curses-like terminal wrapper with a display based on compositing 2d -arrays of text. +An in-memory VTXXX-compatible terminal emulator supporting VT100 and +other DEC VTs between 1970 and 1995. pyte can be used to: + +* screen scrape terminal apps, for example htop or aptitude. +* write terminal emulators; either with a graphical (xterm, rxvt) + or a web interface, like AjaxTerm. %prep %setup -q -n pyte-%{version}