forked from pool/python-adapt-parser
Accepting request 928729 from home:pgajdos:python
- version update to 1.0.0 * Safe defaults #147 * Updated docstrings * Fix is_prefix() implementation in Trie #148 * Python2 is officially supported * Removed requirement of pyee OBS-URL: https://build.opensuse.org/request/show/928729 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=14
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-adapt-parser
|
||||
Version: 0.6.1
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: A text-to-intent parsing framework
|
||||
License: Apache-2.0
|
||||
@@ -53,7 +53,7 @@ sed -i -s "s/==/>=/" requirements.txt
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_exec setup.py test
|
||||
%pyunittest test/*.py
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.md
|
||||
|
||||
Reference in New Issue
Block a user