From cc652dfc629f204024071cdf8572757aa273dbe5ae3ade2c9952be85788b2732 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 5 Dec 2018 08:29:43 +0000 Subject: [PATCH] Accepting request 654137 from home:jengelh:branches:devel:languages:python - Trim bias from description. OBS-URL: https://build.opensuse.org/request/show/654137 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=21 --- python-blinker.changes | 5 +++++ python-blinker.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/python-blinker.changes b/python-blinker.changes index e8da29c..272fb75 100644 --- a/python-blinker.changes +++ b/python-blinker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 5 01:57:33 UTC 2018 - Jan Engelhardt + +- Trim bias from description. + ------------------------------------------------------------------- Tue Dec 4 12:46:13 UTC 2018 - Matej Cepl diff --git a/python-blinker.spec b/python-blinker.spec index 27a76ac..0e57a8d 100644 --- a/python-blinker.spec +++ b/python-blinker.spec @@ -20,7 +20,7 @@ Name: python-blinker Version: 1.4 Release: 0 -Summary: Fast, simple object-to-object and broadcast signaling +Summary: Object-to-object and broadcast signaling in Python License: MIT Group: Development/Languages/Python URL: http://discorporate.us/projects/Blinker/ @@ -32,7 +32,7 @@ BuildArch: noarch %python_subpackages %description -Blinker provides a fast dispatching system that allows any number of +Blinker provides a dispatching system that allows any number of interested parties to subscribe to events, or "signals". Signal receivers can subscribe to specific senders or receive signals @@ -40,17 +40,17 @@ sent by any sender. %package -n python-blinker-doc Summary: Documentation for %{name} -Group: Development/Languages/Python +Group: Documentation/HTML Provides: %{python_module blinker-doc = %{version}} %description -n python-blinker-doc -Blinker provides a fast dispatching system that allows any number of +Blinker provides a dispatching system that allows any number of interested parties to subscribe to events, or "signals". Signal receivers can subscribe to specific senders or receive signals sent by any sender. -This sub-package contains the html documentation. +This sub-package contains the HTML documentation. %prep %setup -q -n blinker-%{version}