From 7b34147b48ecf071d36d9e567ed9e77e0d264d0d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 24 Apr 2025 15:37:41 +0000 Subject: [PATCH 01/74] storj-uplink: 1.126.2 -> 1.127.1 --- pkgs/by-name/st/storj-uplink/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/st/storj-uplink/package.nix b/pkgs/by-name/st/storj-uplink/package.nix index adc06ef35ac1..b609e15d55c9 100644 --- a/pkgs/by-name/st/storj-uplink/package.nix +++ b/pkgs/by-name/st/storj-uplink/package.nix @@ -6,18 +6,18 @@ buildGoModule rec { pname = "storj-uplink"; - version = "1.126.2"; + version = "1.127.1"; src = fetchFromGitHub { owner = "storj"; repo = "storj"; rev = "v${version}"; - hash = "sha256-dt4OzkblMxduZJZhUHWzYGrOLs+rzI3JXa16SlRs3MI="; + hash = "sha256-Eu96Qw1ENxZ0EhZuAqicmDFvzvMD1DHvNs0s1dgUZ7U="; }; subPackages = [ "cmd/uplink" ]; - vendorHash = "sha256-1TZmG008XhA9lt4Vj7jdF0wyDFQ65hql0r+kU+RAx78="; + vendorHash = "sha256-kbaUWzHDHiCVQWxIyaSfPY818NAJR2PhbB/552NkbdM="; ldflags = [ "-s" From b096f1698aed6cba703ffd3e0cafc49ec7bf1640 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 26 Apr 2025 12:44:50 +0000 Subject: [PATCH 02/74] python312Packages.b2sdk: 2.7.0 -> 2.8.1 --- pkgs/development/python-modules/b2sdk/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/b2sdk/default.nix b/pkgs/development/python-modules/b2sdk/default.nix index 5fe558fe732c..997a842b92e6 100644 --- a/pkgs/development/python-modules/b2sdk/default.nix +++ b/pkgs/development/python-modules/b2sdk/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "b2sdk"; - version = "2.7.0"; + version = "2.8.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -30,7 +30,7 @@ buildPythonPackage rec { owner = "Backblaze"; repo = "b2-sdk-python"; tag = "v${version}"; - hash = "sha256-QY2/uWCnIlOHo5wTLxu2Pvh2oNPWRcyDL5TpnZHob7I="; + hash = "sha256-KUz/OaFZwJPVNCZ1j73SrpWknQmrvwfr5MLVYxOojZc="; }; build-system = [ pdm-backend ]; @@ -75,7 +75,7 @@ buildPythonPackage rec { meta = with lib; { description = "Client library and utilities for access to B2 Cloud Storage (backblaze)"; homepage = "https://github.com/Backblaze/b2-sdk-python"; - changelog = "https://github.com/Backblaze/b2-sdk-python/blob/v${version}/CHANGELOG.md"; + changelog = "https://github.com/Backblaze/b2-sdk-python/blob/${src.tag}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ pmw ]; }; From ce5128c0e439b6318022c3123e36707042d326ed Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 2 May 2025 01:25:34 +0200 Subject: [PATCH 03/74] python313Packages.reflex: 0.7.8 -> 0.7.9 Changelog: https://github.com/reflex-dev/reflex/releases/tag/v0.7.9 --- .../python-modules/reflex/default.nix | 32 ++++--------------- 1 file changed, 7 insertions(+), 25 deletions(-) diff --git a/pkgs/development/python-modules/reflex/default.nix b/pkgs/development/python-modules/reflex/default.nix index 346630fcb367..fb84425268cf 100644 --- a/pkgs/development/python-modules/reflex/default.nix +++ b/pkgs/development/python-modules/reflex/default.nix @@ -5,17 +5,13 @@ alembic, attrs, build, - charset-normalizer, ruff, dill, - distro, fastapi, granian, - gunicorn, hatchling, httpx, jinja2, - lazy-loader, numpy, packaging, pandas, @@ -29,7 +25,6 @@ pytest-mock, python-dotenv, pytestCheckHook, - python-engineio, python-multipart, python-socketio, redis, @@ -37,28 +32,25 @@ rich, sqlmodel, starlette-admin, - tomlkit, - twine, typer, typing-extensions, unzip, uvicorn, versionCheckHook, - wheel, wrapt, writableTmpDirAsHomeHook, }: buildPythonPackage rec { pname = "reflex"; - version = "0.7.8"; + version = "0.7.9"; pyproject = true; src = fetchFromGitHub { owner = "reflex-dev"; repo = "reflex"; tag = "v${version}"; - hash = "sha256-/Kf1V1goGaoYarhJ9wlZ2lf6e3BUH/F7UJqoPEnMnk0="; + hash = "sha256-xY1A618BUciWbHtCPUVPZz/41PBVId4qI6WlCFOdoT8="; }; # 'rich' is also somehow checked when building the wheel, @@ -70,7 +62,6 @@ buildPythonPackage rec { "rich" # preventative "fastapi" - "gunicorn" ]; build-system = [ hatchling ]; @@ -78,35 +69,24 @@ buildPythonPackage rec { dependencies = [ alembic build # used in custom_components/custom_components.py - charset-normalizer - ruff - dill - distro + dill # used in state.py fastapi granian granian.optional-dependencies.reload - gunicorn httpx jinja2 - lazy-loader - packaging + packaging # used in utils/prerequisites.py platformdirs psutil pydantic - python-engineio python-multipart python-socketio redis reflex-hosting-cli rich sqlmodel - starlette-admin - tomlkit - twine # used in custom_components/custom_components.py - typer + typer # optional dep typing-extensions - uvicorn - wheel wrapt ]; @@ -123,6 +103,8 @@ buildPythonPackage rec { pandas pillow unzip + uvicorn + starlette-admin writableTmpDirAsHomeHook versionCheckHook ]; From 7ec89f4f6853ac89b62688534033fd09e35a26af Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 2 May 2025 01:25:50 +0200 Subject: [PATCH 04/74] python313Packages.reflex-hosting-cli: 0.1.42 -> 0.1.47 --- .../python-modules/reflex-hosting-cli/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/reflex-hosting-cli/default.nix b/pkgs/development/python-modules/reflex-hosting-cli/default.nix index afce4f09f3e9..60a61f7bfb30 100644 --- a/pkgs/development/python-modules/reflex-hosting-cli/default.nix +++ b/pkgs/development/python-modules/reflex-hosting-cli/default.nix @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchPypi, - poetry-core, + hatchling, charset-normalizer, httpx, pipdeptree, @@ -18,14 +18,14 @@ buildPythonPackage rec { pname = "reflex-hosting-cli"; - version = "0.1.42"; + version = "0.1.47"; pyproject = true; # source is not published https://github.com/reflex-dev/reflex/issues/3762 src = fetchPypi { pname = "reflex_hosting_cli"; inherit version; - hash = "sha256-kp2S3xnclMktEi6aqMBahQVZQeLriSigq77mRu+7A9I="; + hash = "sha256-RPXdLcnuXBDXQGfgFo5EZ+MoBr7nnJmVD1xSRwkWFDY="; }; pythonRelaxDeps = [ @@ -33,7 +33,7 @@ buildPythonPackage rec { "pipdeptree" ]; - build-system = [ poetry-core ]; + build-system = [ hatchling ]; dependencies = [ charset-normalizer From 2d3db9e81cccbf727b839240440c9c23c182c508 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Mon, 5 May 2025 12:21:03 +0200 Subject: [PATCH 05/74] python3Packages.dropbox: fix eval warning --- pkgs/development/python-modules/dropbox/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/dropbox/default.nix b/pkgs/development/python-modules/dropbox/default.nix index 59eb019d66a4..58b2cb4310a3 100644 --- a/pkgs/development/python-modules/dropbox/default.nix +++ b/pkgs/development/python-modules/dropbox/default.nix @@ -49,7 +49,7 @@ buildPythonPackage rec { postPatch = '' substituteInPlace setup.py \ - --replace "'pytest-runner==5.2.0'," "" + --replace-fail "'pytest-runner==5.2.0'," "" ''; pythonImportsCheck = [ "dropbox" ]; From f04948a8560fb9d7a958a11b828ade372ea3d2cf Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Mon, 5 May 2025 12:21:17 +0200 Subject: [PATCH 06/74] python3Packages.dropbox: clean up meta --- pkgs/development/python-modules/dropbox/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/dropbox/default.nix b/pkgs/development/python-modules/dropbox/default.nix index 58b2cb4310a3..7a0cac1e3971 100644 --- a/pkgs/development/python-modules/dropbox/default.nix +++ b/pkgs/development/python-modules/dropbox/default.nix @@ -90,11 +90,11 @@ buildPythonPackage rec { "test_bad_pins_session" ]; - meta = with lib; { + meta = { description = "Python library for Dropbox's HTTP-based Core and Datastore APIs"; homepage = "https://github.com/dropbox/dropbox-sdk-python"; - changelog = "https://github.com/dropbox/dropbox-sdk-python/releases/tag/v${version}"; - license = licenses.mit; - maintainers = with maintainers; [ sfrijters ]; + changelog = "https://github.com/dropbox/dropbox-sdk-python/releases/tag/${src.tag}"; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ sfrijters ]; }; } From f7857366739eeb2ad49ab1d7c962df51e94018a8 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Mon, 5 May 2025 22:52:29 +0200 Subject: [PATCH 07/74] python313Packages.reflex: 0.7.9 -> 0.7.10 Changelog: https://github.com/reflex-dev/reflex/releases/tag/v0.7.10 --- pkgs/development/python-modules/reflex/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/reflex/default.nix b/pkgs/development/python-modules/reflex/default.nix index fb84425268cf..2dc27793c2ba 100644 --- a/pkgs/development/python-modules/reflex/default.nix +++ b/pkgs/development/python-modules/reflex/default.nix @@ -43,14 +43,14 @@ buildPythonPackage rec { pname = "reflex"; - version = "0.7.9"; + version = "0.7.10"; pyproject = true; src = fetchFromGitHub { owner = "reflex-dev"; repo = "reflex"; tag = "v${version}"; - hash = "sha256-xY1A618BUciWbHtCPUVPZz/41PBVId4qI6WlCFOdoT8="; + hash = "sha256-4A/pemu8inIoHjF1Q7INtaEQe4zOU48n4DpwQogtzb4="; }; # 'rich' is also somehow checked when building the wheel, From e9bdf98b655919bb90546d54158d65be802ebdb1 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Mon, 5 May 2025 22:52:42 +0200 Subject: [PATCH 08/74] python313Packages.reflex-hosting-cli: 0.1.47 -> 0.1.49 --- .../development/python-modules/reflex-hosting-cli/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/reflex-hosting-cli/default.nix b/pkgs/development/python-modules/reflex-hosting-cli/default.nix index 60a61f7bfb30..f3e3b3ccf8db 100644 --- a/pkgs/development/python-modules/reflex-hosting-cli/default.nix +++ b/pkgs/development/python-modules/reflex-hosting-cli/default.nix @@ -18,14 +18,14 @@ buildPythonPackage rec { pname = "reflex-hosting-cli"; - version = "0.1.47"; + version = "0.1.49"; pyproject = true; # source is not published https://github.com/reflex-dev/reflex/issues/3762 src = fetchPypi { pname = "reflex_hosting_cli"; inherit version; - hash = "sha256-RPXdLcnuXBDXQGfgFo5EZ+MoBr7nnJmVD1xSRwkWFDY="; + hash = "sha256-cIU2/hTxXtAsxn5twV8xGwAOcRfqBjeqL4dklXt5fkQ="; }; pythonRelaxDeps = [ From 689f82147c6081edee9f28e0f15a7afb4bb44297 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Mon, 5 May 2025 08:09:51 +0200 Subject: [PATCH 09/74] backblaze-b2: 4.3.1 -> 4.3.2 https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.3.2 --- pkgs/by-name/ba/backblaze-b2/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ba/backblaze-b2/package.nix b/pkgs/by-name/ba/backblaze-b2/package.nix index 52bb9e7ab60b..d99becd2a904 100644 --- a/pkgs/by-name/ba/backblaze-b2/package.nix +++ b/pkgs/by-name/ba/backblaze-b2/package.nix @@ -11,14 +11,14 @@ python3Packages.buildPythonApplication rec { pname = "backblaze-b2"; - version = "4.3.1"; + version = "4.3.2"; pyproject = true; src = fetchFromGitHub { owner = "Backblaze"; repo = "B2_Command_Line_Tool"; tag = "v${version}"; - hash = "sha256-uWANUb7AV9ADWJ7Ut8qloEhgoXJ62yTSbXrCHVY1tFE="; + hash = "sha256-I6baipQDQft5bi352W9YXFAVuVqIkEqEfmD9iP2LBqs="; }; nativeBuildInputs = with python3Packages; [ From a3ef06607a234b77a6ce8ca32f77be4bc097ec24 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:29:22 +0200 Subject: [PATCH 10/74] python3Packages.azure-mgmt-containerservices: 34.2.0 -> 35.0.0 Signed-off-by: Paul Meyer --- .../python-modules/azure-mgmt-containerservice/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/azure-mgmt-containerservice/default.nix b/pkgs/development/python-modules/azure-mgmt-containerservice/default.nix index b43388a22be4..a466e490a2a2 100644 --- a/pkgs/development/python-modules/azure-mgmt-containerservice/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-containerservice/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "azure-mgmt-containerservice"; - version = "34.2.0"; + version = "35.0.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "azure_mgmt_containerservice"; inherit version; - hash = "sha256-FB4F8UbyjNRiioMCfVFb0lPzsvhSO+Q7mEFwcRjvWoQ="; + hash = "sha256-caFJs9ZcK8XJyceEOhH4HDofth6hhzJv6qlK087j3HQ="; }; build-system = [ setuptools ]; From 42b35e98c168781a208b31b5095bdb0f336b410a Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:29:38 +0200 Subject: [PATCH 11/74] azure-cli: 2.71.0 -> 2.72.0 Signed-off-by: Paul Meyer --- pkgs/by-name/az/azure-cli/package.nix | 6 +++--- pkgs/by-name/az/azure-cli/python-packages.nix | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/package.nix b/pkgs/by-name/az/azure-cli/package.nix index 8d959f6e5e49..62bdf047b188 100644 --- a/pkgs/by-name/az/azure-cli/package.nix +++ b/pkgs/by-name/az/azure-cli/package.nix @@ -26,14 +26,14 @@ }: let - version = "2.71.0"; + version = "2.72.0"; src = fetchFromGitHub { name = "azure-cli-${version}-src"; owner = "Azure"; repo = "azure-cli"; - rev = "azure-cli-${version}"; - hash = "sha256-vtuDgj3UJCmKxYg0OgG59ezQh7HlscNywz61BHDzJF8="; + tag = "azure-cli-${version}"; + hash = "sha256-LuQhGrAYVgv+OH214A4xz4LV+xwIshNAH8nAlQL4mDc="; }; # put packages that needs to be overridden in the py package scope diff --git a/pkgs/by-name/az/azure-cli/python-packages.nix b/pkgs/by-name/az/azure-cli/python-packages.nix index 1d960579b16e..a410f5c47161 100644 --- a/pkgs/by-name/az/azure-cli/python-packages.nix +++ b/pkgs/by-name/az/azure-cli/python-packages.nix @@ -154,11 +154,6 @@ let }; }); - # ModuleNotFoundError: No module named 'azure.mgmt.compute.v2024_07_01' - azure-mgmt-compute = - overrideAzureMgmtPackage super.azure-mgmt-compute "33.0.0" "tar.gz" - "sha256-o8wP5PCcjh01I8G/uSYg3+JjoKiTsKwToz1wV+nd3dI="; - # ImportError: cannot import name 'ResourceSku' from 'azure.mgmt.eventgrid.models' azure-mgmt-eventgrid = overrideAzureMgmtPackage super.azure-mgmt-eventgrid "10.2.0b2" "zip" From f8d973d88a69675d761800fdd0f08bfbfc6b00e6 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:09 +0200 Subject: [PATCH 12/74] azure-cli-extensions.weights-and-biases: init at 1.0.0b1 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 1739e2b3115e..b32b4ebf26ef 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -1084,6 +1084,13 @@ "hash": "sha256-kIsN8HzvZSF2oPK/D9z1i10W+0kD7jwG9z8Ls5E6XA8=", "description": "Additional commands for Azure AppService" }, + "weights-and-biases": { + "pname": "weights-and-biases", + "version": "1.0.0b1", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/weights_and_biases-1.0.0b1-py3-none-any.whl", + "hash": "sha256-p961+8YG/7LsyS8b+xfEPq2hZeiwlwqBvnyXnkxoz3o=", + "description": "Microsoft Azure Command-Line Tools WeightsAndBiases Extension" + }, "workloads": { "pname": "workloads", "version": "1.1.0", From 7b074ef0261384f50e7dd4a78c57535a4508f736 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:11 +0200 Subject: [PATCH 13/74] azure-cli-extensions.computeschedule: init at 1.0.0b1 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index b32b4ebf26ef..c7edc11b3639 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -202,6 +202,13 @@ "hash": "sha256-nqYWLTf8M5C+Tc5kywXFxYgHAQTz6SpwGrR1RzVlqKk=", "description": "Translate ARM template to executable Azure CLI scripts" }, + "computeschedule": { + "pname": "computeschedule", + "version": "1.0.0b1", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/computeschedule-1.0.0b1-py3-none-any.whl", + "hash": "sha256-0Y9gWNep/StKi09aOHUCCY37k/mkLLSZnQSvlq30gVc=", + "description": "Microsoft Azure Command-Line Tools Computeschedule Extension" + }, "confidentialledger": { "pname": "confidentialledger", "version": "1.0.0", From d7cd82c5e6580d9141ef4d62999df961dba5302c Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:13 +0200 Subject: [PATCH 14/74] azure-cli-extensions.pinecone: init at 1.0.0b1 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index c7edc11b3639..ad0223ea2e69 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -804,6 +804,13 @@ "hash": "sha256-/k47qFwfZZZqBZKR5G6+t8lW8o2isVtUGwSSdltiOZI=", "description": "Microsoft Azure Command-Line Tools PeeringManagementClient Extension" }, + "pinecone": { + "pname": "pinecone", + "version": "1.0.0b1", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/pinecone-1.0.0b1-py3-none-any.whl", + "hash": "sha256-5WXKpClTweNCLz/wW/PcKLbpFOdJagp1l7FOD3Ou/WM=", + "description": "Microsoft Azure Command-Line Tools Pinecone Extension" + }, "playwright-cli-extension": { "pname": "playwright-cli-extension", "version": "1.0.0b1", From 40d381e2ede5e436c0190b1408251b5ecff5ac7a Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:15 +0200 Subject: [PATCH 15/74] azure-cli-extensions.lambda-test: init at 1.0.0b1 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index ad0223ea2e69..c79ba591f647 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -608,6 +608,13 @@ "hash": "sha256-z1cp6dAgKaGJGCUjVDKFyXN9UV9BxhDIM41D+HL58B0=", "description": "Microsoft Azure Command-Line Tools KustoManagementClient Extension" }, + "lambda-test": { + "pname": "lambda-test", + "version": "1.0.0b1", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/lambda_test-1.0.0b1-py3-none-any.whl", + "hash": "sha256-KnNCZsTNn4948xKiHJ6Nba3NYLHy+T5yEF55BtQ9a1Q=", + "description": "Microsoft Azure Command-Line Tools LambdaTest Extension" + }, "log-analytics": { "pname": "log-analytics", "version": "1.0.0b1", From 5025b61553b940c6834075133ee1bd806d62bd6b Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:17 +0200 Subject: [PATCH 16/74] azure-cli-extensions.managednetworkfabric: 7.1.0 -> 8.0.0b3 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index c79ba591f647..0f75b390d190 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -652,10 +652,10 @@ }, "managednetworkfabric": { "pname": "managednetworkfabric", - "version": "7.1.0", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-7.1.0-py3-none-any.whl", - "hash": "sha256-xnwHKrgF+uDN9zcvBizZEh2xan9CdN8Vb/oV5tp7y44=", - "description": "Support for managednetworkfabric commands based on 2024-02-15-preview API version" + "version": "8.0.0b3", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/managednetworkfabric-8.0.0b3-py3-none-any.whl", + "hash": "sha256-RoqlmB/Bl7S81w3IDL1MTooGkiabI14TxYFHaQ9Qi9U=", + "description": "Support for managednetworkfabric commands based on 2024-06-15-preview API version" }, "managementpartner": { "pname": "managementpartner", From f9af51a0230d5230f829ed77b87ef652c5e14ab0 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:19 +0200 Subject: [PATCH 17/74] azure-cli-extensions.aks-preview: 13.0.0b8 -> 14.0.0b7 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 0f75b390d190..0f18ae8bd80b 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -50,9 +50,9 @@ }, "aks-preview": { "pname": "aks-preview", - "version": "13.0.0b8", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-13.0.0b8-py2.py3-none-any.whl", - "hash": "sha256-vF9KIzydog62S8IsXReYUg/2WjJkCGmQTKc3cd7xYL0=", + "version": "14.0.0b7", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/aks_preview-14.0.0b7-py2.py3-none-any.whl", + "hash": "sha256-c3nxx7SMqE9Ng431jQ8c8zxojyT0g4Cddt3iy6npyF4=", "description": "Provides a preview for upcoming AKS features" }, "akshybrid": { From 3fef738cf05fa0e0dafde7df3161f92b7a697a31 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:21 +0200 Subject: [PATCH 18/74] azure-cli-extensions.spring-cloud: 3.1.8 -> 3.1.9 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 0f18ae8bd80b..4f65fecb25d6 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -960,9 +960,9 @@ }, "spring-cloud": { "pname": "spring-cloud", - "version": "3.1.8", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.1.8-py3-none-any.whl", - "hash": "sha256-FJk6vjUkwopCsum6DwqKcIMWK6kXSXXgnYzqg0uYKe4=", + "version": "3.1.9", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/spring_cloud-3.1.9-py3-none-any.whl", + "hash": "sha256-ySMrn4B/ff7cLESAZJUFrR5AajwTbAYeC0hd3ypJivU=", "description": "Microsoft Azure Command-Line Tools spring-cloud Extension" }, "stack-hci": { From 8f153678ebf48e3c035bb445c71942ea20f62f38 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:23 +0200 Subject: [PATCH 19/74] azure-cli-extensions.elastic-san: 1.2.0b1 -> 1.3.0 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 4f65fecb25d6..0d8c04145a02 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -414,9 +414,9 @@ }, "elastic-san": { "pname": "elastic-san", - "version": "1.2.0b1", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-1.2.0b1-py3-none-any.whl", - "hash": "sha256-UvtysdxQsTTOlkSI7exVTH2ESfhB5H2LNV2fGscQzmA=", + "version": "1.3.0", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/elastic_san-1.3.0-py3-none-any.whl", + "hash": "sha256-Y1XlsJaX3nixL9AeENaVufA2rFwLTIwowGc7pt1OoOw=", "description": "Microsoft Azure Command-Line Tools ElasticSan Extension" }, "eventgrid": { From 8c7689f846f41f9837accf0cd84921abe13f8490 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:25 +0200 Subject: [PATCH 20/74] azure-cli-extensions.front-door: 1.2.0 -> 1.3.0 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 0d8c04145a02..6a7eba292a64 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -463,9 +463,9 @@ }, "front-door": { "pname": "front-door", - "version": "1.2.0", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.2.0-py3-none-any.whl", - "hash": "sha256-Iyunss0kJA1Ohtgg5fp4oRFDs6Yk7ZU6NFEhBQDt++A=", + "version": "1.3.0", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/front_door-1.3.0-py3-none-any.whl", + "hash": "sha256-kJXpPk8IfhFbVbInxaBLq894/nzyxalvVZQkQ37PTRk=", "description": "Manage networking Front Doors" }, "fzf": { From 7c28c4415dcfe25f1821dd0884fd20d3be91425c Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:27 +0200 Subject: [PATCH 21/74] azure-cli-extensions.customlocation: 0.1.3 -> 0.1.4 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 6a7eba292a64..5266c003ab6b 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -267,9 +267,9 @@ }, "customlocation": { "pname": "customlocation", - "version": "0.1.3", - "url": "https://arcplatformcliextprod.z13.web.core.windows.net/customlocation-0.1.3-py2.py3-none-any.whl", - "hash": "sha256-XjZDWxqB3iXnTnDEXCrJ+YBlE4w1BQ8pIQrkDBhITig=", + "version": "0.1.4", + "url": "https://arcplatformcliextprod.z13.web.core.windows.net/customlocation-0.1.4-py2.py3-none-any.whl", + "hash": "sha256-4Ou6/8XRwH5c1hXZy54hJE7fxEeyjLAYcTmhGNyIkrc=", "description": "Microsoft Azure Command-Line Tools Customlocation Extension" }, "databox": { From 6922754777138898a52ff233a92068c8bdc4aa2a Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:29 +0200 Subject: [PATCH 22/74] azure-cli-extensions.alertsmanagement: 1.0.0b1 -> 1.0.0b2 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 5266c003ab6b..a5f3b35dba7f 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -71,9 +71,9 @@ }, "alertsmanagement": { "pname": "alertsmanagement", - "version": "1.0.0b1", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/alertsmanagement-1.0.0b1-py3-none-any.whl", - "hash": "sha256-4eFa7/GrmyX7gguRTmAs6Ep9AOU4LrB9QT8UktkLCdE=", + "version": "1.0.0b2", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/alertsmanagement-1.0.0b2-py3-none-any.whl", + "hash": "sha256-N/N2I0+AR9+T18U1XMhk817BlfbHur4Uj1c0kwOvZpY=", "description": "Microsoft Azure Command-Line Tools AlertsManagementClient Extension" }, "amg": { From 5f935a0990127fe3c7e5996ecac7e41d7778efcb Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:31 +0200 Subject: [PATCH 23/74] azure-cli-extensions.image-gallery: 0.1.3 -> 1.0.0b1 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index a5f3b35dba7f..8f90d62cf5b5 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -547,9 +547,9 @@ }, "image-gallery": { "pname": "image-gallery", - "version": "0.1.3", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/image_gallery-0.1.3-py2.py3-none-any.whl", - "hash": "sha256-YmDB9L+1idK6BWkxc1ihScqru9SaBI5pMo5EhxaUqs0=", + "version": "1.0.0b1", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/image_gallery-1.0.0b1-py2.py3-none-any.whl", + "hash": "sha256-WwVNZ7dYcfXELlsSNrkhKgtolYE4oNRIQJ1DoJxzIZE=", "description": "Support for Azure Image Gallery" }, "import-export": { From ffbc407c70b7cb8d5818d58cc92e048688d3f13b Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:33 +0200 Subject: [PATCH 24/74] azure-cli-extensions.confidentialledger: 1.0.0 -> 2.0.0 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 8f90d62cf5b5..66ad7937d5bb 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -211,9 +211,9 @@ }, "confidentialledger": { "pname": "confidentialledger", - "version": "1.0.0", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/confidentialledger-1.0.0-py3-none-any.whl", - "hash": "sha256-Ovv0nxDN3dlnVWI2TOInX29w61MY+oW2WNcRseJNyU4=", + "version": "2.0.0", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/confidentialledger-2.0.0-py3-none-any.whl", + "hash": "sha256-N9YcNSvlUXT6z+XLLxQ0h1fXquNAEJKpMKd7VOSMY8k=", "description": "Microsoft Azure Command-Line Tools ConfidentialLedger Extension" }, "confluent": { From 40c000ee69ec9322f092db376b43e8b23a71dfc7 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:36 +0200 Subject: [PATCH 25/74] azure-cli-extensions.resource-mover: 1.0.0b1 -> 1.0.0b2 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 66ad7937d5bb..f380a5ae1c35 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -897,9 +897,9 @@ }, "resource-mover": { "pname": "resource-mover", - "version": "1.0.0b1", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/resource_mover-1.0.0b1-py3-none-any.whl", - "hash": "sha256-O8n0GqMMT2vAT/eA3DDo3wW/yIfyrb356J1Z+DieVfM=", + "version": "1.0.0b2", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/resource_mover-1.0.0b2-py3-none-any.whl", + "hash": "sha256-p+Ug4CXDyrokp4JTY3cEjxdJqZzrVPAJ8zOS/JZDVw8=", "description": "Microsoft Azure Command-Line Tools ResourceMoverServiceAPI Extension" }, "sap-hana": { From 0db4aac26170eb05944a71111d8a424ae87fa189 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:38 +0200 Subject: [PATCH 26/74] azure-cli-extensions.vmware: 7.1.0 -> 7.2.0 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index f380a5ae1c35..30d24c578e29 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -1093,9 +1093,9 @@ }, "vmware": { "pname": "vmware", - "version": "7.1.0", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/vmware-7.1.0-py2.py3-none-any.whl", - "hash": "sha256-U9yLHYA814TmaMTU1jDewgOQQGr0YmbfCGD1SKXCH50=", + "version": "7.2.0", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/vmware-7.2.0-py2.py3-none-any.whl", + "hash": "sha256-4Pkx39w6vQ+sdw7P0DqUY/zM8v37nwmU2XqPqRLFdrI=", "description": "Azure VMware Solution commands" }, "webapp": { From 08871a22e94533cd3830fc515a3f57ac48fcfe96 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:40 +0200 Subject: [PATCH 27/74] azure-cli-extensions.new-relic: 1.0.0 -> 1.0.1 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 30d24c578e29..9bcaff6eb9c1 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -743,9 +743,9 @@ }, "new-relic": { "pname": "new-relic", - "version": "1.0.0", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/new_relic-1.0.0-py3-none-any.whl", - "hash": "sha256-MQUxCuwjIdQp8GjnTf4WsLZMcQCqUervLBF2WXHqb1o=", + "version": "1.0.1", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/new_relic-1.0.1-py3-none-any.whl", + "hash": "sha256-VKbfg2sflMylsHcjvJ1QUhbVW3fOG+JViuCSIt4mJ2A=", "description": "Microsoft Azure Command-Line Tools NewRelic Extension" }, "next": { From 183e0aa2c8ceb43431b091ce78cfd13228e3b879 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:42 +0200 Subject: [PATCH 28/74] azure-cli-extensions.fleet: 1.4.0 -> 1.5.2 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 9bcaff6eb9c1..5267b2a984a5 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -442,9 +442,9 @@ }, "fleet": { "pname": "fleet", - "version": "1.4.0", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.4.0-py3-none-any.whl", - "hash": "sha256-HYOpAAyHn/Gpor/y6iMYOrYeNCcT3+22YjRVk7FlhDg=", + "version": "1.5.2", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/fleet-1.5.2-py3-none-any.whl", + "hash": "sha256-oshfK8G4NECSNxucAke46csKnw4eRBvOrQG2gGLCbq8=", "description": "Microsoft Azure Command-Line Tools Fleet Extension" }, "fluid-relay": { From 49c00453c59c00878c6e01dcba71b9b20e7dc646 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:44 +0200 Subject: [PATCH 29/74] azure-cli-extensions.standbypool: 1.0.0 -> 2.0.0 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 5267b2a984a5..67444d6da150 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -981,9 +981,9 @@ }, "standbypool": { "pname": "standbypool", - "version": "1.0.0", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/standbypool-1.0.0-py3-none-any.whl", - "hash": "sha256-WlY5U30m/7sG845ovWyTntkJBdmssYwHFhgjcy+yfPk=", + "version": "2.0.0", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/standbypool-2.0.0-py3-none-any.whl", + "hash": "sha256-8nsig3n3h7HZqgFQC0jelvOWs8bZoe2uOYFe0AxJBfc=", "description": "Microsoft Azure Command-Line Tools Standbypool Extension" }, "staticwebapp": { From 7d71528c1bb5dba5a5fa0f81c25c6756481b96cb Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:46 +0200 Subject: [PATCH 30/74] azure-cli-extensions.dataprotection: 1.5.5 -> 1.6.0 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 67444d6da150..55b924c8fd37 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -309,9 +309,9 @@ }, "dataprotection": { "pname": "dataprotection", - "version": "1.5.5", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.5.5-py3-none-any.whl", - "hash": "sha256-DsYp2y2HQd+PVNJVuyJepEHgBuGGc8Cg5GEwZWJVcPk=", + "version": "1.6.0", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/dataprotection-1.6.0-py3-none-any.whl", + "hash": "sha256-UkZbS0aIcaSM6KlI6CaP5lgq6m/cQophstc2k9ZegKw=", "description": "Microsoft Azure Command-Line Tools DataProtectionClient Extension" }, "datashare": { From 67f3e679127f518cc453980b05d5e6ac29a30f52 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:48 +0200 Subject: [PATCH 31/74] azure-cli-extensions.connectedmachine: 1.1.0 -> 1.1.1b1 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 55b924c8fd37..21b67c32c7d4 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -225,9 +225,9 @@ }, "connectedmachine": { "pname": "connectedmachine", - "version": "1.1.0", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-1.1.0-py3-none-any.whl", - "hash": "sha256-m3EBWmsEd3De7Yg91AkoV2QcaldPIQfuVYsFNf8pRtg=", + "version": "1.1.1b1", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedmachine-1.1.1b1-py3-none-any.whl", + "hash": "sha256-IFX8KBG4QrgEIdsPzhlHQ1/q+0sFgQBlMUeF+wgTzGA=", "description": "Microsoft Azure Command-Line Tools ConnectedMachine Extension" }, "connectedvmware": { From 83701137ac3e43cc0b021fc9d246726449b91a90 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:50 +0200 Subject: [PATCH 32/74] azure-cli-extensions.internet-analyzer: 1.0.0b1 -> 1.0.0b2 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 21b67c32c7d4..28ea29c807f9 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -575,9 +575,9 @@ }, "internet-analyzer": { "pname": "internet-analyzer", - "version": "1.0.0b1", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/internet_analyzer-1.0.0b1-py2.py3-none-any.whl", - "hash": "sha256-RWSIGnyQus/YgcYppBgjmAB8iG0JnqiNuX4f8QBTpcQ=", + "version": "1.0.0b2", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/internet_analyzer-1.0.0b2-py2.py3-none-any.whl", + "hash": "sha256-0VPsQG6yLh+rTMGNKgMJLgNTGHBzj5OYCKPOr5y322k=", "description": "Microsoft Azure Command-Line Tools Internet Analyzer Extension" }, "ip-group": { From 9d857f84fb65964b014820adad577e1e4afc3f50 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:52 +0200 Subject: [PATCH 33/74] azure-cli-extensions.networkcloud: 3.0.0b1 -> 3.0.0 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 28ea29c807f9..6859bbb9e5ed 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -736,10 +736,10 @@ }, "networkcloud": { "pname": "networkcloud", - "version": "3.0.0b1", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-3.0.0b1-py3-none-any.whl", - "hash": "sha256-YGCfBmwvotljUiwopPmRGLx+4T3NOdp8YySgF9ro+KY=", - "description": "Support for Azure Operator Nexus network cloud commands based on 2024-10-01-preview API version" + "version": "3.0.0", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/networkcloud-3.0.0-py3-none-any.whl", + "hash": "sha256-ZNWvZ6Ptc8QM0HWzCtR6RZnw9PaobrVKjjfcCI9didc=", + "description": "Support for Azure Operator Nexus network cloud commands based on 2025-02-01 API version" }, "new-relic": { "pname": "new-relic", From 33891b7d766500eac29b565e80eb1f7d25829c80 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:54 +0200 Subject: [PATCH 34/74] azure-cli-extensions.azure-firewall: 1.2.2 -> 1.2.3 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 6859bbb9e5ed..21a160300645 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -141,9 +141,9 @@ }, "azure-firewall": { "pname": "azure-firewall", - "version": "1.2.2", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-1.2.2-py2.py3-none-any.whl", - "hash": "sha256-EmH9F4kTG4K7QDwb44Wq0FMUD3Wo1pcWS0KwMXzdnVU=", + "version": "1.2.3", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/azure_firewall-1.2.3-py2.py3-none-any.whl", + "hash": "sha256-bSUGhZI7L+XUsubSKhFwzw//uIXuA7qSLuEkyottgb4=", "description": "Manage Azure Firewall resources" }, "azurelargeinstance": { From a90729d59d1c99af8f2fa3b4c4184cde69184c07 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:56 +0200 Subject: [PATCH 35/74] azure-cli-extensions.k8s-extension: 1.6.3 -> 1.6.4 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 21a160300645..dfbc86f71396 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -589,9 +589,9 @@ }, "k8s-extension": { "pname": "k8s-extension", - "version": "1.6.3", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.6.3-py3-none-any.whl", - "hash": "sha256-NHKwalI003mKt2/WS8q6A7nbjDyKBMQMrng+YPiDAeY=", + "version": "1.6.4", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/k8s_extension-1.6.4-py3-none-any.whl", + "hash": "sha256-O11I5IFPdUDFWcMwgucurugl+zHzkvAL5Idj5UCHkwY=", "description": "Microsoft Azure Command-Line Tools K8s-extension Extension" }, "k8s-runtime": { From 6344d41a2656e75b5f045023f4a9bb04cf3d7eaa Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:31:58 +0200 Subject: [PATCH 36/74] azure-cli-extensions.quantum: 1.0.0b4 -> 1.0.0b6 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index dfbc86f71396..b5e7340eb1fa 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -855,9 +855,9 @@ }, "quantum": { "pname": "quantum", - "version": "1.0.0b4", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/quantum-1.0.0b4-py3-none-any.whl", - "hash": "sha256-c8KlBVlkh2jxI95wOayCiMJlzuTYjpTDzthc7LzmtVI=", + "version": "1.0.0b6", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/quantum-1.0.0b6-py3-none-any.whl", + "hash": "sha256-KTYDvglCzrPy4XWsPbBvKKhFI1/mxKwsyBi5/8q2+y8=", "description": "Microsoft Azure Command-Line Tools Quantum Extension" }, "qumulo": { From 676579dc65bb28b2d0e848b27f75ddfcee62b474 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:32:00 +0200 Subject: [PATCH 37/74] azure-cli-extensions.authV2: 0.1.3 -> 1.0.0 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index b5e7340eb1fa..1641a20190fa 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -120,9 +120,9 @@ }, "authV2": { "pname": "authV2", - "version": "0.1.3", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/authV2-0.1.3-py3-none-any.whl", - "hash": "sha256-6wVjb4x44vg7f0Uv5W9amuSW1pCdw2kkrl+YovtbzkE=", + "version": "1.0.0", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/authV2-1.0.0-py3-none-any.whl", + "hash": "sha256-wY5B27CGJZK6rL3sPeLvRuZyMS8J+ttHCHI+OZp1NIM=", "description": "Microsoft Azure Command-Line Tools Authv2 Extension" }, "automanage": { From f987e821f036bb25f61283945a8a27c68c1bb816 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:32:02 +0200 Subject: [PATCH 38/74] azure-cli-extensions.redisenterprise: 1.2.1b1 -> 1.2.1 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 1641a20190fa..73c77ae981e4 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -876,9 +876,9 @@ }, "redisenterprise": { "pname": "redisenterprise", - "version": "1.2.1b1", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-1.2.1b1-py3-none-any.whl", - "hash": "sha256-mBboVxqGiYZJczJ7YzHSQ3A9oxtAwFOe2JE2udv2yeA=", + "version": "1.2.1", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/redisenterprise-1.2.1-py3-none-any.whl", + "hash": "sha256-Yu06kpzoZJLt8l5Ft9R6Au9VS6rFr9v9bmrqlp0IDGg=", "description": "Microsoft Azure Command-Line Tools RedisEnterprise Extension" }, "reservation": { From e0e11d938405c81a4e3f7435781f8c5885cdd448 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:32:04 +0200 Subject: [PATCH 39/74] azure-cli-extensions.durabletask: 1.0.0b3 -> 1.0.0b4 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 73c77ae981e4..1bf43f464cb0 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -379,9 +379,9 @@ }, "durabletask": { "pname": "durabletask", - "version": "1.0.0b3", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/durabletask-1.0.0b3-py3-none-any.whl", - "hash": "sha256-ItQrmkZBSiyR12+Fiez6W7XvEhwwFeSKNxFPvVwdRK8=", + "version": "1.0.0b4", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/durabletask-1.0.0b4-py3-none-any.whl", + "hash": "sha256-L+gilyc4l/SbtEkXlmSuLfVvtolVJxO68Z/Ezl/YH1Y=", "description": "Microsoft Azure Command-Line Tools Durabletask Extension" }, "dynatrace": { From 114f9ca84b5edb3220d6e53ee3a63effbc07d843 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:32:06 +0200 Subject: [PATCH 40/74] azure-cli-extensions.amg: 2.5.5 -> 2.6.0 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 1bf43f464cb0..7539dbbc226d 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -78,9 +78,9 @@ }, "amg": { "pname": "amg", - "version": "2.5.5", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.5.5-py3-none-any.whl", - "hash": "sha256-uCgv54CC2Ed5coMxxWbX1OQLbFNYIh8gRnYM87U/9WU=", + "version": "2.6.0", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.6.0-py3-none-any.whl", + "hash": "sha256-I8WRrhs2VdqwpIuT5fqPeITwvfy14X3hWZLFN5IEz80=", "description": "Microsoft Azure Command-Line Tools Azure Managed Grafana Extension" }, "amlfs": { From dee24c66cb14118033112a70aabcc1906a839b26 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:32:08 +0200 Subject: [PATCH 41/74] azure-cli-extensions.image-copy-extension: 1.0.1 -> 1.0.2 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 7539dbbc226d..219618b4660a 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -540,9 +540,9 @@ }, "image-copy-extension": { "pname": "image-copy-extension", - "version": "1.0.1", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/image_copy_extension-1.0.1-py2.py3-none-any.whl", - "hash": "sha256-XYMjEh5KX8bdlXXEBhasDLjDZx7DvFK2jDmwTnZPZZQ=", + "version": "1.0.2", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/image_copy_extension-1.0.2-py2.py3-none-any.whl", + "hash": "sha256-POLkBXJTiA9mZ8ezYUJDcl3/CSClNdffYBcQbJTbolY=", "description": "Support for copying managed vm images between regions" }, "image-gallery": { From 86f935089981cf45fb9c0b3085042e52e3de23dd Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:32:10 +0200 Subject: [PATCH 42/74] azure-cli-extensions.ip-group: 0.1.2 -> 1.0.1 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 219618b4660a..b2e2e56fb0fb 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -582,9 +582,9 @@ }, "ip-group": { "pname": "ip-group", - "version": "0.1.2", - "url": "https://azurecliprod.blob.core.windows.net/cli-extensions/ip_group-0.1.2-py2.py3-none-any.whl", - "hash": "sha256-r7otiophKGO2P1BNbP9tVZYQuWHkx33C/Um5/gPsZ6I=", + "version": "1.0.1", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/ip_group-1.0.1-py2.py3-none-any.whl", + "hash": "sha256-d/Yzd3mdYssQDJO9kSTZKHC2hY4OleQ1XQf1pLDfax0=", "description": "Microsoft Azure Command-Line Tools IpGroup Extension" }, "k8s-extension": { From aa65f5f84b3e5ec03286873a15b219672fe73962 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:32:13 +0200 Subject: [PATCH 43/74] azure-cli-extensions.virtual-network-manager: 1.3.1 -> 2.0.0 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index b2e2e56fb0fb..0a0044bf1b29 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -1072,9 +1072,9 @@ }, "virtual-network-manager": { "pname": "virtual-network-manager", - "version": "1.3.1", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-1.3.1-py3-none-any.whl", - "hash": "sha256-y5VTXAV6YZk4S8nlwwqZQtvFic8M6tsqYtJqp/cNTh0=", + "version": "2.0.0", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/virtual_network_manager-2.0.0-py3-none-any.whl", + "hash": "sha256-EbmCqrszG4PC80yCDl+IfzdKw0tO4R0SL6iD+wymu9w=", "description": "Microsoft Azure Command-Line Tools NetworkManagementClient Extension" }, "virtual-network-tap": { From ae030d0d1fe9d58e6ce5d99c172e7dc446c4e66f Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:32:15 +0200 Subject: [PATCH 44/74] azure-cli-extensions.cosmosdb-preview: 1.2.0 -> 1.4.0 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 0a0044bf1b29..8f2e5fd2fb59 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -239,9 +239,9 @@ }, "cosmosdb-preview": { "pname": "cosmosdb-preview", - "version": "1.2.0", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.2.0-py2.py3-none-any.whl", - "hash": "sha256-BNwAiinMYkMedUXdbD2jhlpgBA6Y96CKmabgzolcq2w=", + "version": "1.4.0", + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/cosmosdb_preview-1.4.0-py2.py3-none-any.whl", + "hash": "sha256-u8wSLjuIyy6aC4tPKou9dSk1nKeb19Tx8JhpUYVGH34=", "description": "Microsoft Azure Command-Line Tools Cosmosdb-preview Extension" }, "costmanagement": { From 178913ab5d840a2d18b9405d5b3c450ca333a1f8 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:32:17 +0200 Subject: [PATCH 45/74] azure-cli-extensions.stack-hci-vm: 1.6.5 -> 1.8.2 --- pkgs/by-name/az/azure-cli/extensions-generated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index 8f2e5fd2fb59..a53c36bbaeb5 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -974,9 +974,9 @@ }, "stack-hci-vm": { "pname": "stack-hci-vm", - "version": "1.6.5", - "url": "https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.6.5-py3-none-any.whl", - "hash": "sha256-iXEzjXI9tAJoVWyj/wobX/iw1lHhRdOV4kdYXveRTbk=", + "version": "1.8.2", + "url": "https://hciarcvmsstorage.z13.web.core.windows.net/cli-extensions/stack_hci_vm-1.8.2-py3-none-any.whl", + "hash": "sha256-SmSb7R1LxmEY8/BSA//KB7crWv8JRdVE8xVAGE52ptc=", "description": "Microsoft Azure Command-Line Tools Stack-HCi-VM Extension" }, "standbypool": { From f6fefab791f351e9a64c79e1837d7c4cf4f8692f Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Wed, 7 May 2025 08:32:19 +0200 Subject: [PATCH 46/74] azure-cli-extensions.spring: remove Signed-off-by: Paul Meyer --- pkgs/by-name/az/azure-cli/extensions-generated.json | 7 ------- pkgs/by-name/az/azure-cli/extensions-manual.nix | 1 + 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/pkgs/by-name/az/azure-cli/extensions-generated.json b/pkgs/by-name/az/azure-cli/extensions-generated.json index a53c36bbaeb5..b2f4a25b6d29 100644 --- a/pkgs/by-name/az/azure-cli/extensions-generated.json +++ b/pkgs/by-name/az/azure-cli/extensions-generated.json @@ -951,13 +951,6 @@ "hash": "sha256-qxkULJouBhkLbawnLYzynhecnig/ll+OOk0pJ1uEfOU=", "description": "Microsoft Azure Command-Line Tools SiteRecovery Extension" }, - "spring": { - "pname": "spring", - "version": "1.26.1", - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.26.1-py3-none-any.whl", - "hash": "sha256-TyY/a5DJ1zntN22Gl9YCWz/Ty26zubZpwzlS10IyeVo=", - "description": "Microsoft Azure Command-Line Tools spring Extension" - }, "spring-cloud": { "pname": "spring-cloud", "version": "3.1.9", diff --git a/pkgs/by-name/az/azure-cli/extensions-manual.nix b/pkgs/by-name/az/azure-cli/extensions-manual.nix index 5ca45de70311..e277fa6d81cf 100644 --- a/pkgs/by-name/az/azure-cli/extensions-manual.nix +++ b/pkgs/by-name/az/azure-cli/extensions-manual.nix @@ -156,4 +156,5 @@ connection-monitor-preview = throw "The 'connection-monitor-preview' extension for azure-cli was deprecated upstream"; # Added 2024-11-02, https://github.com/Azure/azure-cli-extensions/pull/8194 deidservice = throw "The 'deidservice' extension for azure-cli was moved under healthcareapis"; # Added 2024-11-19, https://github.com/Azure/azure-cli-extensions/pull/8224 logz = throw "The 'logz' extension for azure-cli was deprecated upstream"; # Added 2024-11-02, https://github.com/Azure/azure-cli-extensions/pull/8459 + spring = throw "The 'spring' extension for azure-cli was deprecated upstream"; # Added 2025-05-07, https://github.com/Azure/azure-cli-extensions/pull/8652 } From 31195d9c797a8493692d4ffe19dabfc021d387a9 Mon Sep 17 00:00:00 2001 From: misilelab Date: Thu, 8 May 2025 00:08:02 +0900 Subject: [PATCH 47/74] python3Packages.dvc: 3.59.1 -> 3.59.2 https://github.com/iterative/dvc/releases/tag/3.59.2 Signed-off-by: misilelab --- pkgs/development/python-modules/dvc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dvc/default.nix b/pkgs/development/python-modules/dvc/default.nix index aa8c21a0585e..b92a3cd973bd 100644 --- a/pkgs/development/python-modules/dvc/default.nix +++ b/pkgs/development/python-modules/dvc/default.nix @@ -65,7 +65,7 @@ buildPythonPackage rec { pname = "dvc"; - version = "3.59.1"; + version = "3.59.2"; pyproject = true; disabled = pythonOlder "3.9"; @@ -74,7 +74,7 @@ buildPythonPackage rec { owner = "iterative"; repo = "dvc"; tag = version; - hash = "sha256-WmOWqG2qPi1eP3khj+ryQZBNED1S1+WDHdkuhF2o7Lg="; + hash = "sha256-MAnbQ6VXhUqtRJu40sINDPTmEUgXovEPvBuHYc4EiAQ="; }; pythonRelaxDeps = [ From 9409fe08604d34e679c654c132cdfebceca03338 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 7 May 2025 19:57:56 +0000 Subject: [PATCH 48/74] python3Packages.dazl: 8.0.0 -> 8.2.1 --- pkgs/development/python-modules/dazl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dazl/default.nix b/pkgs/development/python-modules/dazl/default.nix index 8569f95a6393..7eed8c62f1c6 100644 --- a/pkgs/development/python-modules/dazl/default.nix +++ b/pkgs/development/python-modules/dazl/default.nix @@ -25,12 +25,12 @@ buildPythonPackage rec { pname = "dazl"; - version = "8.0.0"; + version = "8.2.1"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-2EXbfXNl/vNhOIKfBv18TKMPizab72LlNV7QhEf4aVs="; + hash = "sha256-RwLjvVRAb7B1y0Hqd0lwYiqS8qrL8MhoH92RIMPWLqQ="; }; pythonRelaxDeps = [ From b86fb63ee1c9439e1acb35a0948089284c04cf11 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 7 May 2025 22:50:31 +0000 Subject: [PATCH 49/74] python3Packages.falconpy: 1.4.9 -> 1.5.0 --- pkgs/development/python-modules/falconpy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/falconpy/default.nix b/pkgs/development/python-modules/falconpy/default.nix index c8db462d1b42..360376093b6c 100644 --- a/pkgs/development/python-modules/falconpy/default.nix +++ b/pkgs/development/python-modules/falconpy/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "falconpy"; - version = "1.4.9"; + version = "1.5.0"; pyproject = true; src = fetchFromGitHub { owner = "CrowdStrike"; repo = "falconpy"; tag = "v${version}"; - hash = "sha256-P+/AT42aHkWX+4upSh1pul0kf8rFbdHsQLezypa3XyA="; + hash = "sha256-Yto32iXtO4po6sPHTautLLjDCRSLIS8K4YRFCbiF3m4="; }; build-system = [ hatchling ]; From 0b91cf8e46afbaeae55dc91b0d7e51dd5e99dd1b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 8 May 2025 06:50:52 +0000 Subject: [PATCH 50/74] python3Packages.diagrams: 0.24.2 -> 0.24.4 --- pkgs/development/python-modules/diagrams/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/diagrams/default.nix b/pkgs/development/python-modules/diagrams/default.nix index 0656a8de12a5..96fefb8ae8bb 100644 --- a/pkgs/development/python-modules/diagrams/default.nix +++ b/pkgs/development/python-modules/diagrams/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "diagrams"; - version = "0.24.2"; + version = "0.24.4"; pyproject = true; disabled = pythonOlder "3.9"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "mingrammer"; repo = "diagrams"; tag = "v${version}"; - hash = "sha256-xdc8qHvLKy5QV/1c87o7H/VhitUhpH/+VgqBHn2a8lg="; + hash = "sha256-N4JGrtgLgGUayFR6/xTf3GZEZjtxC/4De3ZCfRZbi6M="; }; patches = [ @@ -66,7 +66,7 @@ buildPythonPackage rec { meta = with lib; { description = "Diagram as Code"; homepage = "https://diagrams.mingrammer.com/"; - changelog = "https://github.com/mingrammer/diagrams/releases/tag/v${version}"; + changelog = "https://github.com/mingrammer/diagrams/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ addict3d ]; }; From a701480965da7864c1d88c5de3319e2a5817d88f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 8 May 2025 07:02:48 +0000 Subject: [PATCH 51/74] python3Packages.pyathena: 3.12.2 -> 3.13.0 --- pkgs/development/python-modules/pyathena/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyathena/default.nix b/pkgs/development/python-modules/pyathena/default.nix index cf3403fb4389..d2034dc13b56 100644 --- a/pkgs/development/python-modules/pyathena/default.nix +++ b/pkgs/development/python-modules/pyathena/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "pyathena"; - version = "3.12.2"; + version = "3.13.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; - hash = "sha256-A1661jfGTCb8g8Hah7RhNOUsWMlRhomfnsaxEMTqhlg="; + hash = "sha256-kzyV/y3xuf3tOMkL1SwkUCvG/I/1eQneTBUG/xbTbLA="; }; build-system = [ hatchling ]; From 83c4b72ddecb8eefdf2cb2f0cf852b6942817a08 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 8 May 2025 09:21:33 +0000 Subject: [PATCH 52/74] python3Packages.parfive: 2.1.0 -> 2.2.0 --- pkgs/development/python-modules/parfive/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/parfive/default.nix b/pkgs/development/python-modules/parfive/default.nix index 09114198ceab..7c506fb134d7 100644 --- a/pkgs/development/python-modules/parfive/default.nix +++ b/pkgs/development/python-modules/parfive/default.nix @@ -23,13 +23,13 @@ buildPythonPackage rec { pname = "parfive"; - version = "2.1.0"; + version = "2.2.0"; src = fetchFromGitHub { owner = "Cadair"; repo = "parfive"; tag = "v${version}"; - hash = "sha256-fzyXKw+/aWlnE09CCHqak8MVIk/kcjXkFyV1EKw2cjA="; + hash = "sha256-DIjS2q/SOrnLspomLHk8ZJ+krdzMyQfbIpXxad30s1k="; }; pyproject = true; @@ -72,7 +72,7 @@ buildPythonPackage rec { description = "HTTP and FTP parallel file downloader"; mainProgram = "parfive"; homepage = "https://parfive.readthedocs.io/"; - changelog = "https://github.com/Cadair/parfive/releases/tag/v${version}"; + changelog = "https://github.com/Cadair/parfive/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = [ lib.maintainers.sarahec ]; }; From 321edb4ae08af36f5ea87ae2e6b39d1ede9f8a46 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 8 May 2025 19:38:28 +0000 Subject: [PATCH 53/74] python3Packages.pytest-recording: 0.13.2 -> 0.13.4 --- pkgs/development/python-modules/pytest-recording/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-recording/default.nix b/pkgs/development/python-modules/pytest-recording/default.nix index 01f8ef05d85b..7a94f3fad67c 100644 --- a/pkgs/development/python-modules/pytest-recording/default.nix +++ b/pkgs/development/python-modules/pytest-recording/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "pytest-recording"; - version = "0.13.2"; + version = "0.13.4"; format = "pyproject"; src = fetchFromGitHub { owner = "kiwicom"; repo = "pytest-recording"; tag = "v${version}"; - hash = "sha256-C6uNp3knKKY0AX7fQYU85N82L6kyyO4HcExTz1bBtpE="; + hash = "sha256-S++MnI0GgpQxS6kFkt05kcE4JMW7jyFjJ3o7DhfYoVA="; }; buildInputs = [ From 0311d91e080ab07525e536c7059b478a67bf88a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 9 May 2025 01:13:19 -0700 Subject: [PATCH 54/74] deltachat-desktop: 1.56.0 -> 1.58.1 Diff: https://github.com/deltachat/deltachat-desktop/compare/refs/tags/v1.56.0...refs/tags/v1.58.1 Changelog: https://github.com/deltachat/deltachat-desktop/blob/v1.58.1/CHANGELOG.md --- pkgs/by-name/de/deltachat-desktop/package.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/de/deltachat-desktop/package.nix b/pkgs/by-name/de/deltachat-desktop/package.nix index 0f709042822f..0b1eed59dc1d 100644 --- a/pkgs/by-name/de/deltachat-desktop/package.nix +++ b/pkgs/by-name/de/deltachat-desktop/package.nix @@ -19,17 +19,17 @@ let deltachat-rpc-server' = deltachat-rpc-server.overrideAttrs rec { - version = "1.157.3"; + version = "1.159.3"; src = fetchFromGitHub { owner = "chatmail"; repo = "core"; tag = "v${version}"; - hash = "sha256-J9Tm35xuyIbHH2HGcctENYbArIlRWe7xzKyF3hGbwNA="; + hash = "sha256-ghUPbHwOEND/ab8PELCJn3ADBWBe2v8u5xMrp9wiwjY="; }; cargoDeps = rustPlatform.fetchCargoVendor { pname = "deltachat-core-rust"; inherit version src; - hash = "sha256-BX0TpyG2OJkD5BUIPCij5/g3aRf6FuF9E8y9GM12o7U="; + hash = "sha256-S46y3By/81qEOY54JqMJtnb6zXvd+e7PG4THmxPRQcY="; }; }; electron = electron_34; @@ -37,18 +37,18 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "deltachat-desktop"; - version = "1.56.0"; + version = "1.58.1"; src = fetchFromGitHub { owner = "deltachat"; repo = "deltachat-desktop"; tag = "v${finalAttrs.version}"; - hash = "sha256-XkA1WOMLe0+Fz0wE54KSZWeN+rRqT0TE1PXDppPm6SI="; + hash = "sha256-e3YacDcuoqbp8rqjLNB0j2xDHPgfcmRm//hkQiCEdek="; }; pnpmDeps = pnpm.fetchDeps { inherit (finalAttrs) pname version src; - hash = "sha256-4VvJNpuO7P6m6BBxBWFebtRsXvqkjdAjmnBwxG+qNns="; + hash = "sha256-6UgDT1SK4cVY6nZG9x+YBs1YV3tifKwis7cvDx+Ppv8="; }; nativeBuildInputs = From 44c1667fd864ad87773aa31723bd9bef88046ecf Mon Sep 17 00:00:00 2001 From: rewine Date: Fri, 9 May 2025 21:16:26 +0800 Subject: [PATCH 55/74] wlroots_0_17: Backport patch xwayland don't fail on SIGCHLD --- pkgs/development/libraries/wlroots/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pkgs/development/libraries/wlroots/default.nix b/pkgs/development/libraries/wlroots/default.nix index a42a60d002a3..e3802c1a4d9d 100644 --- a/pkgs/development/libraries/wlroots/default.nix +++ b/pkgs/development/libraries/wlroots/default.nix @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitLab, + fetchpatch, meson, ninja, pkg-config, @@ -149,6 +150,15 @@ rec { wlroots_0_17 = generic { version = "0.17.4"; hash = "sha256-AzmXf+HMX/6VAr0LpfHwfmDB9dRrrLQHt7l35K98MVo="; + patches = [ + (fetchpatch { + # SIGCHLD here isn't fatal: we have other means of notifying that things were + # successful or failure, and it causes many compositors to have to do a bunch + # of extra work: https://github.com/qtile/qtile/issues/5101 + url = "https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/631e5be0d7a7e4c7086b9778bc8fac809f96d336.patch"; + hash = "sha256-3Jnx4ZeKc3+NxraK2T7nZ2ibtWJuTEFmxa976fjAqsM="; + }) + ]; }; wlroots_0_18 = generic { From 296afc7634a69aec15d4bb6fd24599564e7797cc Mon Sep 17 00:00:00 2001 From: Arjan Schrijver Date: Tue, 7 Jan 2025 09:42:43 +0100 Subject: [PATCH 56/74] python313Packages.qtile: 0.29.0 -> 0.31.0 https://github.com/qtile/qtile/blob/v0.31.0/CHANGELOG --- pkgs/development/python-modules/qtile/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/qtile/default.nix b/pkgs/development/python-modules/qtile/default.nix index 160109e18238..63d39dc595c1 100644 --- a/pkgs/development/python-modules/qtile/default.nix +++ b/pkgs/development/python-modules/qtile/default.nix @@ -3,7 +3,7 @@ buildPythonPackage, fetchFromGitHub, cairocffi, - dbus-next, + dbus-fast, glib, iwlib, libcst, @@ -35,14 +35,14 @@ buildPythonPackage rec { pname = "qtile"; - version = "0.29.0"; + version = "0.31.0"; pyproject = true; src = fetchFromGitHub { owner = "qtile"; repo = "qtile"; tag = "v${version}"; - hash = "sha256-EqrvBXigMjevPERTcz3EXSRaZP2xSEsOxjuiJ/5QOz0="; + hash = "sha256-aBVIkyR906+vSLDNxvkmWu6DBujZHErSi+aZPVMRuCI="; }; patches = [ @@ -69,7 +69,7 @@ buildPythonPackage rec { dependencies = extraPackages ++ [ (cairocffi.override { withXcffib = true; }) - dbus-next + dbus-fast iwlib libcst mpd2 From 1d604c8f177faa93fe2e332143c48b57dc85c16d Mon Sep 17 00:00:00 2001 From: Arjan Schrijver Date: Tue, 7 Jan 2025 09:42:55 +0100 Subject: [PATCH 57/74] python313Packages.qtile-extras: 0.29.0 -> 0.31.0 Changelogs: - https://github.com/elParaguayo/qtile-extras/blob/refs/tags/v0.30.0/CHANGELOG - https://github.com/elParaguayo/qtile-extras/blob/refs/tags/v0.31.0/CHANGELOG --- pkgs/development/python-modules/qtile-extras/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/qtile-extras/default.nix b/pkgs/development/python-modules/qtile-extras/default.nix index a7ac00187a39..bc9352edcde3 100644 --- a/pkgs/development/python-modules/qtile-extras/default.nix +++ b/pkgs/development/python-modules/qtile-extras/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "qtile-extras"; - version = "0.29.0"; + version = "0.31.0"; pyproject = true; src = fetchFromGitHub { owner = "elParaguayo"; repo = "qtile-extras"; tag = "v${version}"; - hash = "sha256-QkcLts2cqhA49/L9nuekf0n+ZRBxKdGL9Ql1sgtyTiw="; + hash = "sha256-87xdSw4JKQyb/jpfTUkFDjHvKgPKzu+rKLGeaAzP8NI="; }; build-system = [ setuptools-scm ]; From cdd0ae2a4e2e5469382b5086de173e90a029ada7 Mon Sep 17 00:00:00 2001 From: Malo Bourgon Date: Fri, 9 May 2025 16:19:56 -0700 Subject: [PATCH 58/74] claude-code: 0.2.106 -> 0.2.107 --- pkgs/by-name/cl/claude-code/package-lock.json | 8 ++++---- pkgs/by-name/cl/claude-code/package.nix | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pkgs/by-name/cl/claude-code/package-lock.json b/pkgs/by-name/cl/claude-code/package-lock.json index c9df2e8da556..d85a761df02e 100644 --- a/pkgs/by-name/cl/claude-code/package-lock.json +++ b/pkgs/by-name/cl/claude-code/package-lock.json @@ -5,13 +5,13 @@ "packages": { "": { "dependencies": { - "@anthropic-ai/claude-code": "^0.2.106" + "@anthropic-ai/claude-code": "^0.2.107" } }, "node_modules/@anthropic-ai/claude-code": { - "version": "0.2.106", - "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.106.tgz", - "integrity": "sha512-bryGjkA4VhQ4E7McxHVGgectYP/J9zhtkOP9nMNkLPepi5m85tyPHOZgTIhA3R3N7wrIRHPlpMv5y2GjGOo5TQ==", + "version": "0.2.107", + "resolved": "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.107.tgz", + "integrity": "sha512-Z5UzGWfK3ohvuVBG0NZfPFP2S8PXZk37c6hmoWI7vtPNa7rCtKNyexqCs1kjN4oW8Ou9eIooeQd+FOXdKTTJFw==", "hasInstallScript": true, "license": "SEE LICENSE IN README.md", "dependencies": { diff --git a/pkgs/by-name/cl/claude-code/package.nix b/pkgs/by-name/cl/claude-code/package.nix index a48d903e31ba..19c389629d1a 100644 --- a/pkgs/by-name/cl/claude-code/package.nix +++ b/pkgs/by-name/cl/claude-code/package.nix @@ -7,16 +7,16 @@ buildNpmPackage rec { pname = "claude-code"; - version = "0.2.106"; + version = "0.2.107"; - nodejs = nodejs_20; + nodejs = nodejs_20; # required for sandboxed Nix builds on Darwin src = fetchzip { url = "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-${version}.tgz"; - hash = "sha256-hS/aPB4hL1+jeJjIu+ztS2TVLO4lL7IKhBTMXlRO58Y="; + hash = "sha256-R4+TKYhYp4Fyoq02VYSlu7n2XqO3gLtrhUalrkPyBk8="; }; - npmDepsHash = "sha256-HZ3d04tLeZkSLACIu79K5QIYpkYNcSyvp07OXIgFdss="; + npmDepsHash = "sha256-b88YBKHym1AlsUkIcSQ+wGyGC3Fv1U51zM/tkHRVYck="; postPatch = '' cp ${./package-lock.json} package-lock.json From 12feab27c76633428e3c8678eec2d6eafea4f976 Mon Sep 17 00:00:00 2001 From: Defelo Date: Sat, 10 May 2025 18:03:56 +0200 Subject: [PATCH 59/74] anubis: link NixOS test --- pkgs/by-name/an/anubis/package.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/an/anubis/package.nix b/pkgs/by-name/an/anubis/package.nix index b8acffe0a7a3..1fa977e1131a 100644 --- a/pkgs/by-name/an/anubis/package.nix +++ b/pkgs/by-name/an/anubis/package.nix @@ -4,6 +4,7 @@ buildNpmPackage, fetchFromGitHub, nix-update-script, + nixosTests, stdenv, esbuild, @@ -78,7 +79,10 @@ buildGoModule (finalAttrs: { export DONT_USE_NETWORK=1 ''; - passthru.updateScript = nix-update-script { }; + passthru = { + tests = { inherit (nixosTests) anubis; }; + updateScript = nix-update-script { }; + }; meta = { description = "Weighs the soul of incoming HTTP requests using proof-of-work to stop AI crawlers"; From 85826b33ba507505015b8c050de9e1b705e4aa35 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 10 May 2025 20:52:03 +0000 Subject: [PATCH 60/74] gitu: 0.30.3 -> 0.31.0 --- pkgs/by-name/gi/gitu/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/gi/gitu/package.nix b/pkgs/by-name/gi/gitu/package.nix index 51e87ffddcd5..991c7b71eb2f 100644 --- a/pkgs/by-name/gi/gitu/package.nix +++ b/pkgs/by-name/gi/gitu/package.nix @@ -11,17 +11,17 @@ rustPlatform.buildRustPackage rec { pname = "gitu"; - version = "0.30.3"; + version = "0.31.0"; src = fetchFromGitHub { owner = "altsem"; repo = "gitu"; rev = "v${version}"; - hash = "sha256-WXz8H68EpvkUEpdEbdukggbjFXUPA+FRcZTsk48W6TU="; + hash = "sha256-AZyUvZivzUflrH1ihvLKTff3Q2cCFYduJmsegUuuhkE="; }; useFetchCargoVendor = true; - cargoHash = "sha256-0+KHO7CGYdifQGbtywuK5xQmS2BuxFX50eMGpo5RRYU="; + cargoHash = "sha256-0/GqPvFg7ijjF8DjLIqKWIbHYt8brVwIKYR8QI9Ppu0="; nativeBuildInputs = [ pkg-config From 148d6c232237debc3585bc482d8f0ded135c9372 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 10 May 2025 22:17:23 +0000 Subject: [PATCH 61/74] deck: 1.46.3 -> 1.47.0 --- pkgs/by-name/de/deck/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/de/deck/package.nix b/pkgs/by-name/de/deck/package.nix index ea6c0c6310c7..48b7c92f5a30 100644 --- a/pkgs/by-name/de/deck/package.nix +++ b/pkgs/by-name/de/deck/package.nix @@ -8,13 +8,13 @@ buildGoModule rec { pname = "deck"; - version = "1.46.3"; + version = "1.47.0"; src = fetchFromGitHub { owner = "Kong"; repo = "deck"; tag = "v${version}"; - hash = "sha256-uYCvFIyQRC3joh6zWVzZcRq2Q/Pln0q+0D41rdM1Pg4="; + hash = "sha256-k/cAybKJq/s5PcEMjT92dZlue9XpEeeHwICHk8ex3G8="; }; nativeBuildInputs = [ installShellFiles ]; @@ -27,7 +27,7 @@ buildGoModule rec { ]; proxyVendor = true; # darwin/linux hash mismatch - vendorHash = "sha256-TzmJcWXpAGlGAjjH2VFPiRgA9fsH7Nka0Mm5EyiFe8o="; + vendorHash = "sha256-nKKCz7T6HLCBwQjPV/kpzgtR8yNiZS/Ta0H1DlKaLk8="; postInstall = '' installShellCompletion --cmd deck \ From 64a97cd219c178966fc93e8e775d83bc55f7b064 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 10 May 2025 23:48:14 +0000 Subject: [PATCH 62/74] jackett: 0.22.1791 -> 0.22.1887 --- pkgs/servers/jackett/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/jackett/default.nix b/pkgs/servers/jackett/default.nix index f2f0e6286d67..b141fcbf4f04 100644 --- a/pkgs/servers/jackett/default.nix +++ b/pkgs/servers/jackett/default.nix @@ -11,13 +11,13 @@ buildDotnetModule rec { pname = "jackett"; - version = "0.22.1791"; + version = "0.22.1887"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "v${version}"; - hash = "sha512-nT1B9CSF9yDbeVfmaS+XI9ixcHWZiZZ0z5cN/CR1lZXJZ3EfMI0XsoBGyXRc1V7UlNOjTPbvUL8HytjFa2smeg=="; + hash = "sha512-6XM7FDj12IfMu6KQHMih2yrwnP0GcVE2IMvH99vbfhyUKxOJiiWNNj72lEwBt5TDHs4eeQgugNIJ+NiDe52OjQ=="; }; projectFile = "src/Jackett.Server/Jackett.Server.csproj"; From 03cbda6fe063c8a013ed86f9552926027ad42826 Mon Sep 17 00:00:00 2001 From: Niko Cantero <97130632+nyabinary@users.noreply.github.com> Date: Sat, 10 May 2025 20:19:10 -0400 Subject: [PATCH 63/74] buildMozillaMach: remove obsolete patches --- .../firefox/bindgen-0.64-clang-18.patch | 39 ------ .../networking/browsers/firefox/common.nix | 58 +-------- .../mozbz-1935621-attachment-9442305.patch | 119 ------------------ .../firefox/no-buildconfig-ffx96.patch | 27 ---- 4 files changed, 3 insertions(+), 240 deletions(-) delete mode 100644 pkgs/applications/networking/browsers/firefox/bindgen-0.64-clang-18.patch delete mode 100644 pkgs/applications/networking/browsers/firefox/mozbz-1935621-attachment-9442305.patch delete mode 100644 pkgs/applications/networking/browsers/firefox/no-buildconfig-ffx96.patch diff --git a/pkgs/applications/networking/browsers/firefox/bindgen-0.64-clang-18.patch b/pkgs/applications/networking/browsers/firefox/bindgen-0.64-clang-18.patch deleted file mode 100644 index ee0b916bdcd9..000000000000 --- a/pkgs/applications/networking/browsers/firefox/bindgen-0.64-clang-18.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 043ab6ab28df63fd1b3459df5c52fd8c87c0ba21 Mon Sep 17 00:00:00 2001 -From: David Tolnay -Date: Tue, 28 Nov 2023 11:21:18 -0800 -Subject: [PATCH] Handle CXCursor_LinkageSpec in Clang 18+ - -(cherry picked from commit 86f3dbe846020e2ba573d6eb38d1434d0cbcbb40) ---- - third_party/rust/bindgen/.cargo-checksum.json | 2 +- - third_party/rust/bindgen/ir/item.rs | 5 +++-- - 2 files changed, 4 insertions(+), 3 deletions(-) - -diff --git a/third_party/rust/bindgen/.cargo-checksum.json b/third_party/rust/bindgen/.cargo-checksum.json -index 2242180..88718bd 100644 ---- a/third_party/rust/bindgen/.cargo-checksum.json -+++ b/third_party/rust/bindgen/.cargo-checksum.json -@@ -1 +1 @@ --{"files":{"Cargo.toml":"ae6de5b309f8bf07c259436b1113ccf405b2d7dd862e1b289bfef47a550956d1","LICENSE":"c23953d9deb0a3312dbeaf6c128a657f3591acee45067612fa68405eaa4525db","build.rs":"4a9c4ac3759572e17de312a9d3f4ced3b6fd3c71811729e5a8d06bfbd1ac8f82","callbacks.rs":"9cbda648159897f93a07dbe90a1ee9ba92e2b020a02bc9725b87db4d025df3b6","clang.rs":"a38d153516c6685b46723010793b2f4e8b16468f3cd3296781dea6e485cd66da","codegen/bitfield_unit.rs":"fddeaeab5859f4e82081865595b7705f5c0774d997df95fa5c655b81b9cae125","codegen/bitfield_unit_tests.rs":"9df86490de5e9d66ccea583dcb686dd440375dc1a3c3cf89a89d5de3883bf28a","codegen/dyngen.rs":"7d727a737c616f7f2d3a07d825be8baad9078b3f35ad96277904559b4534ffcc","codegen/error.rs":"5e308b8c54b68511fc8ea2ad15ddac510172c4ff460a80a265336440b0c9653d","codegen/helpers.rs":"5f24007a09e50db7bd2b49b07100cfed649c7b22232558e28c99c759d5d14152","codegen/impl_debug.rs":"71d8e28873ba2de466f2637a824746963702f0511728037d72ee5670c51194cb","codegen/impl_partialeq.rs":"f4599e32c66179ae515a6518a3e94b686689cf59f7dd9ab618c3fb69f17d2c77","codegen/mod.rs":"25ef86b9dd894b40724d78b99e2743654f09bb427a23ccf5940a620c6408688e","codegen/postprocessing/merge_extern_blocks.rs":"be5c5ff6d3d3d4e940814c4dc77f8d687aa6b053dcfbd2185c09616ba9022bf2","codegen/postprocessing/mod.rs":"d1e8c2864d5194a4cb2f6731c0ef582a55b363df9c4f888c26942ff37f728e1c","codegen/postprocessing/sort_semantically.rs":"3071dd509f2e5d3dfd99cafa6ee19bbacb9fec1c61a0b3f6e284a75c1f2c3db6","codegen/serialize.rs":"b1d8fff0bd9717ee7ca883fd3f376cf7b93adb65dc5bb89ede467b087e985a5f","codegen/struct_layout.rs":"7dfc814d3c914a0c53d8ed031baf543dab1def5959e8ab85220cad69a506383a","deps.rs":"5ee2332fdb10325f3b0a0c6d9ba94e13eb631ef39e955fa958afc3625bdb5448","extra_assertions.rs":"494534bd4f18b80d89b180c8a93733e6617edcf7deac413e9a73fd6e7bc9ced7","features.rs":"af20bd617cce27f6716ab3d61a1c8ddfaa46227f4a0d435b08a19d5f277cf8ba","ir/analysis/derive.rs":"ec514585eb40f0e3306bf3302aec0152a2e95e8dce13a67c36b5f00c0cbb76ef","ir/analysis/has_destructor.rs":"7a82f01e7e0595a31b56f7c398fa3019b3fe9100a2a73b56768f7e6943dcc3ce","ir/analysis/has_float.rs":"58ea1e38a59ef208400fd65d426cb5b288949df2d383b3a194fa01b99d2a87fa","ir/analysis/has_type_param_in_array.rs":"d1b9eb119dc14f662eb9bd1394c859f485479e4912589709cdd33f6752094e22","ir/analysis/has_vtable.rs":"368cf30fbe3fab7190fab48718b948caac5da8c9e797b709488716b919315636","ir/analysis/mod.rs":"0c10d8eeb26d7e6f4ce18e9dfb74ea1f9deff5cd350298aca3dc1041b17c20c4","ir/analysis/sizedness.rs":"944443d6aab35d2dd80e4f5e59176ac1e1c463ba2f0eb25d33f1d95dfac1a6d0","ir/analysis/template_params.rs":"d3cc41041b1c45e0b5be2c9f3f1cc0c2341481b9ff51589cba2428df4e6a1ea9","ir/annotations.rs":"f79de09803a3f3ccb33e366a10a707da98cd00a56ba18312ea927d6c977220a4","ir/comment.rs":"5dcfab0095d967daad9b2927093fce3786b1a2146171580afbf526ba56855e36","ir/comp.rs":"b7b28b96e4206b3215881d814661c63c5dd182f34b1163d54bcedbe85998cb06","ir/context.rs":"a7608f7d3dd607647f2af5f45fc7c09483d2a694f91265bba353a71652e2d419","ir/derive.rs":"e5581852eec87918901a129284b4965aefc8a19394187a8095779a084f28fabe","ir/dot.rs":"2d79d698e6ac59ce032840e62ff11103abed1d5e9e700cf383b492333eeebe1f","ir/enum_ty.rs":"0b612e0b57112068455eee519f894016d0a8f425d6a67b98c56b858f57d99f4a","ir/function.rs":"60407267473d785ea33ac854a70c8ca34749bc868024270992deca68a951f74c","ir/int.rs":"68a86182743ec338d58e42203364dc7c8970cb7ec3550433ca92f0c9489b4442","ir/item.rs":"880c982df0843cbdff38b9f9c3829a2d863a224e4de2260c41c3ac69e9148ad4","ir/item_kind.rs":"7666a1ff1b8260978b790a08b4139ab56b5c65714a5652bbcec7faa7443adc36","ir/layout.rs":"61a0e4250ceab889606973f930f4d692837a13a69ae2579738ff09843fed3d65","ir/mod.rs":"713cd537434567003197a123cbae679602c715e976d22f7b23dafd0826ea4c70","ir/module.rs":"7cae5561bcf84a5c3b1ee8f1c3336a33b7f44f0d5ffe885fb108289983fe763e","ir/objc.rs":"4eecdb754542d78acea27d2f547d18d49164047e6efaff8a8d283d6c2dc9875b","ir/template.rs":"4f0e3736558aa8ec359cd9749dc48f87bfff494dd195a67b39cfee7d8a7542ef","ir/traversal.rs":"0c37a0898801ad39bffc8dddd1ee8baa61bb7cf4f3fdc25c8fdd56b6c96ada65","ir/ty.rs":"ba0d7b16a1080caf4960cc7dea0d0800365da0dd5c6e735d508ec448e87b1d40","ir/var.rs":"ced3496cf0683fef91ce94aa09b0ee37255db8425ea8634d52bd73b1b5c160f6","lib.rs":"0bed6f10b2dd25753a40e6e7fa11239f08c05be414ad264c6d7e2f7a8b71f1b2","log_stubs.rs":"9f974e041e35c8c7e29985d27ae5cd0858d68f8676d1dc005c6388d7d011707f","parse.rs":"ccb2c506f08123708ae673b8216404fb22b4c951330662f9b7140b412b063260","regex_set.rs":"7dcc1ad52194f057ea00e8ebc9c23c465ffa6761eed6ba41560d2d02e03c43a6","time.rs":"8efe317e7c6b5ba8e0865ce7b49ca775ee8a02590f4241ef62f647fa3c22b68e"},"package":"c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"} -\ No newline at end of file -+{"files":{"Cargo.toml":"ae6de5b309f8bf07c259436b1113ccf405b2d7dd862e1b289bfef47a550956d1","LICENSE":"c23953d9deb0a3312dbeaf6c128a657f3591acee45067612fa68405eaa4525db","build.rs":"4a9c4ac3759572e17de312a9d3f4ced3b6fd3c71811729e5a8d06bfbd1ac8f82","callbacks.rs":"9cbda648159897f93a07dbe90a1ee9ba92e2b020a02bc9725b87db4d025df3b6","clang.rs":"a38d153516c6685b46723010793b2f4e8b16468f3cd3296781dea6e485cd66da","codegen/bitfield_unit.rs":"fddeaeab5859f4e82081865595b7705f5c0774d997df95fa5c655b81b9cae125","codegen/bitfield_unit_tests.rs":"9df86490de5e9d66ccea583dcb686dd440375dc1a3c3cf89a89d5de3883bf28a","codegen/dyngen.rs":"7d727a737c616f7f2d3a07d825be8baad9078b3f35ad96277904559b4534ffcc","codegen/error.rs":"5e308b8c54b68511fc8ea2ad15ddac510172c4ff460a80a265336440b0c9653d","codegen/helpers.rs":"5f24007a09e50db7bd2b49b07100cfed649c7b22232558e28c99c759d5d14152","codegen/impl_debug.rs":"71d8e28873ba2de466f2637a824746963702f0511728037d72ee5670c51194cb","codegen/impl_partialeq.rs":"f4599e32c66179ae515a6518a3e94b686689cf59f7dd9ab618c3fb69f17d2c77","codegen/mod.rs":"25ef86b9dd894b40724d78b99e2743654f09bb427a23ccf5940a620c6408688e","codegen/postprocessing/merge_extern_blocks.rs":"be5c5ff6d3d3d4e940814c4dc77f8d687aa6b053dcfbd2185c09616ba9022bf2","codegen/postprocessing/mod.rs":"d1e8c2864d5194a4cb2f6731c0ef582a55b363df9c4f888c26942ff37f728e1c","codegen/postprocessing/sort_semantically.rs":"3071dd509f2e5d3dfd99cafa6ee19bbacb9fec1c61a0b3f6e284a75c1f2c3db6","codegen/serialize.rs":"b1d8fff0bd9717ee7ca883fd3f376cf7b93adb65dc5bb89ede467b087e985a5f","codegen/struct_layout.rs":"7dfc814d3c914a0c53d8ed031baf543dab1def5959e8ab85220cad69a506383a","deps.rs":"5ee2332fdb10325f3b0a0c6d9ba94e13eb631ef39e955fa958afc3625bdb5448","extra_assertions.rs":"494534bd4f18b80d89b180c8a93733e6617edcf7deac413e9a73fd6e7bc9ced7","features.rs":"af20bd617cce27f6716ab3d61a1c8ddfaa46227f4a0d435b08a19d5f277cf8ba","ir/analysis/derive.rs":"ec514585eb40f0e3306bf3302aec0152a2e95e8dce13a67c36b5f00c0cbb76ef","ir/analysis/has_destructor.rs":"7a82f01e7e0595a31b56f7c398fa3019b3fe9100a2a73b56768f7e6943dcc3ce","ir/analysis/has_float.rs":"58ea1e38a59ef208400fd65d426cb5b288949df2d383b3a194fa01b99d2a87fa","ir/analysis/has_type_param_in_array.rs":"d1b9eb119dc14f662eb9bd1394c859f485479e4912589709cdd33f6752094e22","ir/analysis/has_vtable.rs":"368cf30fbe3fab7190fab48718b948caac5da8c9e797b709488716b919315636","ir/analysis/mod.rs":"0c10d8eeb26d7e6f4ce18e9dfb74ea1f9deff5cd350298aca3dc1041b17c20c4","ir/analysis/sizedness.rs":"944443d6aab35d2dd80e4f5e59176ac1e1c463ba2f0eb25d33f1d95dfac1a6d0","ir/analysis/template_params.rs":"d3cc41041b1c45e0b5be2c9f3f1cc0c2341481b9ff51589cba2428df4e6a1ea9","ir/annotations.rs":"f79de09803a3f3ccb33e366a10a707da98cd00a56ba18312ea927d6c977220a4","ir/comment.rs":"5dcfab0095d967daad9b2927093fce3786b1a2146171580afbf526ba56855e36","ir/comp.rs":"b7b28b96e4206b3215881d814661c63c5dd182f34b1163d54bcedbe85998cb06","ir/context.rs":"a7608f7d3dd607647f2af5f45fc7c09483d2a694f91265bba353a71652e2d419","ir/derive.rs":"e5581852eec87918901a129284b4965aefc8a19394187a8095779a084f28fabe","ir/dot.rs":"2d79d698e6ac59ce032840e62ff11103abed1d5e9e700cf383b492333eeebe1f","ir/enum_ty.rs":"0b612e0b57112068455eee519f894016d0a8f425d6a67b98c56b858f57d99f4a","ir/function.rs":"60407267473d785ea33ac854a70c8ca34749bc868024270992deca68a951f74c","ir/int.rs":"68a86182743ec338d58e42203364dc7c8970cb7ec3550433ca92f0c9489b4442","ir/item.rs":"f215cc40c013cdd6151149dd92b73e13a635a1056f5724174c0f0ff7da9286f8","ir/item_kind.rs":"7666a1ff1b8260978b790a08b4139ab56b5c65714a5652bbcec7faa7443adc36","ir/layout.rs":"61a0e4250ceab889606973f930f4d692837a13a69ae2579738ff09843fed3d65","ir/mod.rs":"713cd537434567003197a123cbae679602c715e976d22f7b23dafd0826ea4c70","ir/module.rs":"7cae5561bcf84a5c3b1ee8f1c3336a33b7f44f0d5ffe885fb108289983fe763e","ir/objc.rs":"4eecdb754542d78acea27d2f547d18d49164047e6efaff8a8d283d6c2dc9875b","ir/template.rs":"4f0e3736558aa8ec359cd9749dc48f87bfff494dd195a67b39cfee7d8a7542ef","ir/traversal.rs":"0c37a0898801ad39bffc8dddd1ee8baa61bb7cf4f3fdc25c8fdd56b6c96ada65","ir/ty.rs":"ba0d7b16a1080caf4960cc7dea0d0800365da0dd5c6e735d508ec448e87b1d40","ir/var.rs":"ced3496cf0683fef91ce94aa09b0ee37255db8425ea8634d52bd73b1b5c160f6","lib.rs":"0bed6f10b2dd25753a40e6e7fa11239f08c05be414ad264c6d7e2f7a8b71f1b2","log_stubs.rs":"9f974e041e35c8c7e29985d27ae5cd0858d68f8676d1dc005c6388d7d011707f","parse.rs":"ccb2c506f08123708ae673b8216404fb22b4c951330662f9b7140b412b063260","regex_set.rs":"7dcc1ad52194f057ea00e8ebc9c23c465ffa6761eed6ba41560d2d02e03c43a6","time.rs":"8efe317e7c6b5ba8e0865ce7b49ca775ee8a02590f4241ef62f647fa3c22b68e"},"package":"c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"} -\ No newline at end of file -diff --git a/third_party/rust/bindgen/ir/item.rs b/third_party/rust/bindgen/ir/item.rs -index 40f6f7d..d443bda 100644 ---- a/third_party/rust/bindgen/ir/item.rs -+++ b/third_party/rust/bindgen/ir/item.rs -@@ -1427,8 +1427,9 @@ impl Item { - } - } - -- // Guess how does clang treat extern "C" blocks? -- if cursor.kind() == CXCursor_UnexposedDecl { -+ // On Clang 18+, extern "C" is reported accurately as a LinkageSpec. -+ // Older LLVM treat it as UnexposedDecl. -+ if cursor.kind() == CXCursor_LinkageSpec || cursor.kind() == CXCursor_UnexposedDecl { - Err(ParseError::Recurse) - } else { - // We allowlist cursors here known to be unhandled, to prevent being --- -2.44.0 - diff --git a/pkgs/applications/networking/browsers/firefox/common.nix b/pkgs/applications/networking/browsers/firefox/common.nix index ef269b46dbae..28f6f297ade2 100644 --- a/pkgs/applications/networking/browsers/firefox/common.nix +++ b/pkgs/applications/networking/browsers/firefox/common.nix @@ -306,71 +306,19 @@ buildStdenv.mkDerivation { ./env_var_for_system_dir-ff111.patch ] ++ lib.optionals (lib.versionAtLeast version "133") [ ./env_var_for_system_dir-ff133.patch ] - ++ lib.optionals (lib.versionAtLeast version "96" && lib.versionOlder version "121") [ - ./no-buildconfig-ffx96.patch - ] ++ lib.optionals (lib.versionAtLeast version "121" && lib.versionOlder version "136") [ ./no-buildconfig-ffx121.patch ] ++ lib.optionals (lib.versionAtLeast version "136") [ ./no-buildconfig-ffx136.patch ] - ++ - lib.optionals - ( - lib.versionOlder version "128.2" - || (lib.versionAtLeast version "129" && lib.versionOlder version "130") - ) - [ - (fetchpatch { - # https://bugzilla.mozilla.org/show_bug.cgi?id=1912663 - name = "cbindgen-0.27.0-compat.patch"; - url = "https://hg.mozilla.org/integration/autoland/raw-rev/98cd34c7ff57"; - hash = "sha256-MqgWHgbDedVzDOqY2/fvCCp+bGwFBHqmaJLi/mllZug="; - }) - ] - ++ lib.optionals (lib.versionOlder version "122") [ ./bindgen-0.64-clang-18.patch ] - ++ lib.optionals (lib.versionOlder version "123") [ - (fetchpatch { - name = "clang-18.patch"; - url = "https://hg.mozilla.org/mozilla-central/raw-rev/ba6abbd36b496501cea141e17b61af674a18e279"; - hash = "sha256-2IpdSyye3VT4VB95WurnyRFtdN1lfVtYpgEiUVhfNjw="; - }) - ] - ++ - lib.optionals - ( - (lib.versionAtLeast version "129" && lib.versionOlder version "134") - || lib.versionOlder version "128.6.0" - ) - [ - # Python 3.12.8 compat - # https://bugzilla.mozilla.org/show_bug.cgi?id=1935621 - # https://phabricator.services.mozilla.com/D231480 - ./mozbz-1935621-attachment-9442305.patch - ] ++ [ - # LLVM 19 turned on WASM reference types by default, exposing a bug - # that broke the Mozilla WASI build. Supposedly, it has been fixed - # upstream in LLVM, but the build fails in the same way for us even - # with LLVM 19 versions that contain the upstream patch. - # - # Apply the temporary patch Mozilla used to work around this bug - # for now until someone can investigate what’s going on here. - # - # TODO: Please someone figure out what’s up with this. - # - # See: - # See: - (fetchpatch { - name = "wasi-sdk-disable-reference-types.patch"; - url = "https://hg.mozilla.org/integration/autoland/raw-rev/23a9f6555c7c"; - hash = "sha256-CRywalJlRMFVLITEYXxpSq3jLPbUlWKNRHuKLwXqQfU="; - }) # Fix for missing vector header on macOS - # https://bugzilla.mozilla.org/show_bug.cgi?id=1939405 + # https://bugzilla.mozilla.org/show_bug.cgi?id=1959377 + # Fixed on Firefox 139 ./firefox-mac-missing-vector-header.patch # https://bugzilla.mozilla.org/show_bug.cgi?id=1962497 # https://phabricator.services.mozilla.com/D246545 + # Fixed on Firefox 140 ./build-fix-RELRHACK_LINKER-setting-when-linker-name-i.patch ] ++ extraPatches; diff --git a/pkgs/applications/networking/browsers/firefox/mozbz-1935621-attachment-9442305.patch b/pkgs/applications/networking/browsers/firefox/mozbz-1935621-attachment-9442305.patch deleted file mode 100644 index bbf9b2fa1036..000000000000 --- a/pkgs/applications/networking/browsers/firefox/mozbz-1935621-attachment-9442305.patch +++ /dev/null @@ -1,119 +0,0 @@ -diff --git a/python/mach/mach/site.py b/python/mach/mach/site.py ---- a/python/mach/mach/site.py -+++ b/python/mach/mach/site.py -@@ -15,10 +15,11 @@ - import site - import subprocess - import sys - import sysconfig - import tempfile -+import warnings - from contextlib import contextmanager - from pathlib import Path - from typing import Callable, Optional - - from mach.requirements import ( -@@ -817,37 +818,79 @@ - - class PythonVirtualenv: - """Calculates paths of interest for general python virtual environments""" - - def __init__(self, prefix): -- if _is_windows: -- self.bin_path = os.path.join(prefix, "Scripts") -- self.python_path = os.path.join(self.bin_path, "python.exe") -- else: -- self.bin_path = os.path.join(prefix, "bin") -- self.python_path = os.path.join(self.bin_path, "python") - self.prefix = os.path.realpath(prefix) -+ self.paths = self._get_sysconfig_paths(self.prefix) - -- @functools.lru_cache(maxsize=None) -- def resolve_sysconfig_packages_path(self, sysconfig_path): -- # macOS uses a different default sysconfig scheme based on whether it's using the -- # system Python or running in a virtualenv. -- # Manually define the scheme (following the implementation in -- # "sysconfig._get_default_scheme()") so that we're always following the -- # code path for a virtualenv directory structure. -- if os.name == "posix": -- scheme = "posix_prefix" -- else: -- scheme = os.name -+ # Name of the Python executable to use in virtual environments. -+ # An executable with the same name as sys.executable might not exist in -+ # virtual environments. An executable with 'python' as the steam — -+ # without version numbers or ABI flags — will always be present in -+ # virtual environments, so we use that. -+ python_exe_name = "python" + sysconfig.get_config_var("EXE") -+ -+ self.bin_path = self.paths["scripts"] -+ self.python_path = os.path.join(self.bin_path, python_exe_name) - -- sysconfig_paths = sysconfig.get_paths(scheme) -- data_path = Path(sysconfig_paths["data"]) -- path = Path(sysconfig_paths[sysconfig_path]) -- relative_path = path.relative_to(data_path) -+ @staticmethod -+ def _get_sysconfig_paths(prefix): -+ """Calculate the sysconfig paths of a virtual environment in the given prefix. - -- # Path to virtualenv's "site-packages" directory for provided sysconfig path -- return os.path.normpath(os.path.normcase(Path(self.prefix) / relative_path)) -+ The virtual environment MUST be using the same Python distribution as us. -+ """ -+ # Determine the sysconfig scheme used in virtual environments -+ if "venv" in sysconfig.get_scheme_names(): -+ # A 'venv' scheme was added in Python 3.11 to allow users to -+ # calculate the paths for a virtual environment, since the default -+ # scheme may not always be the same as used on virtual environments. -+ # Some common examples are the system Python distributed by macOS, -+ # Debian, and Fedora. -+ # For more information, see https://github.com/python/cpython/issues/89576 -+ venv_scheme = "venv" -+ elif os.name == "nt": -+ # We know that before the 'venv' scheme was added, on Windows, -+ # the 'nt' scheme was used in virtual environments. -+ venv_scheme = "nt" -+ elif os.name == "posix": -+ # We know that before the 'venv' scheme was added, on POSIX, -+ # the 'posix_prefix' scheme was used in virtual environments. -+ venv_scheme = "posix_prefix" -+ else: -+ # This should never happen with upstream Python, as the 'venv' -+ # scheme should always be available on >=3.11, and no other -+ # platforms are supported by the upstream on older Python versions. -+ # -+ # Since the 'venv' scheme isn't available, and we have no knowledge -+ # of this platform/distribution, fallback to the default scheme. -+ # -+ # Hitting this will likely be the result of running a custom Python -+ # distribution targetting a platform that is not supported by the -+ # upstream. -+ # In this case, unless the Python vendor patched the Python -+ # distribution in such a way as the default scheme may not always be -+ # the same scheme, using the default scheme should be correct. -+ # If the vendor did patch Python as such, to work around this issue, -+ # I would recommend them to define a 'venv' scheme that matches -+ # the layout used on virtual environments in their Python distribution. -+ # (rec. signed Filipe Laíns — upstream sysconfig maintainer) -+ venv_scheme = sysconfig.get_default_scheme() -+ warnings.warn( -+ f"Unknown platform '{os.name}', using the default install scheme '{venv_scheme}'. " -+ "If this is incorrect, please ask your Python vendor to add a 'venv' sysconfig scheme " -+ "(see https://github.com/python/cpython/issues/89576, or check the code comment).", -+ stacklevel=2, -+ ) -+ # Build the sysconfig config_vars dictionary for the virtual environment. -+ venv_vars = sysconfig.get_config_vars().copy() -+ venv_vars["base"] = venv_vars["platbase"] = prefix -+ # Get sysconfig paths for the virtual environment. -+ return sysconfig.get_paths(venv_scheme, vars=venv_vars) -+ -+ def resolve_sysconfig_packages_path(self, sysconfig_path): -+ return self.paths[sysconfig_path] - - def site_packages_dirs(self): - dirs = [] - if sys.platform.startswith("win"): - dirs.append(os.path.normpath(os.path.normcase(self.prefix))) - diff --git a/pkgs/applications/networking/browsers/firefox/no-buildconfig-ffx96.patch b/pkgs/applications/networking/browsers/firefox/no-buildconfig-ffx96.patch deleted file mode 100644 index 51f9f0e354f2..000000000000 --- a/pkgs/applications/networking/browsers/firefox/no-buildconfig-ffx96.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff --git a/docshell/base/nsAboutRedirector.cpp b/docshell/base/nsAboutRedirector.cpp -index e7be91a248..5eb98534ee 100644 ---- a/docshell/base/nsAboutRedirector.cpp -+++ b/docshell/base/nsAboutRedirector.cpp -@@ -66,9 +66,6 @@ static const RedirEntry kRedirMap[] = { - {"about", "chrome://global/content/aboutAbout.html", 0}, - {"addons", "chrome://mozapps/content/extensions/aboutaddons.html", - nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI}, -- {"buildconfig", "chrome://global/content/buildconfig.html", -- nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | -- nsIAboutModule::IS_SECURE_CHROME_UI}, - {"checkerboard", "chrome://global/content/aboutCheckerboard.html", - nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | - nsIAboutModule::ALLOW_SCRIPT}, -diff --git a/toolkit/content/jar.mn b/toolkit/content/jar.mn -index 74c0ae8f34..a5d9645a96 100644 ---- a/toolkit/content/jar.mn -+++ b/toolkit/content/jar.mn -@@ -41,8 +41,6 @@ toolkit.jar: - content/global/plugins.css - content/global/plugins.js - #endif --* content/global/buildconfig.html -- content/global/buildconfig.css - content/global/contentAreaUtils.js - content/global/datepicker.xhtml - #ifndef MOZ_FENNEC From ed86b04aaccf0137df98ddad41d1df6d9b24eff9 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 11 May 2025 04:08:20 +0200 Subject: [PATCH 64/74] python313Packages.homeassistant-stubs: 2025.5.0 -> 2025.5.1 https://github.com/KapJI/homeassistant-stubs/releases/tag/2025.5.1 --- pkgs/servers/home-assistant/stubs.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/stubs.nix b/pkgs/servers/home-assistant/stubs.nix index da1c7e1f1634..8b0a5d41c854 100644 --- a/pkgs/servers/home-assistant/stubs.nix +++ b/pkgs/servers/home-assistant/stubs.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "homeassistant-stubs"; - version = "2025.5.0"; + version = "2025.5.1"; pyproject = true; disabled = python.version != home-assistant.python.version; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "KapJI"; repo = "homeassistant-stubs"; tag = version; - hash = "sha256-90rtXrTCYlply34iDRKkS8Wtx88NRK0eQBLtb4odRHo="; + hash = "sha256-esKI8bqTI2ov5i0vrUDTjCPWKp7PG/Pay/lvYbvMQkU="; }; build-system = [ From b8ba18fe82cd4dae19d1b49f223d4d612cc16941 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 11 May 2025 04:08:46 +0200 Subject: [PATCH 65/74] home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.243 -> 0.13.244 https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/refs/tags/0.13.244/CHANGELOG.md --- .../home-assistant/pytest-homeassistant-custom-component.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/pytest-homeassistant-custom-component.nix b/pkgs/servers/home-assistant/pytest-homeassistant-custom-component.nix index e7d255f61164..0a778170fe0c 100644 --- a/pkgs/servers/home-assistant/pytest-homeassistant-custom-component.nix +++ b/pkgs/servers/home-assistant/pytest-homeassistant-custom-component.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "pytest-homeassistant-custom-component"; - version = "0.13.243"; + version = "0.13.244"; pyproject = true; disabled = pythonOlder "3.13"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "MatthewFlamm"; repo = "pytest-homeassistant-custom-component"; rev = "refs/tags/${version}"; - hash = "sha256-Y3+W+tS585N7+xikwhEdyn8mX19h/Udz1Uf6Ixw8OVo="; + hash = "sha256-jYKPkhOKxi3Ue4Q/FHaBn/3p8b1VYsje1/awvOCBDfk="; }; build-system = [ setuptools ]; From eaebf83dc062cee73debaabca1c8f1487c3a7d94 Mon Sep 17 00:00:00 2001 From: natsukium Date: Sun, 11 May 2025 12:33:44 +0900 Subject: [PATCH 66/74] python3Packages.pytest-recording: refactor --- .../python-modules/pytest-recording/default.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pkgs/development/python-modules/pytest-recording/default.nix b/pkgs/development/python-modules/pytest-recording/default.nix index 7a94f3fad67c..76cfba653e2e 100644 --- a/pkgs/development/python-modules/pytest-recording/default.nix +++ b/pkgs/development/python-modules/pytest-recording/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "pytest-recording"; version = "0.13.4"; - format = "pyproject"; + pyproject = true; src = fetchFromGitHub { owner = "kiwicom"; @@ -26,16 +26,17 @@ buildPythonPackage rec { hash = "sha256-S++MnI0GgpQxS6kFkt05kcE4JMW7jyFjJ3o7DhfYoVA="; }; + build-system = [ hatchling ]; + buildInputs = [ - hatchling pytest ]; - propagatedBuildInputs = [ vcrpy ]; + dependencies = [ vcrpy ]; __darwinAllowLocalNetworking = true; - checkInputs = [ + nativeCheckInputs = [ pytestCheckHook pytest-httpbin pytest-mock @@ -53,10 +54,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "pytest_recording" ]; - meta = with lib; { + meta = { description = "Pytest plugin that allows you recording of network interactions via VCR.py"; homepage = "https://github.com/kiwicom/pytest-recording"; - license = licenses.mit; - maintainers = with maintainers; [ jbgosselin ]; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ jbgosselin ]; }; } From 7274fbbc48869e0f09118e343fdcbc5930d7c817 Mon Sep 17 00:00:00 2001 From: DontEatOreo <57304299+DontEatOreo@users.noreply.github.com> Date: Tue, 6 May 2025 01:35:09 +0300 Subject: [PATCH 67/74] warp-terminal: 0.2025.04.23.08.11.stable_01 -> 0.2025.04.30.08.11.stable_01 Changelog: https://docs.warp.dev/getting-started/changelog#id-2025.04.30-v0.2025.04.30.08.11 --- pkgs/by-name/wa/warp-terminal/versions.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/wa/warp-terminal/versions.json b/pkgs/by-name/wa/warp-terminal/versions.json index 1394b61153e2..bd7f1c1000a7 100644 --- a/pkgs/by-name/wa/warp-terminal/versions.json +++ b/pkgs/by-name/wa/warp-terminal/versions.json @@ -1,14 +1,14 @@ { "darwin": { - "hash": "sha256-1dJQzxGPW65u79ugmNUsabPfQuBRvjuLOiW3MlevBRI=", - "version": "0.2025.04.23.08.11.stable_01" + "hash": "sha256-GQ4ZkvbK5Nzo933WTWk5+ddBacd3zL26lUPOA0NOlV0=", + "version": "0.2025.04.30.08.11.stable_01" }, "linux_x86_64": { - "hash": "sha256-RwKWCU3bldMlS4M+tmfxGE/1d+lMxMPbjdbzpptkmv4=", - "version": "0.2025.04.23.08.11.stable_01" + "hash": "sha256-zILlZJc0AR4NLLMw3+8TrlzLT3u2BtPRn+9dWSJ/CI8=", + "version": "0.2025.04.30.08.11.stable_01" }, "linux_aarch64": { - "hash": "sha256-HWBPCBwytsN9sTtvpwoMVYJpwkO5/OwFarj1vZKYXl8=", - "version": "0.2025.04.23.08.11.stable_01" + "hash": "sha256-Bbj3oalH5qg8edpCkPp3JEZfEbuU6Yv8NrB5m4geylA=", + "version": "0.2025.04.30.08.11.stable_01" } } From 5b8980fec1fe51ffcf6a50ff2f014dcdd887b0cb Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Sun, 11 May 2025 08:52:15 +0530 Subject: [PATCH 68/74] Revert "warp-terminal: set meta.position to fix maintainers pings" This reverts commit e3ec9b29dfa0f41daccf9d87194dbe2d6a528275. It does not work as seen in https://github.com/NixOS/nixpkgs/pull/404505#issuecomment-2865036314. Will switch to a ci/OWNERS setup Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com> --- pkgs/by-name/wa/warp-terminal/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/wa/warp-terminal/package.nix b/pkgs/by-name/wa/warp-terminal/package.nix index 3fdeb6d1de88..7aebef84c432 100644 --- a/pkgs/by-name/wa/warp-terminal/package.nix +++ b/pkgs/by-name/wa/warp-terminal/package.nix @@ -121,7 +121,6 @@ let "x86_64-linux" "aarch64-linux" ]; - position = "pkgs/by-name/wa/warp-terminal/versions.json"; }; in From 2a573ad886a4b7a6c35b4871a0f276f2ae298783 Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Sun, 11 May 2025 08:56:34 +0530 Subject: [PATCH 69/74] ci/OWNERS: add warp-terminal maintainers as they were not getting pings previously Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com> --- ci/OWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/OWNERS b/ci/OWNERS index 69a122d537e7..c1aac57308a0 100644 --- a/ci/OWNERS +++ b/ci/OWNERS @@ -472,3 +472,6 @@ pkgs/by-name/oc/octodns/ @anthonyroussel # Teleport pkgs/servers/teleport @arianvp @justinas @sigma @tomberek @freezeboy @techknowlogick @JuliusFreudenberger + +# Warp-terminal +pkgs/by-name/wa/warp-terminal/ @emilytrau @imadnyc @donteatoreo @johnrtitor From f3ce83719f0673ae4d89edba2e9ef69374e897df Mon Sep 17 00:00:00 2001 From: Philip Wilk Date: Sun, 11 May 2025 04:36:20 +0100 Subject: [PATCH 70/74] python312Packages.sklearn-compat: init at 0.1.3 --- .../python-modules/sklearn-compat/default.nix | 52 +++++++++++++++++++ pkgs/top-level/python-packages.nix | 2 + 2 files changed, 54 insertions(+) create mode 100644 pkgs/development/python-modules/sklearn-compat/default.nix diff --git a/pkgs/development/python-modules/sklearn-compat/default.nix b/pkgs/development/python-modules/sklearn-compat/default.nix new file mode 100644 index 000000000000..3fd17c6cade4 --- /dev/null +++ b/pkgs/development/python-modules/sklearn-compat/default.nix @@ -0,0 +1,52 @@ +{ + lib, + buildPythonPackage, + fetchFromGitHub, + hatchling, + scikit-learn, + pandas, + pytestCheckHook, + pytest-cov, + pytest-xdist, + pytz, +}: + +buildPythonPackage rec { + pname = "sklearn-compat"; + version = "0.1.3"; + pyproject = true; + + src = fetchFromGitHub { + owner = "sklearn-compat"; + repo = "sklearn-compat"; + tag = version; + hash = "sha256-9Py5VKDej7xDMdWVujkS/ooxOkEcjPJNlBHkbe/rycE="; + }; + + build-system = [ + hatchling + ]; + + dependencies = [ + scikit-learn + ]; + + nativeCheckInputs = [ + pandas + pytestCheckHook + pytest-cov + pytest-xdist + pytz + ]; + + pythonImportsCheck = [ + "sklearn_compat" + ]; + + meta = { + description = "Ease multi-version support for scikit-learn compatible library"; + homepage = "https://github.com/sklearn-compat/sklearn-compat"; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ philipwilk ]; + }; +} diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 7543f3ec1f8c..d2efbb0b1031 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -16428,6 +16428,8 @@ self: super: with self; { skl2onnx = callPackage ../development/python-modules/skl2onnx { }; + sklearn-compat = callPackage ../development/python-modules/sklearn-compat { }; + sklearn-deap = callPackage ../development/python-modules/sklearn-deap { }; skodaconnect = callPackage ../development/python-modules/skodaconnect { }; From 580ee5ad6a380d7270c04da7faa05a90d6b2096a Mon Sep 17 00:00:00 2001 From: Philip Wilk Date: Sun, 11 May 2025 04:44:23 +0100 Subject: [PATCH 71/74] python312Packages.imbalanced-learn: 0.12.4 -> 0.13.0 --- .../imbalanced-learn/default.nix | 27 ++++++++++++++++--- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/imbalanced-learn/default.nix b/pkgs/development/python-modules/imbalanced-learn/default.nix index b09f6da99388..dd192cab0cd9 100644 --- a/pkgs/development/python-modules/imbalanced-learn/default.nix +++ b/pkgs/development/python-modules/imbalanced-learn/default.nix @@ -14,6 +14,8 @@ tensorflow, threadpoolctl, pytestCheckHook, + sklearn-compat, + python, }: buildPythonPackage rec { @@ -41,6 +43,7 @@ buildPythonPackage rec { scikit-learn scipy threadpoolctl + sklearn-compat ]; optional-dependencies = { @@ -60,19 +63,35 @@ buildPythonPackage rec { preCheck = '' export HOME=$TMPDIR + # The GitHub source contains too many files picked up by pytest like + # examples and documentation files which can't pass. + cd $out/${python.sitePackages} ''; disabledTestPaths = [ # require tensorflow and keras, but we don't want to # add them to nativeCheckInputs just for this tests - "imblearn/keras/_generator.py" + "imblearn/keras" + "imblearn/tensorflow" + # even with precheck directory change, pytest still tries to test docstrings + "imblearn/tests/test_docstring_parameters.py" + # Skip dependencies test - pythonImportsCheck already does this + "imblearn/utils/tests/test_min_dependencies.py" ]; - meta = with lib; { + disabledTests = [ + # Broken upstream test https://github.com/scikit-learn-contrib/imbalanced-learn/issues/1131 + "test_estimators_compatibility_sklearn" + ]; + + meta = { description = "Library offering a number of re-sampling techniques commonly used in datasets showing strong between-class imbalance"; homepage = "https://github.com/scikit-learn-contrib/imbalanced-learn"; changelog = "https://github.com/scikit-learn-contrib/imbalanced-learn/releases/tag/${version}"; - license = licenses.mit; - maintainers = [ maintainers.rmcgibbo ]; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ + rmcgibbo + philipwilk + ]; }; } From dbb781fd59b5e6dc4c374ef0eb68f97b2c000a31 Mon Sep 17 00:00:00 2001 From: natsukium Date: Sun, 11 May 2025 12:55:49 +0900 Subject: [PATCH 72/74] python3Packages.dazl: refactor --- .../python-modules/dazl/default.nix | 61 +++++++++---------- 1 file changed, 29 insertions(+), 32 deletions(-) diff --git a/pkgs/development/python-modules/dazl/default.nix b/pkgs/development/python-modules/dazl/default.nix index 7eed8c62f1c6..9658de515077 100644 --- a/pkgs/development/python-modules/dazl/default.nix +++ b/pkgs/development/python-modules/dazl/default.nix @@ -1,26 +1,17 @@ { lib, buildPythonPackage, - fetchPypi, - + fetchFromGitHub, poetry-core, - - aiohttp, googleapis-common-protos, grpcio, protobuf, - requests, semver, - toposort, - - #, async_exit_stack - #, dataclasses - google-auth, - oauthlib, - prometheus-client, pygments, pyopenssl, typing-extensions, + pytestCheckHook, + pyyaml, }: buildPythonPackage rec { @@ -28,40 +19,46 @@ buildPythonPackage rec { version = "8.2.1"; pyproject = true; - src = fetchPypi { - inherit pname version; - hash = "sha256-RwLjvVRAb7B1y0Hqd0lwYiqS8qrL8MhoH92RIMPWLqQ="; + src = fetchFromGitHub { + owner = "digital-asset"; + repo = "dazl-client"; + tag = "v${version}"; + hash = "sha256-JeAdg+OW3Zd275zIYDmfBaF7RWEb+sLQ7xFIl67L2R8="; }; pythonRelaxDeps = [ "grpcio" ]; - nativeBuildInputs = [ poetry-core ]; + build-system = [ poetry-core ]; - propagatedBuildInputs = [ - aiohttp + dependencies = [ googleapis-common-protos grpcio protobuf - requests semver - toposort - - # optional - - #async-exit-stack - #dataclasses - google-auth - oauthlib - prometheus-client - pygments - pyopenssl typing-extensions ]; - meta = with lib; { + optional-dependencies = { + pygments = [ pygments ]; + tls-testing = [ pyopenssl ]; + }; + + pythonImportsCheck = [ "dazl" ]; + + # daml: command not found + doCheck = false; + + nativeCheckInputs = [ + pytestCheckHook + pyyaml + ]; + + meta = { description = "High-level Ledger API client for Daml ledgers"; - license = licenses.asl20; + license = lib.licenses.asl20; + homepage = "https://github.com/digital-asset/dazl-client"; + changelog = "https://github.com/digital-asset/dazl-client/releases/tag/v${version}"; }; } From fa75e35ee962a1cdb95cd22e8c74051a78e6c07c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 11 May 2025 06:05:17 +0200 Subject: [PATCH 73/74] moz-phab: 1.8.1 -> 1.9.0 --- pkgs/by-name/mo/mozphab/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/mo/mozphab/package.nix b/pkgs/by-name/mo/mozphab/package.nix index 7ab9cff83f7a..ce8fc76cb7dd 100644 --- a/pkgs/by-name/mo/mozphab/package.nix +++ b/pkgs/by-name/mo/mozphab/package.nix @@ -11,14 +11,14 @@ python3.pkgs.buildPythonApplication rec { pname = "mozphab"; - version = "1.8.1"; + version = "1.9.0"; pyproject = true; src = fetchFromGitHub { owner = "mozilla-conduit"; repo = "review"; tag = version; - hash = "sha256-ZiM+4EZjM7WXQfWkHVRTJ/hOHJvf9dRlqzqDHi++xQc="; + hash = "sha256-CVpsq9YoEww47uruHYEsJk9YQ39ZFQsMdL0nBc8AHUM="; }; build-system = with python3.pkgs; [ From 6df3e924ca5546c54a160f2e29321c51170234be Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 11 May 2025 05:22:24 +0000 Subject: [PATCH 74/74] balena-cli: 21.1.9 -> 21.1.11 --- pkgs/by-name/ba/balena-cli/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ba/balena-cli/package.nix b/pkgs/by-name/ba/balena-cli/package.nix index d9826326d930..2df1c531049f 100644 --- a/pkgs/by-name/ba/balena-cli/package.nix +++ b/pkgs/by-name/ba/balena-cli/package.nix @@ -22,16 +22,16 @@ let in buildNpmPackage' rec { pname = "balena-cli"; - version = "21.1.9"; + version = "21.1.11"; src = fetchFromGitHub { owner = "balena-io"; repo = "balena-cli"; rev = "v${version}"; - hash = "sha256-oeOhE4cgN/u9zLEXoiMbbE+onNJvrX8wNjoydh20Wdk="; + hash = "sha256-fWFXlespMcnMAOSgkVh7c9QmvBf3kJyFfH7Gtu5nylw="; }; - npmDepsHash = "sha256-ggdCry0MtA/UZIlm8mrC7TdcAoj2pTgq7kWSqMN5siM="; + npmDepsHash = "sha256-WGTmOfnVhxRV0ERpmRx77gOmfqyHRJkdoPaCYgoHq88="; postPatch = '' ln -s npm-shrinkwrap.json package-lock.json