summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2024-10-14 10:43:26 -0600
committerGitHub <noreply@github.com>2024-10-14 10:43:26 -0600
commit8fd5c8dd71ab211db1ee02e494efb6ef58dd7d87 (patch)
tree7e5a23654a0cc781664685ce204af93627ec2406
parentpython312Packages.bleak: 0.22.2 -> 0.22.3, python312Packages.bleak-retry-conn... (diff)
downloadnixpkgs-origin/revert-347331-bleak-bump.tar.gz
Revert "python312Packages.bleak: 0.22.2 -> 0.22.3, python312Packages.bleak-retry-connector: 3.5.0 -> 3.6.0, python312Packages.bluetooth-adapters: 0.19.4 -> 0.20.0 "origin/revert-347331-bleak-bump
-rw-r--r--pkgs/development/python-modules/bleak-retry-connector/default.nix4
-rw-r--r--pkgs/development/python-modules/bleak/default.nix4
-rw-r--r--pkgs/development/python-modules/bluetooth-adapters/default.nix12
3 files changed, 8 insertions, 12 deletions
diff --git a/pkgs/development/python-modules/bleak-retry-connector/default.nix b/pkgs/development/python-modules/bleak-retry-connector/default.nix
index f06a56eb9799..1cc552f2aafb 100644
--- a/pkgs/development/python-modules/bleak-retry-connector/default.nix
+++ b/pkgs/development/python-modules/bleak-retry-connector/default.nix
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "bleak-retry-connector";
- version = "3.6.0";
+ version = "3.5.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "bleak-retry-connector";
rev = "refs/tags/v${version}";
- hash = "sha256-WjowXfj9kPlMmfs3aJBHIux5/w6te7zpXXqXPaz2pks=";
+ hash = "sha256-oqc997siTg43Ulrc539G3utfQvHjcBZJgQ8/CfcSduc=";
};
postPatch = ''
diff --git a/pkgs/development/python-modules/bleak/default.nix b/pkgs/development/python-modules/bleak/default.nix
index 9fde15cf9d6a..aef8d84b43f1 100644
--- a/pkgs/development/python-modules/bleak/default.nix
+++ b/pkgs/development/python-modules/bleak/default.nix
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "bleak";
- version = "0.22.3";
+ version = "0.22.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "hbldh";
repo = pname;
rev = "refs/tags/v${version}";
- hash = "sha256-kPeKQcJETZE6+btQsmCgb37yRI2Klg0lZ1ZIrm8ODow=";
+ hash = "sha256-O8EvF+saJ0UBZ8MESM5gIRmk2wbA4HUDADiVUtXzXrY=";
};
postPatch = ''
diff --git a/pkgs/development/python-modules/bluetooth-adapters/default.nix b/pkgs/development/python-modules/bluetooth-adapters/default.nix
index 515c3f167e91..4b56028b75d9 100644
--- a/pkgs/development/python-modules/bluetooth-adapters/default.nix
+++ b/pkgs/development/python-modules/bluetooth-adapters/default.nix
@@ -10,7 +10,6 @@
mac-vendor-lookup,
myst-parser,
poetry-core,
- pytest-asyncio,
pytestCheckHook,
pythonOlder,
sphinx-rtd-theme,
@@ -21,7 +20,7 @@
buildPythonPackage rec {
pname = "bluetooth-adapters";
- version = "0.20.0";
+ version = "0.19.4";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -30,7 +29,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "bluetooth-adapters";
rev = "refs/tags/v${version}";
- hash = "sha256-dQjoaBK+WMHQss/7nQRRCE8Jv4S0iq6awa/t3SMGUiE=";
+ hash = "sha256-XpPC7FVWzdEki6kdZDu0vV7iD1DZzGbI1f9VKxsjKUQ=";
};
postPatch = ''
@@ -61,13 +60,10 @@ buildPythonPackage rec {
usb-devices
];
- nativeCheckInputs = [
- pytest-asyncio
- pytestCheckHook
- ];
-
pythonImportsCheck = [ "bluetooth_adapters" ];
+ nativeCheckInputs = [ pytestCheckHook ];
+
meta = with lib; {
description = "Tools to enumerate and find Bluetooth Adapters";
homepage = "https://github.com/Bluetooth-Devices/bluetooth-adapters";