From 831e44d28a754b4d920d31ee54cdb2a2c1841a9c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 7 Mar 2026 11:29:37 +0100 Subject: [PATCH 1/2] python3Packages.alibabacloud-credentials: relax aiofiles --- .../python-modules/alibabacloud-credentials/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/alibabacloud-credentials/default.nix b/pkgs/development/python-modules/alibabacloud-credentials/default.nix index b02b012391f8..8ca36ded04ec 100644 --- a/pkgs/development/python-modules/alibabacloud-credentials/default.nix +++ b/pkgs/development/python-modules/alibabacloud-credentials/default.nix @@ -20,6 +20,8 @@ buildPythonPackage (finalAttrs: { hash = "sha256-gEKCgLS8+VRh1B0UkKIjYLi2fRgpvx6zj3T6vMaT8bM="; }; + pythonRelaxDeps = [ "aiofiles" ]; + build-system = [ setuptools ]; dependencies = [ From 3ea816475e0f75a084fd3264470d5810fddfbfb4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 7 Mar 2026 11:31:01 +0100 Subject: [PATCH 2/2] python3Packages.alibabacloud-credentials: update meta --- .../python-modules/alibabacloud-credentials/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/alibabacloud-credentials/default.nix b/pkgs/development/python-modules/alibabacloud-credentials/default.nix index 8ca36ded04ec..bdddb85984fc 100644 --- a/pkgs/development/python-modules/alibabacloud-credentials/default.nix +++ b/pkgs/development/python-modules/alibabacloud-credentials/default.nix @@ -38,7 +38,8 @@ buildPythonPackage (finalAttrs: { meta = { description = "Aliyun Credentials Library for Python"; - homepage = "https://pypi.org/project/alibabacloud-credentials/"; + homepage = "https://github.com/aliyun/credentials-python"; + changelog = "https://github.com/aliyun/credentials-python/releases/tag/v${finalAttrs.version}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; };