Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-aiohttp for openSUSE:Factory 
checked in at 2023-03-17 17:00:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aiohttp (Old)
 and      /work/SRC/openSUSE:Factory/.python-aiohttp.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-aiohttp"

Fri Mar 17 17:00:52 2023 rev:32 rq:1072272 version:3.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aiohttp/python-aiohttp.changes    
2022-12-28 10:54:24.428071061 +0100
+++ /work/SRC/openSUSE:Factory/.python-aiohttp.new.31432/python-aiohttp.changes 
2023-03-17 17:00:54.660626838 +0100
@@ -1,0 +2,6 @@
+Thu Mar 16 07:32:13 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Disable DeprecationWarning to avoid error with the latest setuptools
+  and pkg_resources deprecation
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-aiohttp.spec ++++++
--- /var/tmp/diff_new_pack.6vtQse/_old  2023-03-17 17:00:55.396630694 +0100
+++ /var/tmp/diff_new_pack.6vtQse/_new  2023-03-17 17:00:55.400630715 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-aiohttp
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -73,9 +73,9 @@
 BuildRequires:  %{python_module gunicorn}
 BuildRequires:  %{python_module pluggy}
 BuildRequires:  %{python_module proxy.py}
+BuildRequires:  %{python_module pytest >= 6.2.0}
 BuildRequires:  %{python_module pytest-mock}
 BuildRequires:  %{python_module pytest-timeout}
-BuildRequires:  %{python_module pytest >= 6.2.0}
 BuildRequires:  %{python_module re-assert}
 BuildRequires:  %{python_module trustme}
 # /SECTION
@@ -143,7 +143,10 @@
   $python_donttest=" or test_read_boundary_with_incomplete_chunk"
 fi
 }
-%pytest_arch tests -rsEf -k "not ($donttest ${$python_donttest})"
+
+# Disable DeprecationWarning to avoid error with the latest setuptools
+# and pkg_resources deprecation
+%pytest_arch tests -rsEf -k "not ($donttest ${$python_donttest})" -W 
ignore::DeprecationWarning
 
 %files %{python_files}
 %license LICENSE.txt

Reply via email to