15
0

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
This commit is contained in:
Tomáš Chvátal
2019-10-04 08:18:25 +00:00
committed by Git OBS Bridge
parent 2b0ae3f40c
commit 0653c3536f
2 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 4 08:10:05 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use proper sentences in descriptions.
-------------------------------------------------------------------
Wed Oct 2 12:06:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
@@ -8,8 +13,9 @@ Wed Oct 2 12:06:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
-------------------------------------------------------------------
Mon Sep 30 20:47:00 UTC 2019 - chajain <cjain@suse.com
- Fixing LICENSE and tests
- Fixing LICENSE and tests
-------------------------------------------------------------------
Tue Sep 24 22:31:46 UTC 2019 - chajain <cjain@suse.com>
- Initial package
- Initial package

View File

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