diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-29 10:07:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-03 13:03:32 +0000 |
commit | b94496d5e552a4a587aeca2b108ea97654b24030 (patch) | |
tree | 7c6a44b0f7e016e570f8bef3ea70f8782493072c /meta/recipes-devtools/python | |
parent | bb4f31f484796c229a5ea934138b0704206267a3 (diff) | |
download | poky-b94496d5e552a4a587aeca2b108ea97654b24030.tar.gz |
python3-gitdb: upgrade 2.0.5 -> 2.0.6
(From OE-Core rev: cb2bebfd07f04f1049a5507af7656a92481439c3)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python-gitdb.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-gitdb_2.0.6.bb (renamed from meta/recipes-devtools/python/python3-gitdb_2.0.5.bb) | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-gitdb.inc b/meta/recipes-devtools/python/python-gitdb.inc index 633752fd1b..23ec2986b1 100644 --- a/meta/recipes-devtools/python/python-gitdb.inc +++ b/meta/recipes-devtools/python/python-gitdb.inc | |||
@@ -8,8 +8,8 @@ inherit pypi | |||
8 | 8 | ||
9 | PYPI_PACKAGE = "gitdb2" | 9 | PYPI_PACKAGE = "gitdb2" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "94e59e5fb00960541f6e137b1456ab0a" | 11 | SRC_URI[md5sum] = "1a7ea3362e405f8a5634f7ee53636094" |
12 | SRC_URI[sha256sum] = "83361131a1836661a155172932a13c08bda2db3674e4caa32368aa6eb02f38c2" | 12 | SRC_URI[sha256sum] = "1b6df1433567a51a4a9c1a5a0de977aa351a405cc56d7d35f3388bad1f630350" |
13 | 13 | ||
14 | DEPENDS = "${PYTHON_PN}-async ${PYTHON_PN}-setuptools-native ${PYTHON_PN}-smmap" | 14 | DEPENDS = "${PYTHON_PN}-async ${PYTHON_PN}-setuptools-native ${PYTHON_PN}-smmap" |
15 | 15 | ||
diff --git a/meta/recipes-devtools/python/python3-gitdb_2.0.5.bb b/meta/recipes-devtools/python/python3-gitdb_2.0.6.bb index fe158327cb..2dcd9c8aff 100644 --- a/meta/recipes-devtools/python/python3-gitdb_2.0.5.bb +++ b/meta/recipes-devtools/python/python3-gitdb_2.0.6.bb | |||
@@ -1,2 +1,3 @@ | |||
1 | inherit setuptools3 | 1 | inherit setuptools3 |
2 | require python-gitdb.inc | 2 | require python-gitdb.inc |
3 | |||