python311Packages.azure-mgmt-netapp: 10.1.0 -> 11.0.0
Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_11.0.0/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md
This commit is contained in:
parent
643419f02b
commit
1194ff06b0
1 changed files with 6 additions and 8 deletions
|
@ -4,28 +4,25 @@
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, azure-common
|
, azure-common
|
||||||
, azure-mgmt-core
|
, azure-mgmt-core
|
||||||
, msrest
|
, isodate
|
||||||
, msrestazure
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "azure-mgmt-netapp";
|
pname = "azure-mgmt-netapp";
|
||||||
version = "10.1.0";
|
version = "11.0.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-eJiWTOCk2C79Jotku9bKlu3vU6H8004hWrX+h76MjQM=";
|
hash = "sha256-00cDFHpaEciRQLHM+Kt3uOtw/geOn5+onrY7lav6EeU=";
|
||||||
extension = "zip";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
azure-common
|
azure-common
|
||||||
azure-mgmt-core
|
azure-mgmt-core
|
||||||
msrest
|
isodate
|
||||||
msrestazure
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# no tests included
|
# no tests included
|
||||||
|
@ -39,6 +36,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Microsoft Azure NetApp Files Management Client Library for Python";
|
description = "Microsoft Azure NetApp Files Management Client Library for Python";
|
||||||
homepage = "https://github.com/Azure/azure-sdk-for-python";
|
homepage = "https://github.com/Azure/azure-sdk-for-python";
|
||||||
|
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_${version}/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ jonringer ];
|
maintainers = with maintainers; [ jonringer ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue