diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-06-14 16:24:36 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-06-15 08:47:07 -0700 |
commit | f83bc038ce477a76c5ce2eb0cd6509903f34ecbb (patch) | |
tree | d543894b0b877608ec41b0e5d30cba0c66744133 /meta-python | |
parent | c9557fb4584829a3705f778d7eaed4aa8c45d6af (diff) | |
download | meta-openembedded-f83bc038ce477a76c5ce2eb0cd6509903f34ecbb.tar.gz |
python3-dill: Upgrade 0.3.3 -> 0.3.4
Upgrade to release 0.3.4:
- fix typos and formatting
- update legacy links
- rename Examples in README
License-Update: Update year
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.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.3.bb | 11 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-dill_0.3.4.bb | 14 |
2 files changed, 14 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dill_0.3.3.bb b/meta-python/recipes-devtools/python/python3-dill_0.3.3.bb deleted file mode 100644 index bf26ba30b..000000000 --- a/meta-python/recipes-devtools/python/python3-dill_0.3.3.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | SUMMARY = "Serialize all of python" | ||
2 | HOMEPAGE = "https://pypi.org/project/dill/" | ||
3 | LICENSE = "BSD" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=90fee9f98d11d59df3f8aa813ff9a3de" | ||
5 | |||
6 | SRC_URI[md5sum] = "99c878e2e4e924f3234c0efcbcff6abf" | ||
7 | SRC_URI[sha256sum] = "efb7f6cb65dba7087c1e111bb5390291ba3616741f96840bfc75792a1a9b5ded" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | PYPI_PACKAGE_EXT = "zip" | ||
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 new file mode 100644 index 000000000..0634e17f5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "Serialize all of python" | ||
2 | HOMEPAGE = "https://pypi.org/project/dill/" | ||
3 | LICENSE = "BSD" | ||
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 | " | ||