Hello community, here is the log from the commit of package python-pybluez for openSUSE:Factory checked in at 2020-03-19 19:51:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pybluez (Old) and /work/SRC/openSUSE:Factory/.python-pybluez.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pybluez" Thu Mar 19 19:51:51 2020 rev:19 rq:786424 version:0.23 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pybluez/python-pybluez.changes 2018-03-29 11:53:52.434141093 +0200 +++ /work/SRC/openSUSE:Factory/.python-pybluez.new.3160/python-pybluez.changes 2020-03-19 19:54:26.876277992 +0100 @@ -1,0 +2,10 @@ +Thu Mar 19 10:59:22 UTC 2020 - Marketa Calabkova <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- 0.22.tar.gz New: ---- PyBluez-0.23.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pybluez.spec ++++++ --- /var/tmp/diff_new_pack.ia7MbT/_old 2020-03-19 19:54:27.508278015 +0100 +++ /var/tmp/diff_new_pack.ia7MbT/_new 2020-03-19 19:54:27.508278015 +0100 @@ -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 @@ Bluetooth applications. %prep -%setup -q -n pybluez-%{version} +%setup -q -n PyBluez-%{version} %build export CFLAGS="%{optflags} -fno-strict-aliasing" @@ -48,9 +48,12 @@ %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
