forked from pool/python-pybluez
Accepting request 957407 from home:pgajdos:python
- update to version 0.23+git5096047f90a1f6a74ceb250aef6243e144170f92: * no upstream changelog OBS-URL: https://build.opensuse.org/request/show/957407 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybluez?expand=0&rev=16
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de
|
|
||||||
size 97562
|
|
3
pybluez-5096047f90a1f6a74ceb250aef6243e144170f92.tar.gz
Normal file
3
pybluez-5096047f90a1f6a74ceb250aef6243e144170f92.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:21e7208eeb2f098df614edeb4c40ff0d1b365d443b2e90be147eaf72b02bd795
|
||||||
|
size 217977
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 14:50:47 UTC 2022 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- update to version 0.23+git5096047f90a1f6a74ceb250aef6243e144170f92:
|
||||||
|
* no upstream changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 19 10:59:22 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Thu Mar 19 10:59:22 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pybluez
|
# spec file for package python-pybluez
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@@ -16,15 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define rev 5096047f90a1f6a74ceb250aef6243e144170f92
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pybluez
|
Name: python-pybluez
|
||||||
Version: 0.23
|
Version: 0.23+git%{rev}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python Bluetooth wrapper
|
Summary: A Python Bluetooth wrapper
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
URL: https://pybluez.github.io/
|
URL: https://pybluez.github.io/
|
||||||
Source: https://files.pythonhosted.org/packages/source/P/PyBluez/PyBluez-%{version}.tar.gz
|
Source: https://github.com/pybluez/pybluez/archive/%{rev}.tar.gz#/pybluez-%{rev}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: bluez-devel
|
BuildRequires: bluez-devel
|
||||||
@@ -39,7 +40,7 @@ resources to allow Python developers to easily and quickly create
|
|||||||
Bluetooth applications.
|
Bluetooth applications.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n PyBluez-%{version}
|
%setup -q -n pybluez-%{rev}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||||
@@ -55,6 +56,6 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%doc CHANGELOG README.md
|
%doc CHANGELOG README.md
|
||||||
%{python_sitearch}/bluetooth/
|
%{python_sitearch}/bluetooth/
|
||||||
%{python_sitearch}/PyBluez-%{version}-py*.egg-info
|
%{python_sitearch}/PyBluez-*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user