From 0653c3536f3033e93db8c0d92f03ef8408aa3c7d86e3ef1d4bd0f89014ba1782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 4 Oct 2019 08:18:25 +0000 Subject: [PATCH] Accepting request 734928 from home:jengelh:branches:devel:languages:python - Use proper sentences in descriptions. - Fixing LICENSE and tests - Initial package OBS-URL: https://build.opensuse.org/request/show/734928 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-deepdiff?expand=0&rev=4 --- python-deepdiff.changes | 10 ++++++++-- python-deepdiff.spec | 6 +++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/python-deepdiff.changes b/python-deepdiff.changes index ba268ab..33a28f8 100644 --- a/python-deepdiff.changes +++ b/python-deepdiff.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 4 08:10:05 UTC 2019 - Jan Engelhardt + +- Use proper sentences in descriptions. + ------------------------------------------------------------------- Wed Oct 2 12:06:13 UTC 2019 - Tomáš Chvátal @@ -8,8 +13,9 @@ Wed Oct 2 12:06:13 UTC 2019 - Tomáš Chvátal ------------------------------------------------------------------- Mon Sep 30 20:47:00 UTC 2019 - chajain -- Initial package + +- Initial package diff --git a/python-deepdiff.spec b/python-deepdiff.spec index 2c993c6..4d6a638 100644 --- a/python-deepdiff.spec +++ b/python-deepdiff.spec @@ -35,9 +35,9 @@ BuildArch: noarch %python_subpackages %description -Deep Difference of dictionaries, iterables, strings and other objects. -Search for objects within other objects. -Hash any object based on their content. +A Python module to calculate Deep Difference of dictionaries, +iterables, strings and other objects. It can search for objects +within other objects, and hash any object based on their content. %prep %setup -q -n deepdiff-%{version}