Skip to content

Commit db94074

Browse files
python312Packages.microsoft-kiota-serialization-form: 0.1.1 -> 1.9.1
1 parent d66dc0e commit db94074

File tree

1 file changed

+11
-9
lines changed
  • pkgs/development/python-modules/microsoft-kiota-serialization-form

1 file changed

+11
-9
lines changed

pkgs/development/python-modules/microsoft-kiota-serialization-form/default.nix

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lib,
33
buildPythonPackage,
44
fetchFromGitHub,
5-
flit-core,
5+
poetry-core,
66
microsoft-kiota-abstractions,
77
pytest-asyncio,
88
pendulum,
@@ -13,19 +13,21 @@
1313

1414
buildPythonPackage rec {
1515
pname = "microsoft-kiota-serialization-form";
16-
version = "0.1.1";
16+
version = "1.9.1";
1717
pyproject = true;
1818

19-
disabled = pythonOlder "3.8";
19+
disabled = pythonOlder "3.9";
2020

2121
src = fetchFromGitHub {
2222
owner = "microsoft";
23-
repo = "kiota-serialization-form-python";
24-
tag = "v${version}";
25-
hash = "sha256-yOdrqj8QPz497VWS4427zDRRFc/S5654JeYkO1ZcUcQ=";
23+
repo = "kiota-python";
24+
tag = "microsoft-kiota-serialization-form-v${version}";
25+
hash = "sha256-ESRnI8prXG1h5H5RVD4eOQ1sQYSEMMLVHSk8yhzFGVw=";
2626
};
2727

28-
build-system = [ flit-core ];
28+
sourceRoot = "source/packages/serialization/form/";
29+
30+
build-system = [ poetry-core ];
2931

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

4345
meta = with lib; {
4446
description = "Form serialization implementation for Kiota clients in Python";
45-
homepage = "https://github.com/microsoft/kiota-serialization-form-python";
46-
changelog = "https://github.com/microsoft/kiota-serialization-form-python/blob/v${version}/CHANGELOG.md";
47+
homepage = "https://github.com/microsoft/kiota-python/tree/main/packages/serialization/form";
48+
changelog = "https://github.com/microsoft/kiota-python/releases/tag/microsoft-kiota-serialization-form-v${version}";
4749
license = licenses.mit;
4850
maintainers = with maintainers; [ fab ];
4951
};

0 commit comments

Comments
 (0)