diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-05-21 16:59:08 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-21 07:39:39 -0700 |
commit | cbf626128f0621075848ec706948611eddad6f64 (patch) | |
tree | 166b65ee1d189e4f4c3346def5c24d5c4d72f9e4 /meta-python/recipes-devtools/python/python3-matplotlib | |
parent | 5a326928d29a4eca9b800da5eb34961e9248bd0e (diff) | |
download | meta-openembedded-cbf626128f0621075848ec706948611eddad6f64.tar.gz |
python3-matplotlib: upgrade 3.10.1 -> 3.10.3
0001-Change-types-for-width-height-to-match-definitions-i.patch
refreshed for 3.10.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-matplotlib/0001-Change-types-for-width-height-to-match-definitions-i.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-matplotlib/0001-Change-types-for-width-height-to-match-definitions-i.patch b/meta-python/recipes-devtools/python/python3-matplotlib/0001-Change-types-for-width-height-to-match-definitions-i.patch index bf73bf9a22..f2c85abfbe 100644 --- a/meta-python/recipes-devtools/python/python3-matplotlib/0001-Change-types-for-width-height-to-match-definitions-i.patch +++ b/meta-python/recipes-devtools/python/python3-matplotlib/0001-Change-types-for-width-height-to-match-definitions-i.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From b19715aeafcf8440466553d01717924add1eabf4 Mon Sep 17 00:00:00 2001 | 1 | From 9e4624f256a256df595a0169908f28721fc4cdf3 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Wed, 9 Apr 2025 23:17:12 -0700 | 3 | Date: Wed, 9 Apr 2025 23:17:12 -0700 |
4 | Subject: [PATCH] Change types for width/height to match definitions in | 4 | Subject: [PATCH] Change types for width/height to match definitions in |
@@ -16,10 +16,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
16 | 1 file changed, 3 insertions(+), 3 deletions(-) | 16 | 1 file changed, 3 insertions(+), 3 deletions(-) |
17 | 17 | ||
18 | diff --git a/src/_backend_agg.h b/src/_backend_agg.h | 18 | diff --git a/src/_backend_agg.h b/src/_backend_agg.h |
19 | index 0e33d38dfd..dcbd7e1496 100644 | 19 | index 8010508..29bb81a 100644 |
20 | --- a/src/_backend_agg.h | 20 | --- a/src/_backend_agg.h |
21 | +++ b/src/_backend_agg.h | 21 | +++ b/src/_backend_agg.h |
22 | @@ -131,12 +131,12 @@ class RendererAgg | 22 | @@ -132,12 +132,12 @@ class RendererAgg |
23 | 23 | ||
24 | virtual ~RendererAgg(); | 24 | virtual ~RendererAgg(); |
25 | 25 | ||
@@ -34,7 +34,7 @@ index 0e33d38dfd..dcbd7e1496 100644 | |||
34 | { | 34 | { |
35 | return height; | 35 | return height; |
36 | } | 36 | } |
37 | @@ -206,7 +206,7 @@ class RendererAgg | 37 | @@ -205,7 +205,7 @@ class RendererAgg |
38 | void restore_region(BufferRegion ®); | 38 | void restore_region(BufferRegion ®); |
39 | void restore_region(BufferRegion ®ion, int xx1, int yy1, int xx2, int yy2, int x, int y); | 39 | void restore_region(BufferRegion ®ion, int xx1, int yy1, int xx2, int yy2, int x, int y); |
40 | 40 | ||