From 82ea1d463128e5f1716fee180beab1371a6cc8c2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 8 Sep 2023 10:05:15 +0200 Subject: python311Packages.dbus-fast: 1.95.0 -> 1.95.1 Changelog: https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v1.95.1 --- pkgs/development/python-modules/dbus-fast/default.nix | 5 +++-- 1 file changed, 3 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..2d15f7f6aa30 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 = "1.95.1"; 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-Zj4wpGfcNM9UVehs2bhF5IyujVI6jegnoMaLMbcvTOA="; }; # The project can build both an optimized cython version and an unoptimized @@ -71,6 +71,7 @@ buildPythonPackage rec { "test_interface_add_remove_signal" "test_introspectable_interface" "test_methods" + "test_multiple_flags_in_message" "test_name_requests" "test_object_manager" "test_peer_interface" -- cgit 1.4.1 From 7539360ce3c64cd6a71fb9ff63d96a265c39e5df Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 8 Sep 2023 10:09:00 +0200 Subject: python311Packages.dbus-fast: 1.95.1 -> 1.95.2 Changelog: https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v1.95.2 --- pkgs/development/python-modules/dbus-fast/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dbus-fast/default.nix b/pkgs/development/python-modules/dbus-fast/default.nix index 2d15f7f6aa30..da46ca99d6db 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.1"; + version = "1.95.2"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-Zj4wpGfcNM9UVehs2bhF5IyujVI6jegnoMaLMbcvTOA="; + hash = "sha256-odx+2TfyPcVk43wVtArQ5CnR/69WxYf7O6QSYRq/M9I="; }; # The project can build both an optimized cython version and an unoptimized @@ -66,6 +66,7 @@ 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" -- cgit 1.4.1 From 83b955f828f46061da86e8c334518f99e71ab431 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 8 Sep 2023 10:38:09 +0200 Subject: python311Packages.dbus-fast: 1.95.2 -> 2.0.0 Diff: https://github.com/Bluetooth-Devices/dbus-fast/compare/refs/tags/v1.95.2...v2.0.0 Changelog: https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v2.0.0 --- pkgs/development/python-modules/dbus-fast/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dbus-fast/default.nix b/pkgs/development/python-modules/dbus-fast/default.nix index da46ca99d6db..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.2"; + 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-odx+2TfyPcVk43wVtArQ5CnR/69WxYf7O6QSYRq/M9I="; + hash = "sha256-Dzr7CSoJhO/F75Ro686lKXCOzP2AxtR6wJOp70IOvUk="; }; # The project can build both an optimized cython version and an unoptimized -- cgit 1.4.1