mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
5a326928d2
commit
cbf626128f
|
|
@ -1,4 +1,4 @@
|
|||
From b19715aeafcf8440466553d01717924add1eabf4 Mon Sep 17 00:00:00 2001
|
||||
From 9e4624f256a256df595a0169908f28721fc4cdf3 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Wed, 9 Apr 2025 23:17:12 -0700
|
||||
Subject: [PATCH] Change types for width/height to match definitions in
|
||||
|
|
@ -16,10 +16,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/src/_backend_agg.h b/src/_backend_agg.h
|
||||
index 0e33d38dfd..dcbd7e1496 100644
|
||||
index 8010508..29bb81a 100644
|
||||
--- a/src/_backend_agg.h
|
||||
+++ b/src/_backend_agg.h
|
||||
@@ -131,12 +131,12 @@ class RendererAgg
|
||||
@@ -132,12 +132,12 @@ class RendererAgg
|
||||
|
||||
virtual ~RendererAgg();
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ index 0e33d38dfd..dcbd7e1496 100644
|
|||
{
|
||||
return height;
|
||||
}
|
||||
@@ -206,7 +206,7 @@ class RendererAgg
|
||||
@@ -205,7 +205,7 @@ class RendererAgg
|
||||
void restore_region(BufferRegion ®);
|
||||
void restore_region(BufferRegion ®ion, int xx1, int yy1, int xx2, int yy2, int x, int y);
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ SRC_URI += "file://run-ptest \
|
|||
file://0001-Do-not-download-external-dependency-tarballs-via-mes.patch \
|
||||
file://0001-Change-types-for-width-height-to-match-definitions-i.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "e8d2d0e3881b129268585bf4765ad3ee73a4591d77b9a18c214ac7e3a79fb2ba"
|
||||
SRC_URI[sha256sum] = "2f82d2c5bb7ae93aaaa4cd42aca65d76ce6376f83304fa3a630b569aca274df0"
|
||||
|
||||
inherit pypi pkgconfig python3targetconfig meson ptest-python-pytest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user