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-01-19 00:35:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aiobotocore (Old)
 and      /work/SRC/openSUSE:Factory/.python-aiobotocore.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-aiobotocore"

Wed Jan 19 00:35:04 2022 rev:9 rq:946927 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aiobotocore/python-aiobotocore.changes    
2021-08-02 15:41:03.611172586 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-aiobotocore.new.1892/python-aiobotocore.changes
  2022-01-19 00:35:07.698287605 +0100
@@ -1,0 +2,36 @@
+Tue Jan 11 21:35:55 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Remove obsolete python36 skip of tests
+
+-------------------------------------------------------------------
+Sat Dec 25 20:25:14 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 2.1.0
+  * bump to botocore 1.23.24
+  * fix aiohttp resolver config param #906
+- Release 2.0.1
+  * revert accidental dupe of _register_s3_events #867 (thanks
+    @eoghanmurray)
+  * Support customizing the aiohttp connector resolver class #893
+    (thanks @orf)
+  * fix timestream query #902
+- Release 2.0.0
+  * bump to botocore 1.22.8
+  * turn off default AIOBOTOCORE_DEPRECATED_1_4_0_APIS env var to
+    match botocore module. See notes in 1.4.0.
+- Release 1.4.2
+  * Fix missing close() method on http session (thanks @terrycain)
+  * Fix for verify=False
+- Release 1.4.1
+  * put backwards incompatible changes behind
+    AIOBOTOCORE_DEPRECATED_1_4_0_APIS env var. This means that #876
+    will not work unless this env var has been set to 0.
+- Release 1.4.0
+  * fix retries via config #877
+  * remove AioSession and get_session top level names to match
+    botocore_
+  * change exceptions raised to match those of botocore_, see
+    mappings
+- Enable tests
+
+-------------------------------------------------------------------

Old:
----
  aiobotocore-1.3.3.tar.gz

New:
----
  aiobotocore-2.1.0-gh.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-aiobotocore.spec ++++++
--- /var/tmp/diff_new_pack.sZ4GCn/_old  2022-01-19 00:35:08.174287945 +0100
+++ /var/tmp/diff_new_pack.sZ4GCn/_new  2022-01-19 00:35:08.178287948 +0100
@@ -21,21 +21,29 @@
 %define skip_python2 1
 %endif
 Name:           python-aiobotocore
-Version:        1.3.3
+Version:        2.1.0
 Release:        0
 Summary:        Async client for aws services
 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_module devel}
+Source:         
https://github.com/aio-libs/aiobotocore/archive/refs/tags/%{version}.tar.gz#/aiobotocore-%{version}-gh.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
+BuildRequires:  %{python_module Flask-Cors}
+BuildRequires:  %{python_module Flask}
 BuildRequires:  %{python_module aiohttp >= 3.3.1}
 BuildRequires:  %{python_module aioitertools >= 0.5.1}
-BuildRequires:  %{python_module botocore >= 1.20.106}
+BuildRequires:  %{python_module botocore >= 1.23.24}
+BuildRequires:  %{python_module dill}
+BuildRequires:  %{python_module docker}
+BuildRequires:  %{python_module docutils}
+BuildRequires:  %{python_module moto-all}
+BuildRequires:  %{python_module pytest-asyncio}
+BuildRequires:  %{python_module pytest-xdist}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module wrapt >= 1.10.10}
 # /SECTION
 Requires:       python-aiohttp >= 3.3.1
@@ -61,9 +69,22 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+# import tests from local dir
+export PYTHONPATH=":x"
+export BOTO_CONFIG=/dev/null
+# different version, different digest hash
+donttest="test_patches"
+# docker image not successful
+donttest+=" or test_run_lambda"
+# no connection to httpbin.org
+donttest+=" or test_publish_to_http"
+%pytest -m moto -n auto -k "not ($donttest)"
+
 %files %{python_files}
 %doc CHANGES.rst README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/aiobotocore
+%{python_sitelib}/aiobotocore-%{version}*-info
 
 %changelog

Reply via email to