diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-08-28 16:25:18 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-28 07:11:36 -0700 |
commit | 5136a406c50ad668526f5fd020bb12a086e4348c (patch) | |
tree | 8161213f9fbf1b9e4a8b851515574da120a85130 | |
parent | ba0d3fe611c0dc553996e7ea640325eb2516eceb (diff) | |
download | meta-openembedded-5136a406c50ad668526f5fd020bb12a086e4348c.tar.gz |
python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
Changelog:
Fix types for python-dateutil's relativedelta
License-Update:
License changed from "Apache-2.0 license" to "Apache-2.0"
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240316.bb | 8 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240821.bb | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240316.bb b/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240316.bb deleted file mode 100644 index 4b786066f7..0000000000 --- a/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240316.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | SUMMARY = "Typing stubs for python-dateutil" | ||
2 | HOMEPAGE = "https://github.com/python/typeshed" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1608a4a9c7b578e" | ||
5 | |||
6 | SRC_URI[sha256sum] = "5d2f2e240b86905e40944dd787db6da9263f0deabef1076ddaed797351ec0202" | ||
7 | |||
8 | inherit pypi setuptools3 | ||
diff --git a/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240821.bb b/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240821.bb new file mode 100644 index 0000000000..f79edaaafd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240821.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | SUMMARY = "Typing stubs for python-dateutil" | ||
2 | HOMEPAGE = "https://github.com/python/typeshed" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=c2d9643b4523fdf462545aeb1356ad23" | ||
5 | |||
6 | SRC_URI[sha256sum] = "9649d1dcb6fef1046fb18bebe9ea2aa0028b160918518c34589a46045f6ebd98" | ||
7 | |||
8 | inherit pypi setuptools3 | ||