Skip to content

Commit d179d75

Browse files
python312Packages.microsoft-kiota-serialization-multipart: 0.1.0 -> 1.9.1
1 parent acdbde7 commit d179d75

File tree

1 file changed

+10
-8
lines changed
  • pkgs/development/python-modules/microsoft-kiota-serialization-multipart

1 file changed

+10
-8
lines changed

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

Lines changed: 10 additions & 8 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
microsoft-kiota-serialization-json,
88
pytest-asyncio,
@@ -13,19 +13,21 @@
1313

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

1919
disabled = pythonOlder "3.8";
2020

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

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

3032
dependencies = [ microsoft-kiota-abstractions ];
3133

@@ -40,8 +42,8 @@ buildPythonPackage rec {
4042

4143
meta = with lib; {
4244
description = "Multipart serialization implementation for Kiota clients in Python";
43-
homepage = "https://github.com/microsoft/kiota-serialization-multipart-python";
44-
changelog = "https://github.com/microsoft/kiota-serialization-multipart-python/blob/${version}/CHANGELOG.md";
45+
homepage = "https://github.com/microsoft/kiota-python/tree/main/packages/serialization/multipart";
46+
changelog = "https://github.com/microsoft/kiota-python/releases/tag/microsoft-kiota-serialization-multipart-v${version}";
4547
license = licenses.mit;
4648
maintainers = with maintainers; [ fab ];
4749
};

0 commit comments

Comments
 (0)