diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-31 23:47:23 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:12 +0100 |
| commit | 97ae7790ffff9b8eca1c9a9bcab92c87947726ba (patch) | |
| tree | e17aa838d3ed35d5aaa89e44845e2f9a0b3786ef /gnu/packages | |
| parent | 6a614b408b66296dbe79755451e87f96d72487f6 (diff) | |
gnu: python-bleak: Update to 3.0.2.
* gnu/packages/python-xyz.scm (python-bleak): Update to 3.0.2.
[arguments] <build-backend>: Use poetry.core-masonry.api, upstream
swapped to uv_build.
[propagated-inputs]: Remove python-async-timeout and
python-typing-extensions.
[native-inputs]: Remove python-packaging.
Change-Id: I1b2f434c3e6889f6a4d0ff091a9ec5f8a1ca7125
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8a488cbdc5f..62ccc80abe2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -36335,7 +36335,7 @@ Currently, Linux is the only platform supported by this library.") | |||
| 36335 | (define-public python-bleak | 36335 | (define-public python-bleak |
| 36336 | (package | 36336 | (package |
| 36337 | (name "python-bleak") | 36337 | (name "python-bleak") |
| 36338 | (version "2.1.1") | 36338 | (version "3.0.2") |
| 36339 | (source | 36339 | (source |
| 36340 | (origin | 36340 | (origin |
| 36341 | (method git-fetch) | 36341 | (method git-fetch) |
| @@ -36344,22 +36344,20 @@ Currently, Linux is the only platform supported by this library.") | |||
| 36344 | (commit (string-append "v" version)))) | 36344 | (commit (string-append "v" version)))) |
| 36345 | (file-name (git-file-name name version)) | 36345 | (file-name (git-file-name name version)) |
| 36346 | (sha256 | 36346 | (sha256 |
| 36347 | (base32 "0vdzx6s5fsgnl3j2k0kn6w1v8mqhb2jjpmpq6vdk9i0bdp1456ff")))) | 36347 | (base32 "1dlryjgi0pzmjjnssq9498chwnjzsx14kg1kyp1465waybgwvs93")))) |
| 36348 | (build-system pyproject-build-system) | 36348 | (build-system pyproject-build-system) |
| 36349 | (arguments | 36349 | (arguments |
| 36350 | (list | 36350 | (list |
| 36351 | #:build-backend "poetry.core.masonry.api" ;requires uv_build | ||
| 36351 | ;; Integration tests require unpackaged dependencies. | 36352 | ;; Integration tests require unpackaged dependencies. |
| 36352 | #:test-flags #~(list "--ignore=tests/integration"))) | 36353 | #:test-flags #~(list "--ignore=tests/integration"))) |
| 36353 | (propagated-inputs | ||
| 36354 | (list python-async-timeout | ||
| 36355 | python-dbus-fast | ||
| 36356 | python-typing-extensions)) | ||
| 36357 | (native-inputs | 36354 | (native-inputs |
| 36358 | (list python-coverage | 36355 | (list python-coverage ;hard dependency |
| 36359 | python-packaging | ||
| 36360 | python-poetry-core | 36356 | python-poetry-core |
| 36361 | python-pytest | 36357 | python-pytest |
| 36362 | python-pytest-asyncio)) | 36358 | python-pytest-asyncio)) |
| 36359 | (propagated-inputs | ||
| 36360 | (list python-dbus-fast)) | ||
| 36363 | (home-page "https://github.com/hbldh/bleak") | 36361 | (home-page "https://github.com/hbldh/bleak") |
| 36364 | (synopsis "Bluetooth Low Energy platform Agnostic Klient") | 36362 | (synopsis "Bluetooth Low Energy platform Agnostic Klient") |
| 36365 | (description "This package provides a Bluetooth Low Energy platform-agnostic | 36363 | (description "This package provides a Bluetooth Low Energy platform-agnostic |
