Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-aiobotocore for openSUSE:Factory checked in at 2022-06-29 16:01:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-aiobotocore (Old) and /work/SRC/openSUSE:Factory/.python-aiobotocore.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-aiobotocore" Wed Jun 29 16:01:57 2022 rev:11 rq:985781 version:2.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-aiobotocore/python-aiobotocore.changes 2022-04-26 20:17:44.716758995 +0200 +++ /work/SRC/openSUSE:Factory/.python-aiobotocore.new.1548/python-aiobotocore.changes 2022-06-29 16:03:19.320779542 +0200 @@ -1,0 +2,18 @@ +Wed Jun 29 08:28:49 UTC 2022 - Ben Greiner <code@bnavigator.de> + +- Update to 2.3.4 + * fix select_object_content +- Release 2.3.3 + * fix connect timeout while getting IAM creds + * fix test files appearing in distribution package +- Release 2.3.2 + * fix 3.6 testing and and actually fix 3.6 support +- Release 2.3.1 fix 3.6 support + * AioConfig: allow keepalive_timeout to be None (thanks + @dnlserrano #933) +- Release 2.3.0 + * fix encoding issue by swapping to AioAWSResponse and + AioAWSRequest to behave more like botocore + * fix exceptions mappings + +------------------------------------------------------------------- Old: ---- aiobotocore-2.2.0-gh.tar.gz New: ---- aiobotocore-2.3.4-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-aiobotocore.spec ++++++ --- /var/tmp/diff_new_pack.RYwFFg/_old 2022-06-29 16:03:19.720780074 +0200 +++ /var/tmp/diff_new_pack.RYwFFg/_new 2022-06-29 16:03:19.724780080 +0200 @@ -21,7 +21,7 @@ %define skip_python2 1 %endif Name: python-aiobotocore -Version: 2.2.0 +Version: 2.3.4 Release: 0 Summary: Async client for aws services License: Apache-2.0 @@ -46,11 +46,17 @@ BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: %{python_module wrapt >= 1.10.10} +%if 0%{?suse_version} < 1550 +BuildRequires: %{python_module async_generator} +%endif # /SECTION Requires: python-aiohttp >= 3.3.1 Requires: python-aioitertools >= 0.5.1 Requires: python-botocore >= 1.24.21 Requires: python-wrapt >= 1.10.10 +%if 0%{?python_version_nodots} < 37 +Requires: python-async_generator +%endif Recommends: aws-cli >= 1.22.76 Recommends: python-boto3 >= 1.21.21 BuildArch: noarch @@ -86,6 +92,9 @@ donttest+=" or test_dynamodb" # s3client fails with KeyError for resp['Contents'] -- https://github.com/spulec/moto/issues/5030 donttest+=" or test_can_delete_urlencoded_object" +# fail to fetch fake AWS credentials https://github.com/aio-libs/aiobotocore/issues/948 +donttest+=" or (test_credentials and (sso or test_required_config_not_set))" + %pytest -m moto -n auto -k "not ($donttest)" %files %{python_files} ++++++ aiobotocore-2.2.0-gh.tar.gz -> aiobotocore-2.3.4-gh.tar.gz ++++++ ++++ 7146 lines of diff (skipped)