Merge pull request #278233 from fabaff/bleak-retry-connector-bump

python311Packages.bleak-retry-connector: 3.3.0 -> 3.4.0
This commit is contained in:
Fabian Affolter 2024-01-03 10:12:34 +01:00 committed by GitHub
commit 635e1006e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 9 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "bleak-retry-connector";
version = "3.3.0";
version = "3.4.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-5yhr+W2ZSy/uSgmz23pyIKcoJ34h/eDsoyv+N9Hi36w=";
hash = "sha256-hhoYPpNJ8myW2KMe7o7gvbjnmpY4OYudaDA/vV8BkN8=";
};
postPatch = ''

View File

@ -1,5 +1,4 @@
{ lib
, async-timeout
, bleak
, bleak-retry-connector
, boto3
@ -10,12 +9,13 @@
, pythonOlder
, pytestCheckHook
, requests
, setuptools
}:
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.42.0";
format = "setuptools";
version = "0.43.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -23,11 +23,14 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-oJUdQex+kjL4Yuuz02ASjFDjyfWA/Hsopy+ujGbDkLs=";
hash = "sha256-+YolfvzyJVZ+EkEmPrmAXUbttxYzCFl5DT3nUaUCnuc=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
async-timeout
bleak
bleak-retry-connector
boto3

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "yalexs-ble";
version = "2.3.2";
version = "2.4.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-uHkJEtaohuTRs1RXDPbe4dohbjBnYi9MFguP9CTwM5w=";
hash = "sha256-kdEeLd+83Pdno1ZzirZUrRk/7q0WFc/XfqvuKvVQ8/s=";
};
nativeBuildInputs = [