15
0

- update to 0.6.1:

* Support for python 2.7 is now a firm thing and not just implied.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=13
This commit is contained in:
2021-10-16 09:45:51 +00:00
committed by Git OBS Bridge
parent b26582f9a1
commit 9e87a16fec
4 changed files with 11 additions and 5 deletions

View File

@@ -18,13 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-adapt-parser
Version: 0.5.1
Version: 0.6.1
Release: 0
Summary: A text-to-intent parsing framework
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/MycroftAI/adapt
Source: https://github.com/MycroftAI/adapt/archive/v%{version}.tar.gz
Source: https://github.com/MycroftAI/adapt/archive/refs/tags/release/v%{version}.tar.gz
BuildRequires: %{python_module pyee >= 8.1.0}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.10.0}