diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-11-12 12:56:15 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-18 08:18:15 -0800 |
| commit | 6027141c0ccada9a73438193582139a271ab0506 (patch) | |
| tree | d10513d094567ebc934b8e0f929a00e5eabe07da /meta-python/recipes-devtools/python/python3-dill_0.3.3.bb | |
| parent | 45c2cb0cd07a6bd162bef6232ef98f7c7f01b0dc (diff) | |
| download | meta-openembedded-6027141c0ccada9a73438193582139a271ab0506.tar.gz | |
python3-dill: Upgrade 0.3.2 -> 0.3.3
Upgrade to release 0.3.3:
- Treat extension modules as built-in
- Fix typo in README.md
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dill_0.3.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dill_0.3.3.bb | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 0000000000..bf26ba30b5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dill_0.3.3.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 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" | ||
