Unverified Commit 1fa452f1 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #332401 from fabaff/msgraph-sdk-bump

python312Packages.microsoft-kiota-serialization-json: 1.2.0 -> 1.3.0, python312Packages.msgraph-sdk: 1.4.0 -> 1.5.4
parents 760e817f 27475ed5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "microsoft-kiota-serialization-json";
  version = "1.2.0";
  version = "1.3.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "microsoft";
    repo = "kiota-serialization-json-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-/Bar1tQ3w8kfC53OuKxTlS+Dq4sX47lev7fjJeo6JJ0=";
    hash = "sha256-hGD8MhdQgF+mkoG4eOCSPyaArV8OrqAtgOwiNR8kado=";
  };

  build-system = [ flit-core ];
+4 −4
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  azure-identity,
  buildPythonPackage,
  fetchFromGitHub,
  flit-core,
  microsoft-kiota-abstractions,
  microsoft-kiota-authentication-azure,
  microsoft-kiota-http,
@@ -12,12 +13,11 @@
  microsoft-kiota-serialization-text,
  msgraph-core,
  pythonOlder,
  setuptools,
}:

buildPythonPackage rec {
  pname = "msgraph-sdk";
  version = "1.4.0";
  version = "1.5.4";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -26,10 +26,10 @@ buildPythonPackage rec {
    owner = "microsoftgraph";
    repo = "msgraph-sdk-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-afnxk79duKzTykNnSHPE6lZhMkOt+9JhEskj/KjQpQI=";
    hash = "sha256-Ty9e+xJ3+h4d0hmwtiZA9k5WMeuvT4iwNpR06KRpnfI=";
  };

  build-system = [ setuptools ];
  build-system = [ flit-core ];

  dependencies = [
    azure-identity