diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-04-19 10:57:25 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-04-21 08:26:07 -0700 |
| commit | bd115de27f2147311899d90a135eddfad1ca3e3d (patch) | |
| tree | 67480e7a238dc52d2c7dc87220e13dbbc427a6d0 /meta-python/recipes-devtools/python/python3-docutils_0.17.1.bb | |
| parent | f528f9614f9f2b4712bbbd37041c29b505322f4d (diff) | |
| download | meta-openembedded-bd115de27f2147311899d90a135eddfad1ca3e3d.tar.gz | |
python3-docutils: Upgrade 0.17 -> 0.17.1
Upgrade to release 0.17.1:
- Bug fixes
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-docutils_0.17.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-docutils_0.17.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-docutils_0.17.1.bb b/meta-python/recipes-devtools/python/python3-docutils_0.17.1.bb new file mode 100644 index 0000000000..0364cba8e6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-docutils_0.17.1.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | SUMMARY = "Docutils is a modular system for processing documentation into useful formats" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/docutils/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-2-Clause & GPL-2.0 & Python-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=836a1950177996968a49ff477a4a61c4" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
