Loading pkgs/development/python-modules/aioesphomeapi/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "aioesphomeapi"; version = "13.2.0"; version = "13.3.1"; format = "setuptools"; disabled = pythonOlder "3.9"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "esphome"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-ACO5vp5ZMxzfY4RBvZ+vbk+fsj43Q896bar0+HNYHwE="; hash = "sha256-Pca+SMuUL3XyQpLAL6SOYPnztc95WF2o0v4+5Nc5Nxg="; }; postPatch = '' Loading pkgs/development/python-modules/oralb-ble/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "oralb-ble"; version = "0.17.4"; version = "0.17.5"; format = "pyproject"; disabled = pythonOlder "3.9"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-KvvcyeYXBtV/sUKMv+1xoXH9ALUX46EWS/STFZkCnUQ="; hash = "sha256-Lwrr5XzU2pbx3cYkvYtHgXFhGnz3cMBnNFWCpuY3ltg="; }; nativeBuildInputs = [ Loading pkgs/development/python-modules/raincloudy/default.nix +28 −7 Original line number Diff line number Diff line { lib , aiohttp , aioresponses , beautifulsoup4 , buildPythonPackage , fetchFromGitHub , html5lib , pytest-asyncio , pytest-aiohttp , pytestCheckHook , pythonOlder , requests , requests-mock , setuptools , setuptools-scm , urllib3 }: Loading @@ -24,7 +30,25 @@ buildPythonPackage rec { hash = "sha256-qCkBVirM09iA1sXiOB9FJns8bHjQq7rRk8XbRWrtBDI="; }; nativeBuildInputs = [ setuptools setuptools-scm ]; SETUPTOOLS_SCM_PRETEND_VERSION = version; postPatch = '' # https://github.com/vanstinator/raincloudy/pull/60 substituteInPlace setup.py \ --replace "bs4" "beautifulsoup4" \ # fix raincloudy.aio package discovery, by relying on # autodiscovery instead. sed -i '/packages=/d' setup.py ''; propagatedBuildInputs = [ aiohttp requests beautifulsoup4 urllib3 Loading @@ -32,19 +56,16 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ aioresponses pytest-asyncio pytest-aiohttp pytestCheckHook requests-mock ]; postPatch = '' # https://github.com/vanstinator/raincloudy/pull/60 substituteInPlace setup.py \ --replace "bs4" "beautifulsoup4" \ --replace "html5lib==1.0.1" "html5lib" ''; pythonImportsCheck = [ "raincloudy" "raincloudy.aio" ]; disabledTests = [ Loading pkgs/development/python-modules/xiaomi-ble/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "xiaomi-ble"; version = "0.16.1"; version = "0.16.3"; format = "pyproject"; disabled = pythonOlder "3.9"; Loading @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-JsrOt6LmmhJZ4MBwLVKKt3IMbvAnxJx70AZROhb9gbc="; hash = "sha256-yk3rEOcHIEZLz3qKxeGzHuVUWWxG3GhSt9vc0pXcanQ="; }; nativeBuildInputs = [ Loading pkgs/development/python-modules/yalexs-ble/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "yalexs-ble"; version = "1.12.8"; version = "1.12.12"; format = "pyproject"; disabled = pythonOlder "3.9"; Loading @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "bdraco"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-04Xl2TBs9RL+KWmJgUY+PDoYN4AAvrcWP7TJBEu5lNU="; hash = "sha256-CO+plbsZzQkxtvz8N3QP71P2V1wPdyp1oeW/424mZks="; }; nativeBuildInputs = [ Loading Loading
pkgs/development/python-modules/aioesphomeapi/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "aioesphomeapi"; version = "13.2.0"; version = "13.3.1"; format = "setuptools"; disabled = pythonOlder "3.9"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "esphome"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-ACO5vp5ZMxzfY4RBvZ+vbk+fsj43Q896bar0+HNYHwE="; hash = "sha256-Pca+SMuUL3XyQpLAL6SOYPnztc95WF2o0v4+5Nc5Nxg="; }; postPatch = '' Loading
pkgs/development/python-modules/oralb-ble/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "oralb-ble"; version = "0.17.4"; version = "0.17.5"; format = "pyproject"; disabled = pythonOlder "3.9"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-KvvcyeYXBtV/sUKMv+1xoXH9ALUX46EWS/STFZkCnUQ="; hash = "sha256-Lwrr5XzU2pbx3cYkvYtHgXFhGnz3cMBnNFWCpuY3ltg="; }; nativeBuildInputs = [ Loading
pkgs/development/python-modules/raincloudy/default.nix +28 −7 Original line number Diff line number Diff line { lib , aiohttp , aioresponses , beautifulsoup4 , buildPythonPackage , fetchFromGitHub , html5lib , pytest-asyncio , pytest-aiohttp , pytestCheckHook , pythonOlder , requests , requests-mock , setuptools , setuptools-scm , urllib3 }: Loading @@ -24,7 +30,25 @@ buildPythonPackage rec { hash = "sha256-qCkBVirM09iA1sXiOB9FJns8bHjQq7rRk8XbRWrtBDI="; }; nativeBuildInputs = [ setuptools setuptools-scm ]; SETUPTOOLS_SCM_PRETEND_VERSION = version; postPatch = '' # https://github.com/vanstinator/raincloudy/pull/60 substituteInPlace setup.py \ --replace "bs4" "beautifulsoup4" \ # fix raincloudy.aio package discovery, by relying on # autodiscovery instead. sed -i '/packages=/d' setup.py ''; propagatedBuildInputs = [ aiohttp requests beautifulsoup4 urllib3 Loading @@ -32,19 +56,16 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ aioresponses pytest-asyncio pytest-aiohttp pytestCheckHook requests-mock ]; postPatch = '' # https://github.com/vanstinator/raincloudy/pull/60 substituteInPlace setup.py \ --replace "bs4" "beautifulsoup4" \ --replace "html5lib==1.0.1" "html5lib" ''; pythonImportsCheck = [ "raincloudy" "raincloudy.aio" ]; disabledTests = [ Loading
pkgs/development/python-modules/xiaomi-ble/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "xiaomi-ble"; version = "0.16.1"; version = "0.16.3"; format = "pyproject"; disabled = pythonOlder "3.9"; Loading @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-JsrOt6LmmhJZ4MBwLVKKt3IMbvAnxJx70AZROhb9gbc="; hash = "sha256-yk3rEOcHIEZLz3qKxeGzHuVUWWxG3GhSt9vc0pXcanQ="; }; nativeBuildInputs = [ Loading
pkgs/development/python-modules/yalexs-ble/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "yalexs-ble"; version = "1.12.8"; version = "1.12.12"; format = "pyproject"; disabled = pythonOlder "3.9"; Loading @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "bdraco"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-04Xl2TBs9RL+KWmJgUY+PDoYN4AAvrcWP7TJBEu5lNU="; hash = "sha256-CO+plbsZzQkxtvz8N3QP71P2V1wPdyp1oeW/424mZks="; }; nativeBuildInputs = [ Loading