]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-gitdb: upgrade 4.0.4 -> 4.0.5
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sun, 31 May 2020 15:51:53 +0000 (17:51 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Jun 2020 14:25:54 +0000 (15:25 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-gitdb.inc
meta/recipes-devtools/python/python3-gitdb_4.0.4.bb [deleted file]
meta/recipes-devtools/python/python3-gitdb_4.0.5.bb [new file with mode: 0644]

index a91bb32c3b433dcba4b56d7845e3e9852273eaeb..618d85ff8d0e8bba5b10ea15d5181e47ee3551db 100644 (file)
@@ -8,7 +8,7 @@ inherit pypi
 
 PYPI_PACKAGE = "gitdb"
 
-SRC_URI[sha256sum] = "6f0ecd46f99bb4874e5678d628c3a198e2b4ef38daea2756a2bfd8df7dd5c1a5"
+SRC_URI[sha256sum] = "c9e1f2d0db7ddb9a704c2a0217be31214e91a4fe1dea1efad19ae42ba0c285c9"
 
 DEPENDS = "${PYTHON_PN}-async ${PYTHON_PN}-setuptools-native ${PYTHON_PN}-smmap"
 
diff --git a/meta/recipes-devtools/python/python3-gitdb_4.0.4.bb b/meta/recipes-devtools/python/python3-gitdb_4.0.4.bb
deleted file mode 100644 (file)
index 2dcd9c8..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-inherit setuptools3
-require python-gitdb.inc
-
diff --git a/meta/recipes-devtools/python/python3-gitdb_4.0.5.bb b/meta/recipes-devtools/python/python3-gitdb_4.0.5.bb
new file mode 100644 (file)
index 0000000..fe56bf9
--- /dev/null
@@ -0,0 +1,4 @@
+inherit setuptools3
+require python-gitdb.inc
+
+SRC_URI[md5sum] = "0e2d3f34efece5deda7c55fede6507cc"