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
This commit is contained in:
Dirk Mueller 2018-12-05 08:29:43 +00:00 committed by Git OBS Bridge
parent 21b8f0c93f
commit cc652dfc62
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 5 01:57:33 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Trim bias from description.
-------------------------------------------------------------------
Tue Dec 4 12:46:13 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@ -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}