mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 03:10:01 +00:00
python3-tomli-w: Upgrade 1.0.0 -> 1.1.0
Upgrade to release 1.1.0: - Accept generic collections.abc.Mapping, not just dict, as input. - indent keyword argument for customizing indent width of arrays. - Type annotate dump function's output stream object as typing.IO[bytes] (previously typing.BinaryIO) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/hukkin/tomli-w"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5"
|
||||
|
||||
SRCREV = "19099125f32e7c491603e393263754262b356956"
|
||||
SRCREV = "179105660c367874818f2cdd1e06ed98eea668f1"
|
||||
PYPI_SRC_URI = "git://github.com/hukkin/tomli-w.git;protocol=https;branch=master"
|
||||
|
||||
inherit pypi python_flit_core ptest
|
||||
Reference in New Issue
Block a user