diff --git a/python-adapt-parser.changes b/python-adapt-parser.changes index d09aac3..6eaa3e0 100644 --- a/python-adapt-parser.changes +++ b/python-adapt-parser.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 16 15:20:49 UTC 2020 - Marketa Calabkova + +- update to 0.3.4 + * minor fixes + ------------------------------------------------------------------- Fri Jun 7 14:25:19 UTC 2019 - Marketa Calabkova diff --git a/python-adapt-parser.spec b/python-adapt-parser.spec index c6bde69..8e83f17 100644 --- a/python-adapt-parser.spec +++ b/python-adapt-parser.spec @@ -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 diff --git a/v0.3.3.tar.gz b/v0.3.3.tar.gz deleted file mode 100644 index fdfde7b..0000000 --- a/v0.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25d0a0375a82f0fc4acd0bcbac2ff88b025f480d0eb918b2d62b46c7779b78b9 -size 31521 diff --git a/v0.3.4.tar.gz b/v0.3.4.tar.gz new file mode 100644 index 0000000..7161b76 --- /dev/null +++ b/v0.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c88955911b7c8db2742bb753eca7e2a4fd0c350e183e9b93fa0295083c3ad9 +size 31498