python312Packages.aliyun-python-sdk-kms: 2.16.4 -> 2.16.5, python312Packages.aliyun-python-sdk-config: 2.2.13 -> 2.2.14, python312Packages.aliyun-python-sdk-core: 2.15.1 -> 2.15.2 (#338451)

This commit is contained in:
Fabian Affolter 2024-08-31 08:52:34 +02:00 committed by GitHub
commit 686cc65030
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "aliyun-python-sdk-config";
version = "2.2.13";
version = "2.2.14";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-w4YJe3Bngg4A2KVlpIqf80FHhscLMMMk0AVkr/NfbPM=";
hash = "sha256-drmk41/k/JJ6Zs6MrnMQa7xwpkO7MZEaSeyfm2QimKo=";
};
propagatedBuildInputs = [ aliyun-python-sdk-core ];

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "aliyun-python-sdk-core";
version = "2.15.1";
version = "2.15.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-UYVQ0H9TfNOvrDtsk7XJl840QOTQwFTjrL2qgmHpCt8=";
hash = "sha256-VPZqU+GTxhxeFupFBaDKtDVD+K0u8igz9pxNXlFRwX0=";
};
pythonRelaxDeps = true;

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "aliyun-python-sdk-kms";
version = "2.16.4";
version = "2.16.5";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-DVuxZcB7apcpOXU6EoUHOT9IAReS7g7E9ZtgIeq9l1I=";
hash = "sha256-8yiooZ2D7LuWX/zg7B6ZMHVSFtEEY4zZXs02J1O4E7M=";
};
build-system = [ setuptools ];