Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2023-07-14 15:35:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and      /work/SRC/openSUSE:Factory/.python-matplotlib.new.3193 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-matplotlib"

Fri Jul 14 15:35:37 2023 rev:101 rq:1098337 version:3.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes      
2023-05-09 13:07:41.457147085 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.3193/python-matplotlib.changes
    2023-07-14 15:35:42.213957885 +0200
@@ -1,0 +2,8 @@
+Tue Jul 11 11:10:04 UTC 2023 - Markéta Machová <mmach...@suse.com>
+
+- add pyparsing-workaround-setName.patch as a part of a workaround
+  for boo#1213007
+  * it changes the behaviour for the debugging purposes, the laic
+    end user shouldn't notice
+
+-------------------------------------------------------------------

New:
----
  pyparsing-workaround-setName.patch

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

Other differences:
------------------
++++++ python-matplotlib.spec ++++++
--- /var/tmp/diff_new_pack.TaT3Qd/_old  2023-07-14 15:35:43.029962631 +0200
+++ /var/tmp/diff_new_pack.TaT3Qd/_new  2023-07-14 15:35:43.033962655 +0200
@@ -39,6 +39,8 @@
 # Bundled version of freetype and qhull for testing purposes only
 Source98:       http://www.qhull.org/download/qhull-2020-src-8.0.2.tgz
 Source99:       
https://downloads.sourceforge.net/project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz
+# PATCH-FIX-OPENSUSE mmach...@suse.com workaround for boo#1213007 suggested in 
https://github.com/matplotlib/matplotlib/issues/26152#issuecomment-1607594392
+Patch:          pyparsing-workaround-setName.patch
 Recommends:     ghostscript
 Recommends:     libxml2-tools
 Recommends:     poppler-tools

++++++ pyparsing-workaround-setName.patch ++++++
Index: matplotlib-3.6.3/lib/matplotlib/_mathtext.py
===================================================================
--- matplotlib-3.6.3.orig/lib/matplotlib/_mathtext.py
+++ matplotlib-3.6.3/lib/matplotlib/_mathtext.py
@@ -1794,7 +1794,7 @@ class Parser:
             for key, val in vars(p).items():
                 if not key.startswith('_'):
                     # Set names on everything -- very useful for debugging
-                    val.setName(key)
+                    #val.setName(key)
                     # Set actions
                     if hasattr(self, key):
                         val.setParseAction(getattr(self, key))

Reply via email to