From 71e6441ced42dd74a8129a95d4d1dd93c3e0b76f2ecab9f11205d920b0c87575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 30 Jul 2018 07:34:09 +0000 Subject: [PATCH] Accepting request 626112 from home:jengelh:branches:devel:languages:python - Update descriptions. OBS-URL: https://build.opensuse.org/request/show/626112 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kmatch?expand=0&rev=5 --- python-kmatch.changes | 5 +++++ python-kmatch.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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}