Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python for openSUSE:Factory checked 
in at 2023-06-17 22:19:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python (Old)
 and      /work/SRC/openSUSE:Factory/.python.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python"

Sat Jun 17 22:19:54 2023 rev:185 rq:1093166 version:2.7.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/python/python-base.changes       2023-06-07 
23:06:56.543176253 +0200
+++ /work/SRC/openSUSE:Factory/.python.new.15902/python-base.changes    
2023-06-17 22:19:59.631422790 +0200
@@ -1,0 +2,5 @@
+Wed Jun  7 15:37:43 UTC 2023 - Matej Cepl <mc...@suse.com>
+
+- Fix the application of the python-2.7.17-switch-off-failing-SSL-tests.patch.
+
+-------------------------------------------------------------------
python-doc.changes: same change
python.changes: same change

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

Other differences:
------------------
++++++ python-base.spec ++++++
--- /var/tmp/diff_new_pack.hNJn13/_old  2023-06-17 22:20:01.475433870 +0200
+++ /var/tmp/diff_new_pack.hNJn13/_new  2023-06-17 22:20:01.479433895 +0200
@@ -267,10 +267,12 @@
 %patch40 -p1
 %endif
 %patch41 -p1
-%if %{suse_version} >= 1500
+%if %{suse_version} >= 1500 || (0%{?sle_version} && 0%{?sle_version} >= 120400)
 %patch47 -p1
 %patch48 -p1
-%else
+%endif
+# SLE-12 needs to skip more
+%if %{suse_version} == 1315
 %patch57 -p1
 %endif
 %patch49 -p1

python-doc.spec: same change
python.spec: same change


++++++ python-2.7.17-switch-off-failing-SSL-tests.patch ++++++
--- /var/tmp/diff_new_pack.hNJn13/_old  2023-06-17 22:20:01.731435409 +0200
+++ /var/tmp/diff_new_pack.hNJn13/_new  2023-06-17 22:20:01.731435409 +0200
@@ -1,3 +1,7 @@
+---
+ Lib/test/test_ssl.py |    5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
 --- a/Lib/test/test_ssl.py
 +++ b/Lib/test/test_ssl.py
 @@ -152,9 +152,7 @@ def skip_if_broken_ubuntu_ssl(func):
@@ -15,7 +19,7 @@
          self.assertEqual(ctx.verify_mode, ssl.CERT_NONE)
          self._assert_context_options(ctx)
  
-+    @skip_if_broken_ubuntu_ssl
++    @unittest.skip("Test fails on SLE-12")
      def test__https_verify_certificates(self):
          # Unit test to check the contect factory mapping
          # The factories themselves are tested above

Reply via email to