python313Packages.aiobotocore: 2.19.0 -> 2.22.0
https://github.com/aio-libs/aiobotocore/releases/tag/2.22.0
This commit is contained in:
committed by
Robert Schütz
parent
896c65b7ae
commit
dd59386100
@@ -24,7 +24,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiobotocore";
|
||||
version = "2.19.0";
|
||||
version = "2.22.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||
owner = "aio-libs";
|
||||
repo = "aiobotocore";
|
||||
tag = version;
|
||||
hash = "sha256-8wtWIkGja4zb2OoYALH9hTR6i90sIjIjYWTUulfYIYA=";
|
||||
hash = "sha256-Zzwj0osXqWSCWsuxlpiqpptzjLhFwlqfXqiWMP7CgXg=";
|
||||
};
|
||||
|
||||
# Relax version constraints: aiobotocore works with newer botocore versions
|
||||
@@ -75,7 +75,6 @@ buildPythonPackage rec {
|
||||
# Test requires network access
|
||||
"tests/test_version.py"
|
||||
# Test not compatible with latest moto
|
||||
"tests/boto_tests/unit/test_eventstream.py"
|
||||
"tests/python3.8/test_eventstreams.py"
|
||||
"tests/test_basic_s3.py"
|
||||
"tests/test_batch.py"
|
||||
|
||||
Reference in New Issue
Block a user