Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-calmjs for openSUSE:Factory 
checked in at 2025-01-28 14:59:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-calmjs (Old)
 and      /work/SRC/openSUSE:Factory/.python-calmjs.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-calmjs"

Tue Jan 28 14:59:35 2025 rev:12 rq:1240689 version:3.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-calmjs/python-calmjs.changes      
2025-01-07 20:54:21.611247216 +0100
+++ /work/SRC/openSUSE:Factory/.python-calmjs.new.2316/python-calmjs.changes    
2025-01-28 15:00:27.665239175 +0100
@@ -1,0 +2,6 @@
+Mon Jan 27 16:46:53 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Tweak support-python-313.patch to adapt to yet another change
+  in argparse
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ support-python-313.patch ++++++
--- /var/tmp/diff_new_pack.AOWxfg/_old  2025-01-28 15:00:28.073256044 +0100
+++ /var/tmp/diff_new_pack.AOWxfg/_new  2025-01-28 15:00:28.081256375 +0100
@@ -46,7 +46,7 @@
  
 -        self.assertIn("(choose from '1', '2', '3')", sys.stderr.getvalue())
 +        msg = "(choose from '1', '2', '3')"
-+        if sys.version_info[:2] == (3, 12):
++        if sys.version_info[:2] >= (3, 12):
 +            msg = "(choose from 1, 2, 3)"
 +        self.assertIn(msg, sys.stderr.getvalue())
  

Reply via email to