diff options
| author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-06-02 09:36:16 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-06-01 19:52:12 -0700 |
| commit | 3ab8ea73d3ed3abd0775c61bf29ecffa52de053d (patch) | |
| tree | 6a22cd3660c054e736f4413a47f373644d04409e /meta-python | |
| parent | 234a4c5016ea8acbe991999effa00673592eed22 (diff) | |
| download | meta-openembedded-3ab8ea73d3ed3abd0775c61bf29ecffa52de053d.tar.gz | |
python3-lz4: upgrade 4.0.0 -> 4.0.1
Changelog:
Add flush method to LZ4FrameFile.
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-lz4_4.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-lz4_4.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lz4_4.0.0.bb b/meta-python/recipes-devtools/python/python3-lz4_4.0.1.bb index ef5b006272..0dd353bfee 100644 --- a/meta-python/recipes-devtools/python/python3-lz4_4.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-lz4_4.0.1.bb | |||
| @@ -11,7 +11,7 @@ DEPENDS += " \ | |||
| 11 | 11 | ||
| 12 | SRC_URI += "file://run-ptest" | 12 | SRC_URI += "file://run-ptest" |
| 13 | 13 | ||
| 14 | SRC_URI[sha256sum] = "57c5dfd3b7dae833b0d2b2c1aafd7f9d0dfcab40683d183d010c67c9fd1beca3" | 14 | SRC_URI[sha256sum] = "efdfec2175715bf2d814ed72a7a185406f3456464eb3f343db1b87ed813e039c" |
| 15 | 15 | ||
| 16 | inherit pkgconfig pypi python_setuptools_build_meta ptest | 16 | inherit pkgconfig pypi python_setuptools_build_meta ptest |
| 17 | 17 | ||
