cleanup
OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-wyoming?expand=0&rev=7
This commit is contained in:
parent
d2a37a175d
commit
4bd245b61d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 4 12:05:59 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
- fix build for Leap 15
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 12:07:21 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
Wed Jul 24 12:07:21 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-wyoming
|
# spec file for package python-wyoming
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,8 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
@ -25,12 +26,11 @@ Release: 0
|
|||||||
License: MIT
|
License: MIT
|
||||||
Summary: Peer-to-peer protocol for voice assistants
|
Summary: Peer-to-peer protocol for voice assistants
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/rhasspy/wyoming
|
URL: https://github.com/rhasspy/wyoming
|
||||||
#Source: https://files.pythonhosted.org/packages/source/w/wyoming/wyoming-%{version}.tar.gz
|
#Source: https://files.pythonhosted.org/packages/source/w/wyoming/wyoming-%{version}.tar.gz
|
||||||
Source: wyoming-%{version}.tar.xz
|
Source: wyoming-%{version}.tar.xz
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module poetry-core}
|
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@ -45,7 +45,7 @@ Peer-to-peer protocol for voice assistants
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
name: wyoming
|
|
||||||
version: 1.5.4
|
|
||||||
mtime: 1716582649
|
|
||||||
commit: 3ef7ee0ecc85697b4c639c9526ea46f4b68cb9ac
|
|
Loading…
Reference in New Issue
Block a user