File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed
pkgs/development/python-modules/microsoft-kiota-serialization-json Expand file tree Collapse file tree 1 file changed +11
-14
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 pendulum ,
88 pytest-asyncio ,
1313
1414buildPythonPackage rec {
1515 pname = "microsoft-kiota-serialization-json" ;
16- version = "1.3.3 " ;
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-json- python" ;
24- tag = "v${ version } " ;
25- hash = "sha256-J+wX2vF1LZHq88RDhda6NDeYioZzAz2BxovVFz2xxfw =" ;
23+ repo = "kiota-python" ;
24+ tag = "microsoft-kiota-serialization-json- v${ version } " ;
25+ hash = "sha256-ESRnI8prXG1h5H5RVD4eOQ1sQYSEMMLVHSk8yhzFGVw =" ;
2626 } ;
2727
28- build-system = [ flit-core ] ;
28+ sourceRoot = "source/packages/serialization/json/" ;
29+
30+ build-system = [ poetry-core ] ;
2931
3032 dependencies = [
3133 microsoft-kiota-abstractions
@@ -40,15 +42,10 @@ buildPythonPackage rec {
4042
4143 pythonImportsCheck = [ "kiota_serialization_json" ] ;
4244
43- disabledTests = [
44- # Test compare an output format
45- "test_parse_union_type_complex_property1"
46- ] ;
47-
4845 meta = with lib ; {
4946 description = "JSON serialization implementation for Kiota clients in Python" ;
50- homepage = "https://github.com/microsoft/kiota-serialization- json-python " ;
51- changelog = "https://github.com/microsoft/kiota-serialization-json-python/blob/ ${ version } /CHANGELOG.md " ;
47+ homepage = "https://github.com/microsoft/kiota-python/tree/main/packages/ serialization/ json" ;
48+ changelog = "https://github.com/microsoft/kiota-python/releases/tag/microsoft-kiota- serialization-json-v ${ version } " ;
5249 license = licenses . mit ;
5350 maintainers = with maintainers ; [ fab ] ;
5451 } ;
You can’t perform that action at this time.
0 commit comments