diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-09-14 16:15:29 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-09-15 09:28:34 -0700 |
| commit | a09767b5ccea1d8dbc104044d014515b80286d55 (patch) | |
| tree | 3754ab105f5bcca6c1efa7ab652ddaada703cfd5 /meta-python/recipes-devtools/python/python3-pymysql_0.10.1.bb | |
| parent | f807d8454a071648b87ee754f610e1789e67b081 (diff) | |
| download | meta-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.bb | 17 |
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 @@ | |||
| 1 | SUMMARY = "A pure-Python MySQL client library" | ||
| 2 | DESCRIPTION = " \ | ||
| 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 | " | ||
| 6 | SECTION = "devel/python" | ||
| 7 | HOMEPAGE = "https://pymysql.readthedocs.io" | ||
| 8 | LICENSE = "MIT" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=528175c84163bb800d23ad835c7fa0fc" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "4a1fe973afbbdd78928650118ce8ff68" | ||
| 12 | SRC_URI[sha256sum] = "263040d2779a3b84930f7ac9da5132be0fefcd6f453a885756656103f8ee1fdd" | ||
| 13 | |||
| 14 | PYPI_PACKAGE = "PyMySQL" | ||
| 15 | inherit pypi setuptools3 | ||
| 16 | |||
| 17 | RDEPENDS_${PN} += "${PYTHON_PN}-cryptography" | ||
