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 2026-07-20 09:59:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-calmjs (Old)
 and      /work/SRC/openSUSE:Factory/.python-calmjs.new.24530 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-calmjs"

Mon Jul 20 09:59:20 2026 rev:15 rq:1366630 version:3.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-calmjs/python-calmjs.changes      
2026-02-26 18:59:56.581780104 +0100
+++ /work/SRC/openSUSE:Factory/.python-calmjs.new.24530/python-calmjs.changes   
2026-07-20 10:01:30.440506258 +0200
@@ -1,0 +2,5 @@
+Mon Jul 20 02:44:07 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Tweak support-python-313.patch yet again, for another change in argparse.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ support-python-313.patch ++++++
--- /var/tmp/diff_new_pack.yjnIn0/_old  2026-07-20 10:01:31.060527123 +0200
+++ /var/tmp/diff_new_pack.yjnIn0/_new  2026-07-20 10:01:31.068527393 +0200
@@ -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, 13):
 +            msg = "(choose from 1, 2, 3)"
 +        self.assertIn(msg, sys.stderr.getvalue())
  

Reply via email to