Unverified Commit 0d02ff33 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.microsoft-kiota-*: update to 1.9.1 (#377988)

parents 21aaf7ef 280645d5
Loading
Loading
Loading
Loading
+11 −9
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  flit-core,
  poetry-core,
  opentelemetry-api,
  opentelemetry-sdk,
  pytest-asyncio,
@@ -14,19 +14,21 @@

buildPythonPackage rec {
  pname = "microsoft-kiota-abstractions";
  version = "1.3.3";
  version = "1.9.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "kiota-abstractions-python";
    tag = "v${version}";
    hash = "sha256-TgHj5Ga6Aw/sN2Hobn0OocFB/iGRHTKEeOa2j2aqnRY=";
    repo = "kiota-python";
    tag = "microsoft-kiota-abstractions-v${version}";
    hash = "sha256-ESRnI8prXG1h5H5RVD4eOQ1sQYSEMMLVHSk8yhzFGVw=";
  };

  build-system = [ flit-core ];
  sourceRoot = "source/packages/abstractions/";

  build-system = [ poetry-core ];

  dependencies = [
    opentelemetry-api
@@ -52,8 +54,8 @@ buildPythonPackage rec {

  meta = with lib; {
    description = "Abstractions library for Kiota generated Python clients";
    homepage = "https://github.com/microsoft/kiota-abstractions-python";
    changelog = "https://github.com/microsoft/kiota-abstractions-python/blob/${version}/CHANGELOG.md";
    homepage = "https://github.com/microsoft/kiota-python/tree/main/packages/abstractions/";
    changelog = "https://github.com/microsoft/kiota-python/releases/tag/microsoft-kiota-abstractions-v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ fab ];
  };
+11 −9
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  azure-core,
  buildPythonPackage,
  fetchFromGitHub,
  flit-core,
  poetry-core,
  microsoft-kiota-abstractions,
  opentelemetry-api,
  opentelemetry-sdk,
@@ -16,19 +16,21 @@

buildPythonPackage rec {
  pname = "microsoft-kiota-authentication-azure";
  version = "1.1.0";
  version = "1.9.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "kiota-authentication-azure-python";
    tag = "v${version}";
    hash = "sha256-JoR7qjAPNqtcV35AGwbyjhIro6AnFUZXXLHLOj7InY8=";
    repo = "kiota-python";
    tag = "microsoft-kiota-authentication-azure-v${version}";
    hash = "sha256-ESRnI8prXG1h5H5RVD4eOQ1sQYSEMMLVHSk8yhzFGVw=";
  };

  build-system = [ flit-core ];
  sourceRoot = "source/packages/authentication/azure/";

  build-system = [ poetry-core ];

  dependencies = [
    aiohttp
@@ -48,8 +50,8 @@ buildPythonPackage rec {

  meta = with lib; {
    description = "Kiota Azure authentication provider";
    homepage = "https://github.com/microsoft/kiota-authentication-azure-python";
    changelog = "https://github.com/microsoft/kiota-authentication-azure-python/blob/v${version}/CHANGELOG.md";
    homepage = "https://github.com/microsoft/kiota-python/tree/main/packages/authentication/azure";
    changelog = "https://github.com/microsoft/kiota-python/releases/tag/microsoft-kiota-authentication-azure-v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ fab ];
  };
+11 −9
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  flit-core,
  poetry-core,
  httpx,
  microsoft-kiota-abstractions,
  opentelemetry-api,
@@ -16,19 +16,21 @@

buildPythonPackage rec {
  pname = "microsoft-kiota-http";
  version = "1.3.4";
  version = "1.9.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "kiota-http-python";
    tag = "v${version}";
    hash = "sha256-0hntB9GSDE05l/ghWTzMrX1MAPdWNHJVIQFpskraDV8=";
    repo = "kiota-python";
    tag = "microsoft-kiota-http-v${version}";
    hash = "sha256-ESRnI8prXG1h5H5RVD4eOQ1sQYSEMMLVHSk8yhzFGVw=";
  };

  build-system = [ flit-core ];
  sourceRoot = "source/packages/http/httpx/";

  build-system = [ poetry-core ];

  dependencies = [
    httpx
@@ -48,8 +50,8 @@ buildPythonPackage rec {

  meta = with lib; {
    description = "HTTP request adapter implementation for Kiota clients for Python";
    homepage = "https://github.com/microsoft/kiota-http-python";
    changelog = "https://github.com/microsoft/kiota-http-python/blob/${version}/CHANGELOG.md";
    homepage = "https://github.com/microsoft/kiota-python/tree/main/packages/http/httpx";
    changelog = "https://github.com/microsoft/kiota-python/releases/tag/microsoft-kiota-http-v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ fab ];
  };
+11 −9
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  flit-core,
  poetry-core,
  microsoft-kiota-abstractions,
  pytest-asyncio,
  pendulum,
@@ -13,19 +13,21 @@

buildPythonPackage rec {
  pname = "microsoft-kiota-serialization-form";
  version = "0.1.1";
  version = "1.9.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "kiota-serialization-form-python";
    tag = "v${version}";
    hash = "sha256-yOdrqj8QPz497VWS4427zDRRFc/S5654JeYkO1ZcUcQ=";
    repo = "kiota-python";
    tag = "microsoft-kiota-serialization-form-v${version}";
    hash = "sha256-ESRnI8prXG1h5H5RVD4eOQ1sQYSEMMLVHSk8yhzFGVw=";
  };

  build-system = [ flit-core ];
  sourceRoot = "source/packages/serialization/form/";

  build-system = [ poetry-core ];

  dependencies = [
    microsoft-kiota-abstractions
@@ -42,8 +44,8 @@ buildPythonPackage rec {

  meta = with lib; {
    description = "Form serialization implementation for Kiota clients in Python";
    homepage = "https://github.com/microsoft/kiota-serialization-form-python";
    changelog = "https://github.com/microsoft/kiota-serialization-form-python/blob/v${version}/CHANGELOG.md";
    homepage = "https://github.com/microsoft/kiota-python/tree/main/packages/serialization/form";
    changelog = "https://github.com/microsoft/kiota-python/releases/tag/microsoft-kiota-serialization-form-v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ fab ];
  };
+11 −14
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  flit-core,
  poetry-core,
  microsoft-kiota-abstractions,
  pendulum,
  pytest-asyncio,
@@ -13,19 +13,21 @@

buildPythonPackage rec {
  pname = "microsoft-kiota-serialization-json";
  version = "1.3.3";
  version = "1.9.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "kiota-serialization-json-python";
    tag = "v${version}";
    hash = "sha256-J+wX2vF1LZHq88RDhda6NDeYioZzAz2BxovVFz2xxfw=";
    repo = "kiota-python";
    tag = "microsoft-kiota-serialization-json-v${version}";
    hash = "sha256-ESRnI8prXG1h5H5RVD4eOQ1sQYSEMMLVHSk8yhzFGVw=";
  };

  build-system = [ flit-core ];
  sourceRoot = "source/packages/serialization/json/";

  build-system = [ poetry-core ];

  dependencies = [
    microsoft-kiota-abstractions
@@ -40,15 +42,10 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "kiota_serialization_json" ];

  disabledTests = [
    # Test compare an output format
    "test_parse_union_type_complex_property1"
  ];

  meta = with lib; {
    description = "JSON serialization implementation for Kiota clients in Python";
    homepage = "https://github.com/microsoft/kiota-serialization-json-python";
    changelog = "https://github.com/microsoft/kiota-serialization-json-python/blob/${version}/CHANGELOG.md";
    homepage = "https://github.com/microsoft/kiota-python/tree/main/packages/serialization/json";
    changelog = "https://github.com/microsoft/kiota-python/releases/tag/microsoft-kiota-serialization-json-v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ fab ];
  };
Loading