python311Packages.azure-storage-blob: 12.17.0 -> 12.18.2
Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-blob_12.18.2/sdk/storage/azure-storage-blob/CHANGELOG.md
This commit is contained in:
committed by
Jonathan Ringer
parent
5e7e4ae144
commit
6d882d7f54
@@ -1,36 +1,29 @@
|
||||
{ lib
|
||||
, azure-common
|
||||
, azure-core
|
||||
, azure-storage-common
|
||||
, buildPythonPackage
|
||||
, cryptography
|
||||
, fetchPypi
|
||||
, isodate
|
||||
, msrest
|
||||
, pythonOlder
|
||||
, typing-extensions
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "azure-storage-blob";
|
||||
version = "12.17.0";
|
||||
version = "12.18.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "zip";
|
||||
hash = "sha256-wUt4WhcFCzD8MmoxW9rmvEoHiFX0+UpMMDrXSkjcjGM=";
|
||||
hash = "sha256-4Rk1NImB/8AFuEi1XbJcBPLR+Q4e4zAAZZkGt2PPFMg=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
azure-common
|
||||
azure-core
|
||||
azure-storage-common
|
||||
cryptography
|
||||
isodate
|
||||
msrest
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user