diff --git a/python-kmatch.changes b/python-kmatch.changes index fb3e7ed..4d2c32c 100644 --- a/python-kmatch.changes +++ b/python-kmatch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 29 13:54:46 UTC 2018 - jengelh@inai.de + +- Update descriptions. + ------------------------------------------------------------------- Thu May 24 17:35:02 UTC 2018 - toddrme2178@gmail.com diff --git a/python-kmatch.spec b/python-kmatch.spec index 603b95f..3df4867 100644 --- a/python-kmatch.spec +++ b/python-kmatch.spec @@ -20,7 +20,7 @@ Name: python-kmatch Version: 0.2.1 Release: 0 -Summary: Matching/validating/filtering Python dictionaries +Summary: A language for matching/validating/filtering Python dictionaries License: MIT Group: Development/Languages/Python Url: https://github.com/ambitioninc/kmatch @@ -40,7 +40,9 @@ BuildArch: noarch %python_subpackages %description -A language for matching/validating/filtering Python dictionaries +The kmatch library provides a language for matching Python +dictionaries. Patterns are specified as lists of filters combined +with logical operators. %prep %setup -q -n kmatch-%{version}