15
0

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
This commit is contained in:
Tomáš Chvátal
2018-07-27 09:24:36 +00:00
committed by Git OBS Bridge
parent fc1805e983
commit 4442bff4fd
2 changed files with 7 additions and 2 deletions

View File

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

View File

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