mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-matplotlib: Upgrade 3.3.0 -> 3.3.1
Upgrade to release 3.3.1 that contains several critical bug-fixes: - fix docstring import issues when running Python with optimization - fix hist with categorical data, such as with Pandas - fix install on BSD systems - fix nbagg compatibility with Chrome 84+ - fix ordering of scatter marker size in 3D plots - fix performance regression when plotting Paths - fix reading from URL in imread - fix several regressions with new date epoch handling - fix some bad constrained and tight layout interactions with colorbars - fix use of customized toolbars in TkAgg and WXAgg backends Add the native recipe for python3-certifi to DEPENDS. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
aef9af7697
commit
8886ad76c0
|
|
@ -16,10 +16,11 @@ DEPENDS = "\
|
|||
python3-numpy-native \
|
||||
python3-dateutil-native \
|
||||
python3-pytz-native \
|
||||
python3-certifi-native \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "b1de7185687c6f5c092689e3431a69b3"
|
||||
SRC_URI[sha256sum] = "24e8db94948019d531ce0bcd637ac24b1c8f6744ac86d2aa0eb6dbaeb1386f82"
|
||||
SRC_URI[md5sum] = "f3a405f340be5b151cb2042c4d8d16f7"
|
||||
SRC_URI[sha256sum] = "87f53bcce90772f942c2db56736788b39332d552461a5cb13f05ff45c1680f0e"
|
||||
|
||||
inherit pypi setuptools3 pkgconfig
|
||||
|
||||
Loading…
Reference in New Issue
Block a user