From 9026f792e434bed175482605390653b400d820fc Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 3 Aug 2022 20:28:55 +0200 Subject: [PATCH] python3-matplotlib: bump to 3.5.2 There's a bug in 3.5.1 that makes importing matplotlib impossible in some environments: >>> import matplotlib Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.10/site-packages/matplotlib/__init__.py", line 895, in defaultParams = rcsetup.defaultParams = { File "/usr/lib/python3.10/site-packages/matplotlib/__init__.py", line 898, in rcParamsDefault[key]), File "/usr/lib/python3.10/site-packages/matplotlib/__init__.py", line 674, in __getitem__ return dict.__getitem__(self, key) KeyError: 'webagg.port' This is fixed in 3.5.2. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- ...{python3-matplotlib_3.5.1.bb => python3-matplotlib_3.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-matplotlib_3.5.1.bb => python3-matplotlib_3.5.2.bb} (96%) diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb b/meta-python/recipes-devtools/python/python3-matplotlib_3.5.2.bb similarity index 96% rename from meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb rename to meta-python/recipes-devtools/python/python3-matplotlib_3.5.2.bb index e3e5d85eb..eaa144719 100644 --- a/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-matplotlib_3.5.2.bb @@ -21,7 +21,7 @@ DEPENDS = "\ python3-certifi-native \ " -SRC_URI[sha256sum] = "b2e9810e09c3a47b73ce9cab5a72243a1258f61e7900969097a817232246ce1c" +SRC_URI[sha256sum] = "48cf850ce14fa18067f2d9e0d646763681948487a8080ec0af2686468b4607a2" inherit pypi setuptools3 pkgconfig