Hello community, here is the log from the commit of package python-aiobotocore for openSUSE:Factory checked in at 2020-01-28 10:57:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-aiobotocore (Old) and /work/SRC/openSUSE:Factory/.python-aiobotocore.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiobotocore" Tue Jan 28 10:57:15 2020 rev:2 rq:767863 version:0.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-aiobotocore/python-aiobotocore.changes 2019-01-10 15:23:34.814315613 +0100 +++ /work/SRC/openSUSE:Factory/.python-aiobotocore.new.26092/python-aiobotocore.changes 2020-01-28 10:57:16.909125220 +0100 @@ -1,0 +2,28 @@ +Mon Jan 27 15:26:32 UTC 2020 - John Paul Adrian Glaubitz <[email protected]> + +- Update to 0.11.1 + + Fixed event streaming API calls like S3 Select. +- from version 0.11.0 + + replace CaseInsensitiveDict with urllib3 equivalent #744 + (thanks to inspiration from @craigmccarter and @kevchentw) + + bump botocore to 1.13.14 + + fix for mismatched botocore method replacements +- from version 0.10.4 + + Make AioBaseClient.close method async #724 (thanks @bsitruk) + + Bump awscli, boto3, botocore #735 (thanks @bbrendon) + + switch paginator to async_generator, add result_key_iters + (deprecate next_page method) +- from version 0.10.3 + + Bump botocore and extras +- from version 0.10.2 + + Fix response-received emitted event #682 +- from version 0.10.1 + + Make tests pass with pytest 4.1 #669 (thanks @yan12125) + + Support Python 3.7 #671 (thanks to @yan12125) + + Update RTD build config #672 (thanks @willingc) + + Bump to botocore 1.12.91 #679 +- Fix Recommends to use correct name for aws-cli package +- Rename CHANGES.txt to CHANGES.rst in %doc section +- Update BuildRequires, Recommends and Requires from setup.py + +------------------------------------------------------------------- Old: ---- aiobotocore-0.10.0.tar.gz New: ---- aiobotocore-0.11.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-aiobotocore.spec ++++++ --- /var/tmp/diff_new_pack.LWos1z/_old 2020-01-28 10:57:17.381125568 +0100 +++ /var/tmp/diff_new_pack.LWos1z/_new 2020-01-28 10:57:17.385125571 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-aiobotocore # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,33 +12,35 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-aiobotocore -Version: 0.10.0 +Version: 0.11.1 Release: 0 -License: Apache-2.0 Summary: Async client for aws services -Url: https://github.com/aio-libs/aiobotocore +License: Apache-2.0 Group: Development/Languages/Python +URL: https://github.com/aio-libs/aiobotocore Source: https://files.pythonhosted.org/packages/source/a/aiobotocore/aiobotocore-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module aiohttp >= 3.3.1} -BuildRequires: %{python_module botocore >= 1.12.49} +BuildRequires: %{python_module botocore >= 1.13.14} BuildRequires: %{python_module wrapt >= 1.10.10} # /SECTION Requires: python-aiohttp >= 3.3.1 -Requires: python-botocore >= 1.12.49 +Requires: python-async_generator >= 1.10 +Requires: python-botocore >= 1.13.14 Requires: python-wrapt >= 1.10.10 -Recommends: python-awscli >= 1.16.59 -Recommends: python-boto3 >= 1.9.49 +Recommends: awscli >= 1.16.278 +Recommends: python-boto3 >= 1.10.14 BuildArch: noarch %python_subpackages @@ -57,7 +59,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%doc CHANGES.txt README.rst +%doc CHANGES.rst README.rst %license LICENSE %{python_sitelib}/* ++++++ aiobotocore-0.10.0.tar.gz -> aiobotocore-0.11.1.tar.gz ++++++ ++++ 2087 lines of diff (skipped)
