python312Packages.azure-mgmt-resource: 23.1.1 -> 23.2.0 (#351923)

This commit is contained in:
Fabian Affolter 2024-11-26 14:35:23 +01:00 committed by GitHub
commit 13aa554633
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,21 +4,23 @@
fetchPypi,
azure-mgmt-core,
azure-mgmt-common,
msrest,
isodate,
pythonOlder,
setuptools,
typing-extensions,
}:
buildPythonPackage rec {
pname = "azure-mgmt-resource";
version = "23.1.1";
version = "23.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ILawBrVE/bGWB/P2o4EQViXgu2D78wNvOYhcRkbTND4=";
pname = "azure_mgmt_resource";
inherit version;
hash = "sha256-dHt1DfevI6sw5T0/NiR6sMFt4eJn1maxpQd8OaQpJSk=";
};
build-system = [ setuptools ];
@ -26,7 +28,8 @@ buildPythonPackage rec {
dependencies = [
azure-mgmt-common
azure-mgmt-core
msrest
isodate
typing-extensions
];
# Module has no tests
@ -38,7 +41,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Microsoft Azure SDK for Python";
homepage = "https://github.com/Azure/azure-sdk-for-python";
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/resources/azure-mgmt-resource";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-resource_${version}/sdk/resources/azure-mgmt-resource/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [
olcai