File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
pkgs/development/python-modules/microsoft-kiota-authentication-azure Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 44 azure-core ,
55 buildPythonPackage ,
66 fetchFromGitHub ,
7- flit -core,
7+ poetry -core,
88 microsoft-kiota-abstractions ,
99 opentelemetry-api ,
1010 opentelemetry-sdk ,
1616
1717buildPythonPackage rec {
1818 pname = "microsoft-kiota-authentication-azure" ;
19- version = "1.1.0 " ;
19+ version = "1.9.1 " ;
2020 pyproject = true ;
2121
22- disabled = pythonOlder "3.8 " ;
22+ disabled = pythonOlder "3.9 " ;
2323
2424 src = fetchFromGitHub {
2525 owner = "microsoft" ;
26- repo = "kiota-authentication-azure- python" ;
27- tag = "v${ version } " ;
28- hash = "sha256-JoR7qjAPNqtcV35AGwbyjhIro6AnFUZXXLHLOj7InY8 =" ;
26+ repo = "kiota-python" ;
27+ tag = "microsoft-kiota-authentication-azure- v${ version } " ;
28+ hash = "sha256-ESRnI8prXG1h5H5RVD4eOQ1sQYSEMMLVHSk8yhzFGVw =" ;
2929 } ;
3030
31- build-system = [ flit-core ] ;
31+ sourceRoot = "source/packages/authentication/azure/" ;
32+
33+ build-system = [ poetry-core ] ;
3234
3335 dependencies = [
3436 aiohttp
@@ -48,8 +50,8 @@ buildPythonPackage rec {
4850
4951 meta = with lib ; {
5052 description = "Kiota Azure authentication provider" ;
51- homepage = "https://github.com/microsoft/kiota-authentication- azure-python " ;
52- changelog = "https://github.com/microsoft/kiota-authentication-azure-python/blob/ v${ version } /CHANGELOG.md " ;
53+ homepage = "https://github.com/microsoft/kiota-python/tree/main/packages/ authentication/ azure" ;
54+ changelog = "https://github.com/microsoft/kiota-python/releases/tag/microsoft-kiota- authentication-azure-v${ version } " ;
5355 license = licenses . mit ;
5456 maintainers = with maintainers ; [ fab ] ;
5557 } ;
You can’t perform that action at this time.
0 commit comments