Loading pkgs/development/python-modules/accuweather/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "accuweather"; version = "4.2.0"; version = "4.2.1"; pyproject = true; disabled = pythonOlder "3.12"; Loading @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "bieniu"; repo = "accuweather"; tag = version; hash = "sha256-Ria725YXHgVLH3jOK5lV9Ux9UfUJtgF+/QMC3lJ/Dcg="; hash = "sha256-E5zPnG8hJ/iaj+JZUuBELWzsFuPWW5JOyORP9kBpsRw="; }; build-system = [ setuptools ]; Loading pkgs/development/python-modules/bleak-esphome/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,14 +19,14 @@ buildPythonPackage rec { pname = "bleak-esphome"; version = "3.2.0"; version = "3.3.0"; pyproject = true; src = fetchFromGitHub { owner = "bluetooth-devices"; repo = "bleak-esphome"; tag = "v${version}"; hash = "sha256-3gCh7HSsllTgLeb8jWPUB2+KXu+cuMZ3yeIJVNPBMC4="; hash = "sha256-1rsTXIWowwxycJYs2Aw2FXwQHSK1T7t2RODxqq1KxOs="; }; postPatch = '' Loading pkgs/development/python-modules/gql/default.nix +7 −38 Original line number Diff line number Diff line Loading @@ -9,16 +9,13 @@ fetchFromGitHub, graphql-core, httpx, mock, parse, pytest-asyncio_0, pytest-console-scripts, pytestCheckHook, pythonOlder, requests, requests-toolbelt, setuptools, urllib3, vcrpy, websockets, yarl, Loading @@ -26,16 +23,14 @@ buildPythonPackage rec { pname = "gql"; version = "3.5.3"; version = "4.0.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "graphql-python"; repo = "gql"; tag = "v${version}"; hash = "sha256-0mVMhJHlF6EZ3D9fuNrzkoHm9vIAKxbuajmUs1JL0HY="; hash = "sha256-bPdlFN6MRT6G9Mw2g2BBfsOGpQmT7pbRatpqa7CImSs="; }; build-system = [ setuptools ]; Loading @@ -48,8 +43,6 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ aiofiles mock parse pytest-asyncio_0 pytest-console-scripts Loading @@ -60,20 +53,20 @@ buildPythonPackage rec { optional-dependencies = { all = [ aiofiles aiohttp botocore httpx requests requests-toolbelt urllib3 websockets ]; aiofiles = [ aiofiles ]; aiohttp = [ aiohttp ]; httpx = [ httpx ]; requests = [ requests requests-toolbelt urllib3 ]; websockets = [ websockets ]; botocore = [ botocore ]; Loading @@ -83,44 +76,20 @@ buildPythonPackage rec { export PATH=$out/bin:$PATH ''; pytestFlags = [ "--asyncio-mode=auto" ]; disabledTestMarks = [ "online" ]; disabledTests = [ # Tests requires network access "test_async_client_validation_fetch_schema_from_server_valid_query" "test_execute_result_error" "test_get_introspection_query_ast" "test_header_query" "test_hero_name_query" "test_http_transport" "test_named_query" "test_query_with_variable" ]; disabledTestPaths = [ # Exclude linter tests "gql-checker/tests/test_flake8_linter.py" "gql-checker/tests/test_pylama_linter.py" "tests/test_httpx.py" "tests/test_httpx_async.py" ]; pythonImportsCheck = [ "gql" ]; __darwinAllowLocalNetworking = true; meta = with lib; { meta = { description = "GraphQL client in Python"; homepage = "https://github.com/graphql-python/gql"; changelog = "https://github.com/graphql-python/gql/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "gql-cli"; }; } pkgs/development/python-modules/habluetooth/default.nix +2 −7 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "habluetooth"; version = "5.3.0"; version = "5.6.4"; pyproject = true; disabled = pythonOlder "3.11"; Loading @@ -30,14 +30,9 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = "habluetooth"; tag = "v${version}"; hash = "sha256-9T6GvNHHxOpoPkN1Blyd/ErqYFei5UcaKQbd5gog6qM="; hash = "sha256-j3g0MLVfA8r02EM3rT5GuNE70TdYtdT+5XzqWqi/JM0="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail 'Cython>=3,<3.1' 'Cython' ''; build-system = [ cython poetry-core Loading pkgs/development/python-modules/hass-nabucasa/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ buildPythonPackage rec { pname = "hass-nabucasa"; version = "1.1.0"; version = "1.1.1"; pyproject = true; disabled = pythonOlder "3.13"; Loading @@ -35,7 +35,7 @@ buildPythonPackage rec { owner = "nabucasa"; repo = "hass-nabucasa"; tag = version; hash = "sha256-rQHXidzlxIXG+TIrbdM1oxnOwfi0MFZb7HIDIW6D4Jk="; hash = "sha256-4wqlV3stqbraiDBp/g5XNMiUR8SsmGggqXlq6MXXgbM="; }; postPatch = '' Loading Loading
pkgs/development/python-modules/accuweather/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "accuweather"; version = "4.2.0"; version = "4.2.1"; pyproject = true; disabled = pythonOlder "3.12"; Loading @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "bieniu"; repo = "accuweather"; tag = version; hash = "sha256-Ria725YXHgVLH3jOK5lV9Ux9UfUJtgF+/QMC3lJ/Dcg="; hash = "sha256-E5zPnG8hJ/iaj+JZUuBELWzsFuPWW5JOyORP9kBpsRw="; }; build-system = [ setuptools ]; Loading
pkgs/development/python-modules/bleak-esphome/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,14 +19,14 @@ buildPythonPackage rec { pname = "bleak-esphome"; version = "3.2.0"; version = "3.3.0"; pyproject = true; src = fetchFromGitHub { owner = "bluetooth-devices"; repo = "bleak-esphome"; tag = "v${version}"; hash = "sha256-3gCh7HSsllTgLeb8jWPUB2+KXu+cuMZ3yeIJVNPBMC4="; hash = "sha256-1rsTXIWowwxycJYs2Aw2FXwQHSK1T7t2RODxqq1KxOs="; }; postPatch = '' Loading
pkgs/development/python-modules/gql/default.nix +7 −38 Original line number Diff line number Diff line Loading @@ -9,16 +9,13 @@ fetchFromGitHub, graphql-core, httpx, mock, parse, pytest-asyncio_0, pytest-console-scripts, pytestCheckHook, pythonOlder, requests, requests-toolbelt, setuptools, urllib3, vcrpy, websockets, yarl, Loading @@ -26,16 +23,14 @@ buildPythonPackage rec { pname = "gql"; version = "3.5.3"; version = "4.0.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "graphql-python"; repo = "gql"; tag = "v${version}"; hash = "sha256-0mVMhJHlF6EZ3D9fuNrzkoHm9vIAKxbuajmUs1JL0HY="; hash = "sha256-bPdlFN6MRT6G9Mw2g2BBfsOGpQmT7pbRatpqa7CImSs="; }; build-system = [ setuptools ]; Loading @@ -48,8 +43,6 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ aiofiles mock parse pytest-asyncio_0 pytest-console-scripts Loading @@ -60,20 +53,20 @@ buildPythonPackage rec { optional-dependencies = { all = [ aiofiles aiohttp botocore httpx requests requests-toolbelt urllib3 websockets ]; aiofiles = [ aiofiles ]; aiohttp = [ aiohttp ]; httpx = [ httpx ]; requests = [ requests requests-toolbelt urllib3 ]; websockets = [ websockets ]; botocore = [ botocore ]; Loading @@ -83,44 +76,20 @@ buildPythonPackage rec { export PATH=$out/bin:$PATH ''; pytestFlags = [ "--asyncio-mode=auto" ]; disabledTestMarks = [ "online" ]; disabledTests = [ # Tests requires network access "test_async_client_validation_fetch_schema_from_server_valid_query" "test_execute_result_error" "test_get_introspection_query_ast" "test_header_query" "test_hero_name_query" "test_http_transport" "test_named_query" "test_query_with_variable" ]; disabledTestPaths = [ # Exclude linter tests "gql-checker/tests/test_flake8_linter.py" "gql-checker/tests/test_pylama_linter.py" "tests/test_httpx.py" "tests/test_httpx_async.py" ]; pythonImportsCheck = [ "gql" ]; __darwinAllowLocalNetworking = true; meta = with lib; { meta = { description = "GraphQL client in Python"; homepage = "https://github.com/graphql-python/gql"; changelog = "https://github.com/graphql-python/gql/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "gql-cli"; }; }
pkgs/development/python-modules/habluetooth/default.nix +2 −7 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "habluetooth"; version = "5.3.0"; version = "5.6.4"; pyproject = true; disabled = pythonOlder "3.11"; Loading @@ -30,14 +30,9 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = "habluetooth"; tag = "v${version}"; hash = "sha256-9T6GvNHHxOpoPkN1Blyd/ErqYFei5UcaKQbd5gog6qM="; hash = "sha256-j3g0MLVfA8r02EM3rT5GuNE70TdYtdT+5XzqWqi/JM0="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail 'Cython>=3,<3.1' 'Cython' ''; build-system = [ cython poetry-core Loading
pkgs/development/python-modules/hass-nabucasa/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ buildPythonPackage rec { pname = "hass-nabucasa"; version = "1.1.0"; version = "1.1.1"; pyproject = true; disabled = pythonOlder "3.13"; Loading @@ -35,7 +35,7 @@ buildPythonPackage rec { owner = "nabucasa"; repo = "hass-nabucasa"; tag = version; hash = "sha256-rQHXidzlxIXG+TIrbdM1oxnOwfi0MFZb7HIDIW6D4Jk="; hash = "sha256-4wqlV3stqbraiDBp/g5XNMiUR8SsmGggqXlq6MXXgbM="; }; postPatch = '' Loading