From 9b615bcfabf36efc346e1cef71767d6324901ce9 Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Mon, 9 Mar 2020 21:06:28 +0000 Subject: python3-sqlparse: upgrade 0.3.0 -> 0.3.1 See full changelog https://sqlparse.readthedocs.io/en/latest/changes/ Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-sqlparse.inc | 4 ++-- meta-python/recipes-devtools/python/python3-sqlparse_0.3.0.bb | 3 --- meta-python/recipes-devtools/python/python3-sqlparse_0.3.1.bb | 3 +++ 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-sqlparse_0.3.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-sqlparse_0.3.1.bb diff --git a/meta-python/recipes-devtools/python/python-sqlparse.inc b/meta-python/recipes-devtools/python/python-sqlparse.inc index 14e683d002..473232d652 100644 --- a/meta-python/recipes-devtools/python/python-sqlparse.inc +++ b/meta-python/recipes-devtools/python/python-sqlparse.inc @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc" SRC_URI += "file://0001-sqlparse-change-shebang-to-python3.patch" -SRC_URI[md5sum] = "2ce34181d6b7b234c9f3c0ecd1ffb93e" -SRC_URI[sha256sum] = "7c3dca29c022744e95b547e867cee89f4fce4373f3549ccd8797d8eb52cdb873" +SRC_URI[md5sum] = "423047887a3590b04dd18f8caf843a2f" +SRC_URI[sha256sum] = "e162203737712307dfe78860cc56c8da8a852ab2ee33750e33aeadf38d12c548" export BUILD_SYS export HOST_SYS diff --git a/meta-python/recipes-devtools/python/python3-sqlparse_0.3.0.bb b/meta-python/recipes-devtools/python/python3-sqlparse_0.3.0.bb deleted file mode 100644 index a646ac6486..0000000000 --- a/meta-python/recipes-devtools/python/python3-sqlparse_0.3.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools3 -require python-sqlparse.inc -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-sqlparse_0.3.1.bb b/meta-python/recipes-devtools/python/python3-sqlparse_0.3.1.bb new file mode 100644 index 0000000000..a646ac6486 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sqlparse_0.3.1.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-sqlparse.inc +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf