python3Packages.b2sdk: 2.0.0 -> 2.1.0

This commit is contained in:
Danielle Lancashire 2024-05-01 23:28:22 +02:00
parent dcee79f8e4
commit 9859573850
No known key found for this signature in database
GPG Key ID: 8D65584EF3DDF91B

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "b2sdk";
version = "2.0.0";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "Backblaze";
repo = "b2-sdk-python";
rev = "refs/tags/v${version}";
hash = "sha256-0/UC4O19oO8SpboiPIhvkWBA8XHpc279fl377MooK54=";
hash = "sha256-/TuPT+Y0asGGtfRNxxvpX0WkS4O4asFmIuqSdQ4I9fQ=";
};
build-system = [ pdm-backend ];
@ -60,6 +60,9 @@ buildPythonPackage rec {
# requires aws s3 auth
"test/integration/test_download.py"
"test/integration/test_upload.py"
# Requires backblaze auth
"test/integration/test_bucket.py"
];
disabledTests = [