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 2025-07-30 11:41:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aiohttp (Old)
 and      /work/SRC/openSUSE:Factory/.python-aiohttp.new.13279 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-aiohttp"

Wed Jul 30 11:41:08 2025 rev:58 rq:1296098 version:3.12.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aiohttp/python-aiohttp.changes    
2025-07-18 15:58:44.346994555 +0200
+++ /work/SRC/openSUSE:Factory/.python-aiohttp.new.13279/python-aiohttp.changes 
2025-07-30 11:41:18.772618407 +0200
@@ -1,0 +2,7 @@
+Mon Jul 28 08:16:17 UTC 2025 - Nico Krapp <nico.kr...@suse.com>
+
+- Add remove-zlib-ng-test-dep.patch to remove python-zlib-ng test
+  dependency
+- enable test_leaks again, works with limited threads
+
+-------------------------------------------------------------------

New:
----
  remove-zlib-ng-test-dep.patch

----------(New B)----------
  New:
- Add remove-zlib-ng-test-dep.patch to remove python-zlib-ng test
  dependency
----------(New E)----------

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

Other differences:
------------------
++++++ python-aiohttp.spec ++++++
--- /var/tmp/diff_new_pack.D17fhA/_old  2025-07-30 11:41:19.592652305 +0200
+++ /var/tmp/diff_new_pack.D17fhA/_new  2025-07-30 11:41:19.596652470 +0200
@@ -29,6 +29,8 @@
 # PATCH-FIX-OPENSUSE remove-isal-test-dep.patch -- daniel.gar...@suse.com
 # Remove python-isal dependency for testing.
 Patch1:         remove-isal-test-dep.patch
+# PATCH-FIX-OPENSUSE remove-zlib-ng-test-dep.patch
+Patch2:         remove-zlib-ng-test-dep.patch
 Requires:       python-aiohappyeyeballs >= 2.5.0
 Requires:       python-aiosignal >= 1.4
 Requires:       python-attrs >= 17.3.0
@@ -73,7 +75,6 @@
 BuildRequires:  %{python_module re-assert}
 BuildRequires:  %{python_module time-machine}
 BuildRequires:  %{python_module trustme}
-BuildRequires:  %{python_module zlib-ng}
 # /SECTION
 # SECTION docs
 %if %{with docs}
@@ -141,8 +142,6 @@
 rm -v tests/test_proxy_functional.py
 # Requires python-pytest-codspeed
 rm -v tests/test_benchmarks_*
-# some tests from here hang with pycares 4.9 
https://github.com/aio-libs/aiohttp/issues/11244
-rm -v tests/test_leaks.py
 
 # randomly fails on xdist splits
 single_runs="(test_run_app or test_web_runner)"

++++++ remove-zlib-ng-test-dep.patch ++++++
Index: aiohttp-3.12.14/requirements/test.in
===================================================================
--- aiohttp-3.12.14.orig/requirements/test.in
+++ aiohttp-3.12.14/requirements/test.in
@@ -17,4 +17,3 @@ re-assert
 setuptools-git
 trustme; platform_machine != "i686"  # no 32-bit wheels
 wait-for-it
-zlib_ng
Index: aiohttp-3.12.14/tests/conftest.py
===================================================================
--- aiohttp-3.12.14.orig/tests/conftest.py
+++ aiohttp-3.12.14/tests/conftest.py
@@ -13,7 +13,6 @@ from unittest import mock
 from uuid import uuid4
 
 import pytest
-import zlib_ng.zlib_ng
 from blockbuster import blockbuster_ctx
 
 from aiohttp import payload
@@ -330,7 +329,7 @@ def unused_port_socket() -> Generator[so
         s.close()
 
 
-@pytest.fixture(params=[zlib, zlib_ng.zlib_ng])
+@pytest.fixture(params=[zlib])
 def parametrize_zlib_backend(
     request: pytest.FixtureRequest,
 ) -> Generator[None, None, None]:

Reply via email to