From 1755dea8ec355556f98f47ce6c4976609d8435de7215d8b084e233f97bd85ea9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 8 Jun 2018 08:08:07 +0000 Subject: [PATCH] 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 --- python-multipledispatch.changes | 5 +++++ python-multipledispatch.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-multipledispatch.changes b/python-multipledispatch.changes index fb0571b..ce58d40 100644 --- a/python-multipledispatch.changes +++ b/python-multipledispatch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 7 20:36:28 UTC 2018 - jengelh@inai.de + +- Ensure neutrality of description. + ------------------------------------------------------------------- Thu May 3 14:07:08 UTC 2018 - toddrme2178@gmail.com diff --git a/python-multipledispatch.spec b/python-multipledispatch.spec index 7ca9a95..a594b80 100644 --- a/python-multipledispatch.spec +++ b/python-multipledispatch.spec @@ -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}