guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit c95a2d1722779671cfede1603be3eb6177ee1df3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun May 31 23:47:23 2026 +0100

    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
---
 gnu/packages/python-xyz.scm | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f4a3efddf7..4d6ba695e2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -36128,7 +36128,7 @@ Currently, Linux is the only platform supported by this 
library.")
 (define-public python-bleak
   (package
     (name "python-bleak")
-    (version "2.1.1")
+    (version "3.0.2")
     (source
      (origin
        (method git-fetch)
@@ -36137,22 +36137,20 @@ Currently, Linux is the only platform supported by 
this library.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0vdzx6s5fsgnl3j2k0kn6w1v8mqhb2jjpmpq6vdk9i0bdp1456ff"))))
+        (base32 "1dlryjgi0pzmjjnssq9498chwnjzsx14kg1kyp1465waybgwvs93"))))
     (build-system pyproject-build-system)
     (arguments
      (list
+      #:build-backend "poetry.core.masonry.api"  ;requires uv_build
       ;; Integration tests require unpackaged dependencies.
       #:test-flags #~(list "--ignore=tests/integration")))
-    (propagated-inputs
-     (list python-async-timeout
-           python-dbus-fast
-           python-typing-extensions))
     (native-inputs
-     (list python-coverage
-           python-packaging
+     (list python-coverage       ;hard dependency
            python-poetry-core
            python-pytest
            python-pytest-asyncio))
+    (propagated-inputs
+     (list python-dbus-fast))
     (home-page "https://github.com/hbldh/bleak";)
     (synopsis "Bluetooth Low Energy platform Agnostic Klient")
     (description "This package provides a Bluetooth Low Energy 
platform-agnostic

Reply via email to