about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-09-08 15:19:09 +0200
committerGitHub <noreply@github.com>2023-09-08 15:19:09 +0200
commit0873820b57cf57936c1ad8ebccd10826e051c181 (patch)
tree400c0d7e71e028977e354646621b4ac0baecdf9f
parent5058dcfbfb6ce6a0b11e8e70b25c1ad50597c02c (diff)
parent83b955f828f46061da86e8c334518f99e71ab431 (diff)
downloadnixlib-0873820b57cf57936c1ad8ebccd10826e051c181.tar
nixlib-0873820b57cf57936c1ad8ebccd10826e051c181.tar.gz
nixlib-0873820b57cf57936c1ad8ebccd10826e051c181.tar.bz2
nixlib-0873820b57cf57936c1ad8ebccd10826e051c181.tar.lz
nixlib-0873820b57cf57936c1ad8ebccd10826e051c181.tar.xz
nixlib-0873820b57cf57936c1ad8ebccd10826e051c181.tar.zst
nixlib-0873820b57cf57936c1ad8ebccd10826e051c181.zip
Merge pull request #253988 from fabaff/dbus-fast-bump
python311Packages.dbus-fast: 1.95.0 -> 2.0.0
-rw-r--r--pkgs/development/python-modules/dbus-fast/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/dbus-fast/default.nix b/pkgs/development/python-modules/dbus-fast/default.nix
index 5bc4a9ab79a8..bec651629d7f 100644
--- a/pkgs/development/python-modules/dbus-fast/default.nix
+++ b/pkgs/development/python-modules/dbus-fast/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "dbus-fast";
-  version = "1.95.0";
+  version = "2.0.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "Bluetooth-Devices";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-1Qi1pV92V1EIDU/kLhwPhr3Sa92xvcrpHUA36KfzM6w=";
+    hash = "sha256-Dzr7CSoJhO/F75Ro686lKXCOzP2AxtR6wJOp70IOvUk=";
   };
 
   # The project can build both an optimized cython version and an unoptimized
@@ -66,11 +66,13 @@ buildPythonPackage rec {
     "test_export_alias"
     "test_export_introspection"
     "test_export_unexport"
+    "test_fast_disconnect"
     "test_glib_big_message"
     "test_high_level_service_fd_passing"
     "test_interface_add_remove_signal"
     "test_introspectable_interface"
     "test_methods"
+    "test_multiple_flags_in_message"
     "test_name_requests"
     "test_object_manager"
     "test_peer_interface"