15
0

Accepting request 625729 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/625729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-RegexOrder?expand=0&rev=2
This commit is contained in:
2018-07-28 10:44:25 +00:00
committed by Git OBS Bridge
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.