17
0

Accepting request 615074 from home:jengelh:branches:devel:languages:python

- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/615074
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-multipledispatch?expand=0&rev=4
This commit is contained in:
2018-06-08 08:08:07 +00:00
committed by Git OBS Bridge
parent 0fc41c7884
commit b42c77e9c2
2 changed files with 7 additions and 2 deletions

View File

@@ -37,9 +37,9 @@ BuildArch: noarch
%description
A relatively sane approach to multiple dispatch in Python.
This implementation of multiple dispatch is efficient, mostly complete,
This implementation of multiple dispatch is mostly complete,
performs static analysis to avoid conflicts, and provides optional namespace
support. It looks good too.
support.
%prep
%setup -q -n multipledispatch-%{version}