Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-elastic-transport for 
openSUSE:Factory checked in at 2025-09-17 16:37:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-elastic-transport (Old)
 and      /work/SRC/openSUSE:Factory/.python-elastic-transport.new.27445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-elastic-transport"

Wed Sep 17 16:37:02 2025 rev:17 rq:1304838 version:8.17.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-elastic-transport/python-elastic-transport.changes
        2025-04-08 17:51:41.827667522 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-elastic-transport.new.27445/python-elastic-transport.changes
     2025-09-17 16:37:05.308768934 +0200
@@ -1,0 +2,5 @@
+Mon Sep 15 10:56:19 UTC 2025 - Markéta Machová <[email protected]>
+
+- Add fixture-scope.patch to fix tests with pytest-asyncio 1.2.0
+
+-------------------------------------------------------------------

New:
----
  fixture-scope.patch

----------(New B)----------
  New:
- Add fixture-scope.patch to fix tests with pytest-asyncio 1.2.0
----------(New E)----------

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

Other differences:
------------------
++++++ python-elastic-transport.spec ++++++
--- /var/tmp/diff_new_pack.bisF6m/_old  2025-09-17 16:37:05.816790456 +0200
+++ /var/tmp/diff_new_pack.bisF6m/_new  2025-09-17 16:37:05.820790625 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-elastic-transport
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 License:        Apache-2.0
 URL:            https://github.com/elastic/elastic-transport-python
 Source:         
https://github.com/elastic/elastic-transport-python/archive/refs/tags/v%{version}.tar.gz#/elastic-transport-python-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM 
https://github.com/elastic/elastic-transport-python/pull/257 fix behaviour with 
pytest-asyncio 1.2.0
+Patch0:         fixture-scope.patch
 BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}

++++++ fixture-scope.patch ++++++
Index: elastic-transport-python-8.17.1/setup.cfg
===================================================================
--- elastic-transport-python-8.17.1.orig/setup.cfg
+++ elastic-transport-python-8.17.1/setup.cfg
@@ -3,7 +3,7 @@ profile = black
 
 [tool:pytest]
 addopts = -vvv --cov-report=term-missing --cov=elastic_transport
-asyncio_default_fixture_loop_scope = "function"
+asyncio_default_fixture_loop_scope = function
 
 [coverage:report]
 omit = 

Reply via email to