diff options
| author | Ankur Tyagi <ankur.tyagi85@gmail.com> | 2026-01-15 02:00:47 +1300 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-01-19 12:15:41 +0530 |
| commit | bec5c3da91d086bd9002ee6e7b75c496f5ce7821 (patch) | |
| tree | dda00d6d0fbf1e203ce5a58da85921bbcb435269 /meta-python/recipes-devtools | |
| parent | 2116f0aff190a43fe65ae817b2833f36bdd127ea (diff) | |
| download | meta-openembedded-bec5c3da91d086bd9002ee6e7b75c496f5ce7821.tar.gz | |
python3-marshmallow: upgrade 3.21.1 -> 3.21.3
3.21.3 (2024-06-05)
Bug fixes:
- Fix memory leak that prevented schema instances from getting GC'd.
3.21.2 (2024-05-01)
Bug fixes:
- Allow timestamp 0 in fields.DateTime.
https://github.com/marshmallow-code/marshmallow/blob/3.21.3/CHANGELOG.rst
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-marshmallow_3.21.3.bb (renamed from meta-python/recipes-devtools/python/python3-marshmallow_3.21.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.21.1.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.21.3.bb index bf1d8dd290..9c29c810d4 100644 --- a/meta-python/recipes-devtools/python/python3-marshmallow_3.21.1.bb +++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.21.3.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "\ | |||
| 6 | file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \ | 6 | file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \ |
| 7 | file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb" | 7 | file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb" |
| 8 | 8 | ||
| 9 | SRC_URI[sha256sum] = "4e65e9e0d80fc9e609574b9983cf32579f305c718afb30d7233ab818571768c3" | 9 | SRC_URI[sha256sum] = "4f57c5e050a54d66361e826f94fba213eb10b67b2fdb02c3e0343ce207ba1662" |
| 10 | 10 | ||
| 11 | inherit python_flit_core pypi ptest | 11 | inherit python_flit_core pypi ptest |
| 12 | 12 | ||
