* bluezdbus: improve D-Bus connection error handling in manager * backends/bluez: don't bind lambda to loop variable * backends/p4android/client: initialize __callbacks to None * backends/winrt/client: call disconnect callback on disconnect * Pythonista iOS app backend support * bleak: add BleakClient.name property * backends: p4android: fix connect() * examples/service_explorer: pass objects directly instead of handles * Update service_explorer.py * github: add -v option to pytest * backends: bluezdbus: restore deprecated imports * backends/device: restore **kwargs in BLEDevice constructor * bluez: client: fix a few static typing complaints * "tomli" was included in Python 3.11 as "tomllib" (#1782) * bleak: use backend-specific key for seen_devices * backends: bluez: handle address change after pairing * bleak: use longer timeout when pairing during connect * build(deps-dev): bump urllib3 from 1.26.19 to 2.5.0 * backends: winrt: scanner: enable extended advertising * build(deps-dev): bump requests from 2.32.0 to 2.32.4 * github: add stale bot messages * backends: winrt: deprecate protection_level * backends: winrt: try highest pairing level first * backends: winrt: fix pair debug message with wrong value * backends: winrt: improve pairing error message * backends: winrt: swap order of is_paired and can_pair check * backends: winrt: move protection_level out of parameters * backends/characteristic: fix type hint * typings: fix a couple mypy complaints OBS-URL: https://build.opensuse.org/package/show/hardware/python-bleak?expand=0&rev=5
25 lines
918 B
Plaintext
25 lines
918 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="versionformat">1.1.1</param>
|
|
<param name="url">https://github.com/hbldh/bleak.git</param>
|
|
<param name="filename">python-bleak</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="exclude">.git*</param>
|
|
<param name="exclude">.editorconfig</param>
|
|
<param name="exclude">.readthedocs*</param>
|
|
<param name="exclude">.vscode</param>
|
|
<param name="revision">2564f91</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">xz</param>
|
|
<param name="file">python-bleak*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="file">python-bleak.spec</param>
|
|
</service>
|
|
<service name="format_spec_file" mode="disabled">
|
|
<param name="specfile">python-bleak.spec</param>
|
|
</service>
|
|
</services>
|