From 9eb7f118be8f468fbafbfeaddf582df028832573 Mon Sep 17 00:00:00 2001 From: v-soujanya Date: Mon, 20 Apr 2026 15:24:52 +0530 Subject: [PATCH 1/4] Release 1.0.3 --- src/index.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/src/index.json b/src/index.json index c5cf76afdb9..a64fed67fda 100644 --- a/src/index.json +++ b/src/index.json @@ -30873,6 +30873,56 @@ "version": "1.0.2" }, "sha256Digest": "e2b0de02a3a745128c3f6e8c2711b8bbdbc1ba8b3afd2408a1581f35b069ba59" + }, + { + "downloadUrl": "https://github.com/Azure/azure-devops-cli-extension/releases/download/20260417.1/azure_devops-1.0.3-py2.py3-none-any.whl", + "filename": "azure_devops-1.0.3-py2.py3-none-any.whl", + "metadata": { + "azext.minCliCoreVersion": "2.30.0", + "classifiers": [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: System Administrators", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "License :: OSI Approved :: MIT License" + ], + "extensions": { + "python.details": { + "contacts": [ + { + "email": "VSTS_Social@microsoft.com", + "name": "Microsoft", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://github.com/Microsoft/azure-devops-cli-extension" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "metadata_version": "2.0", + "name": "azure-devops", + "run_requires": [ + { + "requires": [ + "distro (>=1.6.0)" + ] + } + ], + "summary": "Tools for managing Azure DevOps.", + "version": "1.0.3" + }, + "sha256Digest": "9307e6291d598b36baad835fd8eefc9c1e0dd61a251225400b5fef38a854032d" } ], "azure-firewall": [ From 1cc7f246b6fca56c532ee2377b391766acaab524 Mon Sep 17 00:00:00 2001 From: v-soujanya Date: Mon, 20 Apr 2026 17:34:12 +0530 Subject: [PATCH 2/4] Release 1.0.3 --- src/index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.json b/src/index.json index a64fed67fda..42e00121355 100644 --- a/src/index.json +++ b/src/index.json @@ -30875,7 +30875,7 @@ "sha256Digest": "e2b0de02a3a745128c3f6e8c2711b8bbdbc1ba8b3afd2408a1581f35b069ba59" }, { - "downloadUrl": "https://github.com/Azure/azure-devops-cli-extension/releases/download/20260417.1/azure_devops-1.0.3-py2.py3-none-any.whl", + "downloadUrl": "https://github.com/Azure/azure-devops-cli-extension/releases/download/20260420.1/azure_devops-1.0.3-py2.py3-none-any.whl", "filename": "azure_devops-1.0.3-py2.py3-none-any.whl", "metadata": { "azext.minCliCoreVersion": "2.30.0", @@ -30922,7 +30922,7 @@ "summary": "Tools for managing Azure DevOps.", "version": "1.0.3" }, - "sha256Digest": "9307e6291d598b36baad835fd8eefc9c1e0dd61a251225400b5fef38a854032d" + "sha256Digest": "09b06c92a7c492da56fb389191d64ed24096ef4149faf681423127eba9ce0973" } ], "azure-firewall": [ From 9f73faf2b99f0ed051ad2969917f7803d2538664 Mon Sep 17 00:00:00 2001 From: v-soujanya Date: Mon, 20 Apr 2026 18:18:06 +0530 Subject: [PATCH 3/4] Fix metadata inconsistency by normalizing dependency specifiers --- src/index.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/index.json b/src/index.json index 42e00121355..15cd1ab31ed 100644 --- a/src/index.json +++ b/src/index.json @@ -30763,7 +30763,6 @@ "run_requires": [ { "requires": [ - "distro (==1.3.0)", "distro==1.3.0" ] } @@ -30813,8 +30812,7 @@ "name": "azure-devops", "run_requires": [ { - "requires": [ - "distro (==1.3.0)", + "requires": [ "distro==1.3.0" ] } @@ -30865,7 +30863,7 @@ "run_requires": [ { "requires": [ - "distro (>=1.6.0)" + "distro>=1.6.0" ] } ], @@ -30915,7 +30913,7 @@ "run_requires": [ { "requires": [ - "distro (>=1.6.0)" + "distro>=1.6.0" ] } ], From c3bc2837f093e3d21759925186b08628ad780a2a Mon Sep 17 00:00:00 2001 From: v-soujanya Date: Tue, 21 Apr 2026 11:35:53 +0530 Subject: [PATCH 4/4] Fixing the index changes --- src/index.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/index.json b/src/index.json index 15cd1ab31ed..93a56e405a3 100644 --- a/src/index.json +++ b/src/index.json @@ -30763,6 +30763,7 @@ "run_requires": [ { "requires": [ + "distro (==1.3.0)", "distro==1.3.0" ] } @@ -30812,8 +30813,9 @@ "name": "azure-devops", "run_requires": [ { - "requires": [ - "distro==1.3.0" + "requires": [ + "distro (==1.3.0)", + "distro (==1.3.0)" ] } ], @@ -30863,7 +30865,7 @@ "run_requires": [ { "requires": [ - "distro>=1.6.0" + "distro (>=1.6.0)" ] } ], @@ -30913,6 +30915,7 @@ "run_requires": [ { "requires": [ + "distro (>=1.6.0)", "distro>=1.6.0" ] }