Accepting request 1085513 from home:dancermak:python
Fix License tag OBS-URL: https://build.opensuse.org/request/show/1085513 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bluepy?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 8 11:48:47 UTC 2023 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
- Fix License tag
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 4 08:14:16 UTC 2021 - Christian Goll <cgoll@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-attrs
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,11 +12,10 @@
|
||||
# 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-%{**}}
|
||||
%bcond_with test
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
@@ -24,8 +23,11 @@
|
||||
Name: python-bluepy
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
License: GPL
|
||||
Summary: Python interface to Bluetooth LE on Linux
|
||||
# according to LICENSE.txt:
|
||||
# - bluez-x.yz is under GPLv2 & LGPLv2
|
||||
# - everything else is public domain
|
||||
License: (GPL-2.0-or-later AND LGPL-2.1-or-later) AND SUSE-Public-Domain
|
||||
Summary: Python interface to Bluetooth LE on Linux
|
||||
Url: http://ianharvey.github.io/bluepy-doc/
|
||||
Source: bluepy-%{version}.tar.xz
|
||||
BuildRequires: %{python_module devel}
|
||||
@@ -75,7 +77,7 @@ testvenv-%$python_bin_suffix/bin/python -m pytest && rm -Rf testvenv-%$python_bi
|
||||
%endif
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
%license LICENSE.txt
|
||||
%doc README README.md
|
||||
%python_alternative %{_bindir}/blescan
|
||||
%python_alternative %{_bindir}/sensortag
|
||||
|
||||
Reference in New Issue
Block a user