diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-11-02 09:42:38 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-03 11:12:25 +0000 |
| commit | a9b65ad9cb193fe5f4b5ce0bca58ec54ccba2266 (patch) | |
| tree | e41ba2a2d4a93e4ac478560345e6463486c17e67 /meta/recipes-devtools | |
| parent | 0cb32ebdec99a4aced6cb82f18b8fb00537e1762 (diff) | |
| download | poky-a9b65ad9cb193fe5f4b5ce0bca58ec54ccba2266.tar.gz | |
python3-gitdb: upgrade 4.0.7 -> 4.0.9
(From OE-Core rev: b0de9c477dcc63a4b28a430b0a45cd63f731721b)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/python/python-gitdb.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-gitdb_4.0.7.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-gitdb_4.0.9.bb | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python-gitdb.inc b/meta/recipes-devtools/python/python-gitdb.inc index 5b24a1f4a3..9482964f30 100644 --- a/meta/recipes-devtools/python/python-gitdb.inc +++ b/meta/recipes-devtools/python/python-gitdb.inc | |||
| @@ -8,7 +8,7 @@ inherit pypi | |||
| 8 | 8 | ||
| 9 | PYPI_PACKAGE = "gitdb" | 9 | PYPI_PACKAGE = "gitdb" |
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "96bf5c08b157a666fec41129e6d327235284cca4c81e92109260f353ba138005" | 11 | SRC_URI[sha256sum] = "bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa" |
| 12 | 12 | ||
| 13 | DEPENDS = "${PYTHON_PN}-async ${PYTHON_PN}-setuptools-native ${PYTHON_PN}-smmap" | 13 | DEPENDS = "${PYTHON_PN}-async ${PYTHON_PN}-setuptools-native ${PYTHON_PN}-smmap" |
| 14 | 14 | ||
diff --git a/meta/recipes-devtools/python/python3-gitdb_4.0.7.bb b/meta/recipes-devtools/python/python3-gitdb_4.0.7.bb deleted file mode 100644 index 988d67b5f1..0000000000 --- a/meta/recipes-devtools/python/python3-gitdb_4.0.7.bb +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-gitdb.inc | ||
| 3 | |||
| 4 | SRC_URI[md5sum] = "3f52187435ab0b6e64a15782ffaf29ab" | ||
diff --git a/meta/recipes-devtools/python/python3-gitdb_4.0.9.bb b/meta/recipes-devtools/python/python3-gitdb_4.0.9.bb new file mode 100644 index 0000000000..2dcd9c8aff --- /dev/null +++ b/meta/recipes-devtools/python/python3-gitdb_4.0.9.bb | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-gitdb.inc | ||
| 3 | |||
