python313Packages.azure-mgmt-containerregistry: 10.3.0 -> 12.0.0

Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-containerregistry_12.0.0/sdk/containerregistry/azure-mgmt-containerregistry/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-03-29 11:31:16 +01:00
parent 22728a44e1
commit 45ba49db51
@@ -6,24 +6,30 @@
azure-common,
azure-mgmt-core,
isodate,
setuptools,
typing-extensions,
}:
buildPythonPackage rec {
pname = "azure-mgmt-containerregistry";
version = "10.3.0";
format = "setuptools";
version = "12.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-riFlGFXfsZxC2R1rOpZcbGEeI/i8S/cTiDXmUtL5GOM=";
pname = "azure_mgmt_containerregistry";
inherit version;
hash = "sha256-8Z+PqniB3q8rUBXA6wUKkuI4DNnRje4zzbXyfUSgbAM=";
};
propagatedBuildInputs = [
build-system = [ setuptools ];
dependencies = [
azure-common
azure-mgmt-core
isodate
typing-extensions
];
# no tests included
@@ -36,7 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Microsoft Azure Container Registry Client Library for Python";
homepage = "https://github.com/Azure/azure-sdk-for-python";
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/containerregistry/azure-mgmt-containerregistry";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-containerregistry_${version}/sdk/containerregistry/azure-mgmt-containerregistry/CHANGELOG.md";
license = licenses.mit;
maintainers = [ ];