Skip to content

Commit

Permalink
python3-yappi: upgrade 1.3.3 -> 1.3.5
Browse files Browse the repository at this point in the history
1.3.5 (2022-05-20)

- Fix an exception with matplotlib on Python 3.10 (openembedded#97)
- Fix incorrect walltime when same coroutine is ran with concurrent tasks (openembedded#58)

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed May 28, 2022
1 parent 5baa3c6 commit ff4013e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/sumerc/yappi"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=71c208c9a4fd864385eb69ad4caa3bee"

SRC_URI[sha256sum] = "855890cd9a90d833dd2df632d648de8ccd0a4c3131f1edc8abd004db0625b5e8"
SRC_URI[sha256sum] = "f54c25f04aa7c613633b529bffd14e0699a4363f414dc9c065616fd52064a49b"

SRC_URI += " \
file://run-ptest \
Expand Down

0 comments on commit ff4013e

Please sign in to comment.