From 5c9ebd3af3e440e71e0f99495f46eaf88a61084e4ec80f358aae9adeea6bc105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 16 Sep 2019 07:32:30 +0000 Subject: [PATCH] Accepting request 731077 from home:jengelh:branches:devel:languages:python - Use noun phrase. OBS-URL: https://build.opensuse.org/request/show/731077 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pastel?expand=0&rev=2 --- python-pastel.changes | 5 +++++ python-pastel.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-pastel.changes b/python-pastel.changes index 411a072..de13ad1 100644 --- a/python-pastel.changes +++ b/python-pastel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Sep 15 11:16:35 UTC 2019 - Jan Engelhardt + +- Use noun phrase. + ------------------------------------------------------------------- Thu Sep 12 21:49:32 UTC 2019 - John Vandenberg diff --git a/python-pastel.spec b/python-pastel.spec index f9efc2d..33dfe70 100644 --- a/python-pastel.spec +++ b/python-pastel.spec @@ -20,7 +20,7 @@ Name: python-pastel Version: 0.1.1 Release: 0 -Summary: Bring colors to your terminal +Summary: String colorization for Python License: MIT Group: Development/Languages/Python URL: https://github.com/sdispater/pastel @@ -35,7 +35,7 @@ BuildRequires: %{python_module pytest} %python_subpackages %description -Bring colors to your terminal. +Pastel is a library to colorize strings in the terminal. %prep %setup -q -n pastel-%{version}