summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pymysql_0.10.1.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-09-14 16:15:29 +0300
committerKhem Raj <raj.khem@gmail.com>2020-09-15 09:28:34 -0700
commita09767b5ccea1d8dbc104044d014515b80286d55 (patch)
tree3754ab105f5bcca6c1efa7ab652ddaada703cfd5 /meta-python/recipes-devtools/python/python3-pymysql_0.10.1.bb
parentf807d8454a071648b87ee754f610e1789e67b081 (diff)
downloadmeta-openembedded-a09767b5ccea1d8dbc104044d014515b80286d55.tar.gz
python3-pymysql: Upgrade 0.10.0 -> 0.10.1
Upgrade to release 0.10.1: - Fix missing import of ProgrammingError. - Fix auth switch request handling. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pymysql_0.10.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pymysql_0.10.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymysql_0.10.1.bb b/meta-python/recipes-devtools/python/python3-pymysql_0.10.1.bb
new file mode 100644
index 0000000000..15ace44ac3
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pymysql_0.10.1.bb
@@ -0,0 +1,17 @@
1SUMMARY = "A pure-Python MySQL client library"
2DESCRIPTION = " \
3 This package contains a pure-Python MySQL client library, based on PEP 249 \
4 Most public APIs are compatible with mysqlclient and MySQLdb. \
5 "
6SECTION = "devel/python"
7HOMEPAGE = "https://pymysql.readthedocs.io"
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=528175c84163bb800d23ad835c7fa0fc"
10
11SRC_URI[md5sum] = "4a1fe973afbbdd78928650118ce8ff68"
12SRC_URI[sha256sum] = "263040d2779a3b84930f7ac9da5132be0fefcd6f453a885756656103f8ee1fdd"
13
14PYPI_PACKAGE = "PyMySQL"
15inherit pypi setuptools3
16
17RDEPENDS_${PN} += "${PYTHON_PN}-cryptography"