Loading pkgs/development/python-modules/azure-mgmt-security/default.nix +14 −15 Original line number Diff line number Diff line { lib , azure-common , azure-mgmt-core , buildPythonPackage , fetchPypi , isodate , pythonOlder , setuptools { lib, azure-common, azure-mgmt-core, buildPythonPackage, fetchPypi, isodate, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "azure-mgmt-security"; version = "6.0.0"; version = "7.0.0"; fpyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-zq/BhpiZBnEQvYMMXMmLybjzLY6oQMofaTsaX1Kl+LA="; hash = "sha256-WRLu1+nTdY/cqNJuHcJrQZQ9xHAyCKEYQmbiwlLhrWY="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ azure-common azure-mgmt-core isodate Loading @@ -40,7 +39,7 @@ buildPythonPackage rec { meta = with lib; { description = "Microsoft Azure Security Center Management 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/security/azure-mgmt-security"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-security_${version}/sdk/security/azure-mgmt-security/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ jonringer ]; Loading Loading
pkgs/development/python-modules/azure-mgmt-security/default.nix +14 −15 Original line number Diff line number Diff line { lib , azure-common , azure-mgmt-core , buildPythonPackage , fetchPypi , isodate , pythonOlder , setuptools { lib, azure-common, azure-mgmt-core, buildPythonPackage, fetchPypi, isodate, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "azure-mgmt-security"; version = "6.0.0"; version = "7.0.0"; fpyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-zq/BhpiZBnEQvYMMXMmLybjzLY6oQMofaTsaX1Kl+LA="; hash = "sha256-WRLu1+nTdY/cqNJuHcJrQZQ9xHAyCKEYQmbiwlLhrWY="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ azure-common azure-mgmt-core isodate Loading @@ -40,7 +39,7 @@ buildPythonPackage rec { meta = with lib; { description = "Microsoft Azure Security Center Management 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/security/azure-mgmt-security"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-security_${version}/sdk/security/azure-mgmt-security/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ jonringer ]; Loading