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}