Unverified Commit ec6e7506 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

python312Packages.bleak: 0.22.2 -> 0.22.3,...

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  (#347331)
parents 0741d0e0 6b0baa9a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "bleak-retry-connector";
  version = "3.5.0";
  version = "3.6.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-oqc997siTg43Ulrc539G3utfQvHjcBZJgQ8/CfcSduc=";
    hash = "sha256-WjowXfj9kPlMmfs3aJBHIux5/w6te7zpXXqXPaz2pks=";
  };

  postPatch = ''
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "bleak";
  version = "0.22.2";
  version = "0.22.3";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "hbldh";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-O8EvF+saJ0UBZ8MESM5gIRmk2wbA4HUDADiVUtXzXrY=";
    hash = "sha256-kPeKQcJETZE6+btQsmCgb37yRI2Klg0lZ1ZIrm8ODow=";
  };

  postPatch = ''
+8 −4
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
  mac-vendor-lookup,
  myst-parser,
  poetry-core,
  pytest-asyncio,
  pytestCheckHook,
  pythonOlder,
  sphinx-rtd-theme,
@@ -20,7 +21,7 @@

buildPythonPackage rec {
  pname = "bluetooth-adapters";
  version = "0.19.4";
  version = "0.20.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -29,7 +30,7 @@ buildPythonPackage rec {
    owner = "Bluetooth-Devices";
    repo = "bluetooth-adapters";
    rev = "refs/tags/v${version}";
    hash = "sha256-XpPC7FVWzdEki6kdZDu0vV7iD1DZzGbI1f9VKxsjKUQ=";
    hash = "sha256-dQjoaBK+WMHQss/7nQRRCE8Jv4S0iq6awa/t3SMGUiE=";
  };

  postPatch = ''
@@ -60,9 +61,12 @@ buildPythonPackage rec {
    usb-devices
  ];

  pythonImportsCheck = [ "bluetooth_adapters" ];
  nativeCheckInputs = [
    pytest-asyncio
    pytestCheckHook
  ];

  nativeCheckInputs = [ pytestCheckHook ];
  pythonImportsCheck = [ "bluetooth_adapters" ];

  meta = with lib; {
    description = "Tools to enumerate and find Bluetooth Adapters";