From 7f5225b97498a6ac5ee501682a77a5aed0aa044c Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 17 Aug 2018 08:28:20 -0400 Subject: python3-gitdb: update to version 2.0.4 Update to the latest stable release Signed-off-by: Derek Straka Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-gitdb.inc | 4 ++-- meta/recipes-devtools/python/python3-gitdb_2.0.3.bb | 2 -- meta/recipes-devtools/python/python3-gitdb_2.0.4.bb | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-gitdb_2.0.3.bb create mode 100644 meta/recipes-devtools/python/python3-gitdb_2.0.4.bb (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/python/python-gitdb.inc b/meta/recipes-devtools/python/python-gitdb.inc index 2d5292e5d4..789ab959fd 100644 --- a/meta/recipes-devtools/python/python-gitdb.inc +++ b/meta/recipes-devtools/python/python-gitdb.inc @@ -8,8 +8,8 @@ inherit pypi PYPI_PACKAGE = "gitdb2" -SRC_URI[md5sum] = "d5217eb94ebd36fcec62b929d1f72b00" -SRC_URI[sha256sum] = "b60e29d4533e5e25bb50b7678bbc187c8f6bcff1344b4f293b2ba55c85795f09" +SRC_URI[md5sum] = "6e21f5795a204f7afecb0a72fff66932" +SRC_URI[sha256sum] = "bb4c85b8a58531c51373c89f92163b92f30f81369605a67cd52d1fc21246c044" DEPENDS = "${PYTHON_PN}-async ${PYTHON_PN}-setuptools-native ${PYTHON_PN}-smmap" diff --git a/meta/recipes-devtools/python/python3-gitdb_2.0.3.bb b/meta/recipes-devtools/python/python3-gitdb_2.0.3.bb deleted file mode 100644 index fe158327cb..0000000000 --- a/meta/recipes-devtools/python/python3-gitdb_2.0.3.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-gitdb.inc diff --git a/meta/recipes-devtools/python/python3-gitdb_2.0.4.bb b/meta/recipes-devtools/python/python3-gitdb_2.0.4.bb new file mode 100644 index 0000000000..fe158327cb --- /dev/null +++ b/meta/recipes-devtools/python/python3-gitdb_2.0.4.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-gitdb.inc -- cgit 1.2.3-korg