From 4442bff4fdb31721ab9f32ae63e6cafbaf5456438178e0eb7ccb33b7767b5400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 27 Jul 2018 09:24:36 +0000 Subject: [PATCH] Accepting request 625727 from home:jengelh:branches:devel:languages:python - Use noun phrase. OBS-URL: https://build.opensuse.org/request/show/625727 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-RegexOrder?expand=0&rev=3 --- python-RegexOrder.changes | 5 +++++ python-RegexOrder.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-RegexOrder.changes b/python-RegexOrder.changes index 883da51..efc3ec2 100644 --- a/python-RegexOrder.changes +++ b/python-RegexOrder.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 27 09:22:03 UTC 2018 - jengelh@inai.de + +- Use noun phrase. + ------------------------------------------------------------------- Mon Jul 2 03:06:41 UTC 2018 - toddrme2178@gmail.com diff --git a/python-RegexOrder.spec b/python-RegexOrder.spec index 943c06e..4f69196 100644 --- a/python-RegexOrder.spec +++ b/python-RegexOrder.spec @@ -23,7 +23,7 @@ Version: 0.2 Release: 0 # For LICENSE file %define tag 23f0ac4ac46527404e3ec9097df931378d3d803a -Summary: Search the regex that fits all querying strings +Summary: Python module to search a regex that fits all query strings License: MIT Group: Development/Languages/Python Url: https://github.com/chuanconggao/RegexOrder @@ -42,7 +42,7 @@ BuildArch: noarch %python_subpackages %description -Search the regex that fits all querying strings. +A module to search the regex that fits all query strings. - Dozens of pre-written regexes are indexed and organized as a partial order, available in `regexorder/templates.json`. - The regex of all the querying strings' least upper bound in the partial order is returned.