15
0

Accepting request 765024 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/765024
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-adapt-parser?expand=0&rev=4
This commit is contained in:
2020-01-16 17:24:04 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 7 deletions

View File

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

View File

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

View File

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20c88955911b7c8db2742bb753eca7e2a4fd0c350e183e9b93fa0295083c3ad9
size 31498