diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-03-09 21:06:28 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-10 18:21:23 -0700 |
commit | 9b615bcfabf36efc346e1cef71767d6324901ce9 (patch) | |
tree | 769054ed51327b046b4993374b1d32fb2d1e72e0 /meta-python/recipes-devtools/python/python-sqlparse.inc | |
parent | bf7de63a4f894c4b81868e1189ce93364d7c42b2 (diff) | |
download | meta-openembedded-9b615bcfabf36efc346e1cef71767d6324901ce9.tar.gz |
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 <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-sqlparse.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-sqlparse.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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" | |||
6 | 6 | ||
7 | SRC_URI += "file://0001-sqlparse-change-shebang-to-python3.patch" | 7 | SRC_URI += "file://0001-sqlparse-change-shebang-to-python3.patch" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "2ce34181d6b7b234c9f3c0ecd1ffb93e" | 9 | SRC_URI[md5sum] = "423047887a3590b04dd18f8caf843a2f" |
10 | SRC_URI[sha256sum] = "7c3dca29c022744e95b547e867cee89f4fce4373f3549ccd8797d8eb52cdb873" | 10 | SRC_URI[sha256sum] = "e162203737712307dfe78860cc56c8da8a852ab2ee33750e33aeadf38d12c548" |
11 | 11 | ||
12 | export BUILD_SYS | 12 | export BUILD_SYS |
13 | export HOST_SYS | 13 | export HOST_SYS |