forked from pool/python-adapt-parser
Accepting request 765013 from home:mcalabkova:branches:devel:languages:python
- update to 0.3.4 * minor fixes OBS-URL: https://build.opensuse.org/request/show/765013 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-adapt-parser?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
715fe76fa0
commit
9decdf51cb
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 15:20:49 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- update to 0.3.4
|
||||
* minor fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 7 14:25:19 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-adapt-parser
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,13 +18,13 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-adapt-parser
|
||||
Version: 0.3.3
|
||||
Version: 0.3.4
|
||||
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/release/v%{version}.tar.gz
|
||||
Source: https://github.com/MycroftAI/adapt/archive/v%{version}.tar.gz
|
||||
BuildRequires: %{python_module pyee >= 1.0.1}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six >= 1.10.0}
|
||||
@@ -42,7 +42,7 @@ determination framework. It is intended to parse natural language text into
|
||||
a structured intent that can then be invoked programatically.
|
||||
|
||||
%prep
|
||||
%setup -q -n adapt-release-v%{version}
|
||||
%setup -q -n adapt-%{version}
|
||||
sed -i -s "s/==/>=/" setup.py
|
||||
|
||||
%build
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25d0a0375a82f0fc4acd0bcbac2ff88b025f480d0eb918b2d62b46c7779b78b9
|
||||
size 31521
|
||||
3
v0.3.4.tar.gz
Normal file
3
v0.3.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20c88955911b7c8db2742bb753eca7e2a4fd0c350e183e9b93fa0295083c3ad9
|
||||
size 31498
|
||||
Reference in New Issue
Block a user