All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/7] python3-pymysql: Upgrade 0.9.3 -> 0.10.0
@ 2020-07-22 10:48 Leon Anavi
  2020-07-22 10:49 ` [meta-python][PATCH 2/7] python3-simplejson: Upgrade 3.17.0 -> 3.17.2 Leon Anavi
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Leon Anavi @ 2020-07-22 10:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.10.0:

- MariaDB ed25519 auth is supported.
- Python 3.4 support is dropped.
- Context manager interface is removed from Connection. It will
  be added with different meaning.
- MySQL warnings are not shown by default because many user report
  issue to PyMySQL issue tracker when they see warning. You need
  to call "SHOW WARNINGS" explicitly when you want to see warnings.
- Formatting of float object is changed from "3.14" to "3.14e0".
- Use cp1252 codec for latin1 charset.
- Fix decimal literal.
- TRUNCATED_WRONG_VALUE_FOR_FIELD, and ILLEGAL_VALUE_FOR_TYPE are
  now DataError instead of InternalError.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-pymysql_0.9.3.bb => python3-pymysql_0.10.0.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pymysql_0.9.3.bb => python3-pymysql_0.10.0.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-pymysql_0.9.3.bb b/meta-python/recipes-devtools/python/python3-pymysql_0.10.0.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-pymysql_0.9.3.bb
rename to meta-python/recipes-devtools/python/python3-pymysql_0.10.0.bb
index 6a64ccb16..895c47b03 100644
--- a/meta-python/recipes-devtools/python/python3-pymysql_0.9.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pymysql_0.10.0.bb
@@ -8,8 +8,8 @@ HOMEPAGE = "https://pymysql.readthedocs.io"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=528175c84163bb800d23ad835c7fa0fc"
 
-SRC_URI[md5sum] = "e5d9183cc0a775ac29f9e0365cca6556"
-SRC_URI[sha256sum] = "d8c059dcd81dedb85a9f034d5e22dcb4442c0b201908bede99e306d65ea7c8e7"
+SRC_URI[md5sum] = "d08058b1592724d5808c43f56050f245"
+SRC_URI[sha256sum] = "e14070bc84e050e0f80bf6063e31d276f03a0bb4d46b9eca2854566c4ae19837"
 
 PYPI_PACKAGE = "PyMySQL"
 inherit pypi setuptools3
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-07-23 16:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-22 10:48 [meta-python][PATCH 1/7] python3-pymysql: Upgrade 0.9.3 -> 0.10.0 Leon Anavi
2020-07-22 10:49 ` [meta-python][PATCH 2/7] python3-simplejson: Upgrade 3.17.0 -> 3.17.2 Leon Anavi
2020-07-23 16:47   ` [oe] " Trevor Gamblin
2020-07-22 10:49 ` [meta-python][PATCH 3/7] python3-isort: Upgrade 5.1.0 -> 5.1.4 Leon Anavi
2020-07-23 16:47   ` [oe] " Trevor Gamblin
2020-07-22 10:49 ` [meta-python][PATCH 4/7] python3-stevedore: Upgrade 2.0.1 -> 3.2.0 Leon Anavi
2020-07-23 16:47   ` [oe] " Trevor Gamblin
2020-07-22 10:49 ` [meta-python][PATCH 5/7] python3-mock: Upgrade 4.0.1 -> 4.0.2 Leon Anavi
2020-07-23 16:47   ` [oe] " Trevor Gamblin
2020-07-22 10:49 ` [meta-python][PATCH 6/7] python3-pychromecast: Upgrade 7.1.1 -> 7.1.2 Leon Anavi
2020-07-23 16:48   ` [oe] " Trevor Gamblin
2020-07-22 10:49 ` [meta-python][PATCH 7/7] python3-coverage: Upgrade 5.1 -> 5.2 Leon Anavi
2020-07-23 16:48   ` [oe] " Trevor Gamblin
2020-07-23 16:47 ` [oe] [meta-python][PATCH 1/7] python3-pymysql: Upgrade 0.9.3 -> 0.10.0 Trevor Gamblin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.