diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-09 21:43:28 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-09 21:43:28 -0500 |
commit | 62e8c1e96aeea262a6b8cd89fcbea4aaba619799 (patch) | |
tree | b1ded5455991d8eb936efe79c500f0a10c0a81d8 | |
parent | bd6bf732efadbcb7598ccb644c417d6e070f7f58 (diff) | |
download | meta-virtualization-62e8c1e96aeea262a6b8cd89fcbea4aaba619799.tar.gz |
python3-sphinx: update to 3.4.4
Along with the version bump, we tweak the license checksum as the
BSD clause was changed upstream.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-devtools/python/python3-sphinx_2.2.0.bb | 11 | ||||
-rw-r--r-- | recipes-devtools/python/python3-sphinx_3.4.3.bb | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/recipes-devtools/python/python3-sphinx_2.2.0.bb b/recipes-devtools/python/python3-sphinx_2.2.0.bb deleted file mode 100644 index 5ea408fa..00000000 --- a/recipes-devtools/python/python3-sphinx_2.2.0.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | DESCRIPTION = "Python documentation generator" | ||
2 | HOMEPAGE = "http://sphinx-doc.org/" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "BSD" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cc3ed00294f08c93200bc064c73c9d40" | ||
6 | |||
7 | PYPI_PACKAGE = "Sphinx" | ||
8 | |||
9 | SRC_URI[md5sum] = "ca64efdbb4d3a0a78398dbcf9f78971d" | ||
10 | SRC_URI[sha256sum] = "0d586b0f8c2fc3cc6559c5e8fd6124628110514fda0e5d7c82e682d749d2e845" | ||
11 | inherit setuptools3 pypi | ||
diff --git a/recipes-devtools/python/python3-sphinx_3.4.3.bb b/recipes-devtools/python/python3-sphinx_3.4.3.bb new file mode 100644 index 00000000..76b0cdbe --- /dev/null +++ b/recipes-devtools/python/python3-sphinx_3.4.3.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "Python documentation generator" | ||
2 | HOMEPAGE = "http://sphinx-doc.org/" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "BSD" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=82cc7d23060a75a07b820eaaf75abecf" | ||
6 | |||
7 | PYPI_PACKAGE = "Sphinx" | ||
8 | |||
9 | SRC_URI[md5sum] = "80c5176104fe0cfbd1a8430b6da308b4" | ||
10 | SRC_URI[sha256sum] = "41cad293f954f7d37f803d97eb184158cfd90f51195131e94875bc07cd08b93c" | ||
11 | inherit setuptools3 pypi | ||