Skip to content

Commit 280645d

Browse files
python312Packages.microsoft-kiota-serialization-text: 1.0.0 -> 1.9.1
1 parent d179d75 commit 280645d

File tree

1 file changed

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

1 file changed

+11
-9
lines changed

pkgs/development/python-modules/microsoft-kiota-serialization-text/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
pytest-mock,
@@ -13,19 +13,21 @@
1313

1414
buildPythonPackage rec {
1515
pname = "microsoft-kiota-serialization-text";
16-
version = "1.0.0";
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-text-python";
24-
tag = "v${version}";
25-
hash = "sha256-jPuRfvqO4n5/PjSOS5NMCawaYRhXmrZtfg6LgYFCv7o=";
23+
repo = "kiota-python";
24+
tag = "microsoft-kiota-serialization-text-v${version}";
25+
hash = "sha256-ESRnI8prXG1h5H5RVD4eOQ1sQYSEMMLVHSk8yhzFGVw=";
2626
};
2727

28-
build-system = [ flit-core ];
28+
sourceRoot = "source/packages/serialization/text/";
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 = "Text serialization implementation for Kiota generated clients in Python";
45-
homepage = "https://github.com/microsoft/kiota-serialization-text-python";
46-
changelog = "https://github.com/microsoft/kiota-serialization-text-python/blob/${version}/CHANGELOG.md";
47+
homepage = "https://github.com/microsoft/kiota-python/tree/main/packages/serialization/text";
48+
changelog = "https://github.com/microsoft/kiota-python/releases/tag/microsoft-kiota-serialization-text-v${version}";
4749
license = licenses.mit;
4850
maintainers = with maintainers; [ fab ];
4951
};

0 commit comments

Comments
 (0)