diff --git a/0.22.tar.gz b/0.22.tar.gz deleted file mode 100644 index 9fa3627..0000000 --- a/0.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53db881a2668791062985e1ff7afbe6527cdd9af3676a3160420a235bee3c768 -size 132176 diff --git a/PyBluez-0.23.tar.gz b/PyBluez-0.23.tar.gz new file mode 100644 index 0000000..75145a9 --- /dev/null +++ b/PyBluez-0.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de +size 97562 diff --git a/python-pybluez.changes b/python-pybluez.changes index 2eb8ccc..49b0ac2 100644 --- a/python-pybluez.changes +++ b/python-pybluez.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Mar 19 10:59:22 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-pybluez.spec b/python-pybluez.spec index 2172a23..b4c1ef5 100644 --- a/python-pybluez.spec +++ b/python-pybluez.spec @@ -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