14
0

Accepting request 786424 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/786424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pybluez?expand=0&rev=19
This commit is contained in:
2020-03-19 18:51:51 +00:00
committed by Git OBS Bridge
4 changed files with 25 additions and 12 deletions

View File

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

3
PyBluez-0.23.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Mar 19 10:59:22 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 0.23
* Add missing family, type and proto properties to msbt socket backend
* Use feature detection instead of version detection
* Much more changes
* Last version which supports Python2
- Modernize spec file a bit
-------------------------------------------------------------------
Tue Mar 27 14:42:04 UTC 2018 - mgorse@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pybluez
#
# Copyright (c) 2018 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
@@ -12,25 +12,25 @@
# 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-pybluez
Version: 0.22
Version: 0.23
Release: 0
Summary: A Python Bluetooth wrapper
License: GPL-2.0-or-later
Group: Development/Libraries/Python
Url: https://github.com/karulis/pybluez/
Source: https://github.com/karulis/pybluez/archive/%{version}.tar.gz
URL: https://pybluez.github.io/
Source: https://files.pythonhosted.org/packages/source/P/PyBluez/PyBluez-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: bluez-devel
BuildRequires: python-rpm-macros
Obsoletes: pybluez
Provides: pybluez
Obsoletes: pybluez < 0.22
Provides: pybluez = %{version}
%python_subpackages
%description
@@ -39,7 +39,7 @@ resources to allow Python developers to easily and quickly create
Bluetooth applications.
%prep
%setup -q -n pybluez-%{version}
%setup -q -n PyBluez-%{version}
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
@@ -48,9 +48,12 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%install
%python_install
#%%check
# no tests on upstream
%files %{python_files}
%license COPYING
%doc CHANGELOG README
%doc CHANGELOG README.md
%{python_sitearch}/bluetooth/
%{python_sitearch}/PyBluez-%{version}-py*.egg-info