Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pycurl for openSUSE:Factory 
checked in at 2023-12-15 21:46:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pycurl (Old)
 and      /work/SRC/openSUSE:Factory/.python-pycurl.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pycurl"

Fri Dec 15 21:46:08 2023 rev:45 rq:1133226 version:7.45.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pycurl/python-pycurl.changes      
2023-10-12 23:37:18.738479374 +0200
+++ /work/SRC/openSUSE:Factory/.python-pycurl.new.25432/python-pycurl.changes   
2023-12-15 21:46:10.615732596 +0100
@@ -1,0 +2,6 @@
+Fri Dec 15 01:53:16 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Add patch pause-unpause-xfail.patch:
+  * XFAIL a test due to gh#pycurl/pycurl#729 (bsc#1218062)
+
+-------------------------------------------------------------------

New:
----
  pause-unpause-xfail.patch

BETA DEBUG BEGIN:
  New:
- Add patch pause-unpause-xfail.patch:
  * XFAIL a test due to gh#pycurl/pycurl#729 (bsc#1218062)
BETA DEBUG END:

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

Other differences:
------------------
++++++ python-pycurl.spec ++++++
--- /var/tmp/diff_new_pack.QvSdXt/_old  2023-12-15 21:46:11.451763155 +0100
+++ /var/tmp/diff_new_pack.QvSdXt/_new  2023-12-15 21:46:11.455763301 +0100
@@ -41,6 +41,8 @@
 # PATCH-FIX-OPENSUSE make-leap15-compat.patch mc...@suse.com
 # Make tests passing with Leap 15.2
 Patch3:         make-leap15-compat.patch
+# PATCH-FIX-OPENSUSE xfail a test around pause/unpause not behaving
+Patch4:         pause-unpause-xfail.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes

++++++ pause-unpause-xfail.patch ++++++
Index: pycurl-7.45.2/tests/multi_callback_test.py
===================================================================
--- pycurl-7.45.2.orig/tests/multi_callback_test.py
+++ pycurl-7.45.2/tests/multi_callback_test.py
@@ -77,7 +77,7 @@ class MultiCallbackTest(unittest.TestCas
 
     # (mid-transfer) easy.pause(PAUSE_ALL) must call SOCKETFUNCTION to remove 
sockets
     # (mid-transfer) easy.pause(PAUSE_CONT) must call TIMERFUNCTION to resume
-    @pytest.mark.xfail(sys.platform == 'darwin', 
reason='https://github.com/pycurl/pycurl/issues/729')
+    @pytest.mark.xfail(sys.platform is not None, 
reason='https://github.com/pycurl/pycurl/issues/729')
     def test_easy_pause_unpause(self):
         self.partial_transfer()
         self.socket_result = None

Reply via email to