python313Packages.azure-mgmt-databoxedge: 1.0.0 -> 2.0.0
Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-databoxedge_2.0.0/sdk/databox/azure-mgmt-databox/CHANGELOG.md
This commit is contained in:
@@ -4,22 +4,23 @@
|
||||
azure-mgmt-core,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
msrest,
|
||||
isodate,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
typing-extensions,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "azure-mgmt-databoxedge";
|
||||
version = "1.0.0";
|
||||
version = "2.0.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "zip";
|
||||
hash = "sha256-BAkAYrwejwDC9FMVo7zrD7OzR57BR01xuINC4TSZsIc=";
|
||||
pname = "azure_mgmt_databoxedge";
|
||||
inherit version;
|
||||
hash = "sha256-8Y8GbQJ8maIkmY08R0CBJoIVmr44z1joewl3DKssrMA=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -27,7 +28,8 @@ buildPythonPackage rec {
|
||||
dependencies = [
|
||||
azure-common
|
||||
azure-mgmt-core
|
||||
msrest
|
||||
isodate
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
# no tests in pypi tarball
|
||||
|
||||
Reference in New Issue
Block a user