File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
pkgs/development/python-modules/microsoft-kiota-serialization-multipart Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 buildPythonPackage ,
44 fetchFromGitHub ,
5- flit -core,
5+ poetry -core,
66 microsoft-kiota-abstractions ,
77 microsoft-kiota-serialization-json ,
88 pytest-asyncio ,
1313
1414buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments