17
0

- Update to 0.3.1:

* Upstream changelog mentions only massive number of improvements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-precise-runner?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-06-03 10:34:11 +00:00
committed by Git OBS Bridge
parent 6760e9248a
commit b0b0b8c1bd
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:85d809cd443667686fea07e0a185ec3c4f03c47132eb59d6315333e651ebeb8f
size 3885

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 3 10:29:36 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.3.1:
* Upstream changelog mentions only massive number of improvements
-------------------------------------------------------------------
Mon Jul 30 07:12:21 UTC 2018 - tchvatal@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-precise-runner
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,23 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-precise-runner
Version: 0.2.1
Version: 0.3.1
Release: 0
Summary: Wrapper to use Mycroft Precise Wake Word Listener
License: Apache-2.0
Group: Development/Languages/Python
URL: http://github.com/MycroftAI/mycroft-precise
Source: https://files.pythonhosted.org/packages/source/p/precise-runner/precise-runner-%{version}.tar.gz
# https://github.com/MycroftAI/mycroft-precise/issues/74
Source99: https://raw.githubusercontent.com/MycroftAI/mycroft-precise/dev/LICENSE
BuildRequires: %{python_module PyAudio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -47,6 +50,9 @@ cp %{SOURCE99} .
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
%doc README.md
%license LICENSE