forked from pool/python-pybluez
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pybluez?expand=0&rev=20
113 lines
4.2 KiB
Plaintext
113 lines
4.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jun 4 09:01:21 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Convert to pip-based build
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 27 08:26:16 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 25 20:36:44 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Deduplicate files in python_sitearch.
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- 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
|
|
|
|
- Update to version 0.22:
|
|
* experimental support for Bluetooth Low Energy, based on
|
|
pygattlib implementation
|
|
* l2cap options issue #88
|
|
* When cancelling device discovery, DeviceDiscoverer does not
|
|
call inquiry_complete() #85
|
|
* No way to select device id for device discovery #77
|
|
* _get_available_port() should try to bind() with
|
|
a supplied address instead of "" #45
|
|
* changes from 0.20 to 0.21(Apr 05, 2015)
|
|
* No way to select device id for device discovery #77
|
|
* RSSI info not passed on by DeviceDiscoverer #74
|
|
* Warnings during compilation on linux #73
|
|
* python3 UnicodeDecodeError in DeviceDiscoverer find_devices
|
|
* changes from 0.19 to 0.20(Jan 13, 2014)
|
|
* Python 3 is now supported.
|
|
* Python 3.3 uses Visual C++ 2010 Express Edition for build on windows.
|
|
* changes from 0.18 to 0.19
|
|
* Added option to return the class of device in
|
|
discover_devices() (Lukas Hetzenecker)
|
|
* Added setl2capsecurity() method to BluetoothSocket
|
|
* Fixed get_l2cap_options(), set_l2cap_options(), set_l2cap_mtu()
|
|
* Added abovementioned functions as socket methods
|
|
* Added BT_SECURITY_*, L2CAP_MODE_* constants
|
|
* Added support for the "Extended Inquiry Response" event in
|
|
the asynchronous DeviceDiscoverer (Lukas Hetzenecker)
|
|
* Fixed problems with kernel 3.x
|
|
- Drop python-pybluez-linux3-fix.patch: fixed upstream.
|
|
- Update URL.
|
|
- Add a python3 package.
|
|
- Modernize spec using spec-cleaner.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 24 20:28:10 UTC 2011 - gankov@opensuse.org
|
|
|
|
- fix detection on linux3
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 20 14:41:32 CEST 2010 - cstender@suse.de
|
|
|
|
- updated to version 0.18
|
|
* bugfix for linux 2.6.30+ zero out struct sockaddr
|
|
* DeviceDiscoverer may specify bluetooth device_id (roelhuybrechts)
|
|
* DeviceDiscoverer do not override duration parameter (roelhuybrechts)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 4 10:30:28 UTC 2009 - cstender@novell.com
|
|
|
|
- updated to version 0.16
|
|
* fix variable naming in example/simple/inquiry.py (M. Harris Bhatti)
|
|
* fix examples to import bluetooth._bluetooth
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 15 21:43:52 CEST 2008 - dmueller@suse.de
|
|
|
|
- adjust buildrequires
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 9 11:43:49 CEST 2008 - cstender@suse.de
|
|
|
|
- renamed package to python-pybluez
|
|
- updated to version 0.15
|
|
o fix segfault on trying to SDP advertise when sdpd not running
|
|
(reported by Eric Butler)
|
|
o fixed _checkaddr bug (reported by Giovanni)
|
|
o fix device class parsing bug in inquiry-with-rssi (Pepe Aracil)
|
|
o don't hardcode duration in discover_devices() to 8 (Gustavo Chain)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 3 04:46:10 CEST 2008 - crrodriguez@suse.de
|
|
|
|
- needs to be built with -fno-strict-aliasing
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 15 00:09:29 CET 2007 - dgollub@suse.de
|
|
|
|
- initial version of PyBluez 0.9.2
|
|
|