diff options
author | wangmy <wangmy@fujitsu.com> | 2022-06-23 15:14:43 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-02 11:37:02 -0400 |
commit | 9ed9bd46fa81d7cc444978050db12bca6e9f18c5 (patch) | |
tree | b576e59a2bbfd0d510ee9b8a1fe64719d077d869 /meta-python | |
parent | 41b5aa1836e0481aa1161e249793e8227b41c5b2 (diff) | |
download | meta-openembedded-9ed9bd46fa81d7cc444978050db12bca6e9f18c5.tar.gz |
python3-dill: upgrade 0.3.4 -> 0.3.5.1
License-Update: Copyright year updated to 2022.
Add dependence python3-logging.
Signed-off-by: Wang Mingyu <wangmy@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-dill_0.3.4.bb | 14 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-dill_0.3.5.1.bb | 15 |
2 files changed, 15 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb b/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb deleted file mode 100644 index ff0104cc8a..0000000000 --- a/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | SUMMARY = "Serialize all of python" | ||
2 | HOMEPAGE = "https://pypi.org/project/dill/" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=41adceb584fdde8323ddf9ad23c07fe5" | ||
5 | |||
6 | SRC_URI[sha256sum] = "9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675" | ||
7 | |||
8 | inherit pypi setuptools3 | ||
9 | |||
10 | PYPI_PACKAGE_EXT = "zip" | ||
11 | |||
12 | RDEPENDS:${PN} += "\ | ||
13 | ${PYTHON_PN}-multiprocessing \ | ||
14 | " | ||
diff --git a/meta-python/recipes-devtools/python/python3-dill_0.3.5.1.bb b/meta-python/recipes-devtools/python/python3-dill_0.3.5.1.bb new file mode 100644 index 0000000000..d9110e3fd4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dill_0.3.5.1.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "Serialize all of python" | ||
2 | HOMEPAGE = "https://pypi.org/project/dill/" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=61f24e44fc855bde43ed5a1524a37bc4" | ||
5 | |||
6 | SRC_URI[sha256sum] = "d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86" | ||
7 | |||
8 | inherit pypi setuptools3 | ||
9 | |||
10 | PYPI_PACKAGE_EXT = "tar.gz" | ||
11 | |||
12 | RDEPENDS:${PN} += "\ | ||
13 | ${PYTHON_PN}-multiprocessing \ | ||
14 | ${PYTHON_PN}-logging \ | ||
15 | " | ||