From 0eff397e7e47817be787301dc723f49f89e464ecb472a996817fee1a3b000cf0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 15 Nov 2016 10:31:44 +0000 Subject: [PATCH] - update to 0.7.6: * Fix SELECT JSON type cause UnicodeError * Avoid float convertion while parsing microseconds * Warning has number * SSCursor supports warnings * Fix exception raised while importing when getpwuid() fails (#472) * SSCursor supports LOAD DATA LOCAL INFILE (#473) * Fix encoding error happen for JSON type (#477) * Fix test fail on Python 2.7 and MySQL 5.7 (#478) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMySQL?expand=0&rev=12 --- PyMySQL-0.7.4.tar.gz | 3 --- PyMySQL-0.7.6.tar.gz | 3 +++ python-PyMySQL.changes | 13 +++++++++++++ python-PyMySQL.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 PyMySQL-0.7.4.tar.gz create mode 100644 PyMySQL-0.7.6.tar.gz diff --git a/PyMySQL-0.7.4.tar.gz b/PyMySQL-0.7.4.tar.gz deleted file mode 100644 index f707776..0000000 --- a/PyMySQL-0.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5eb6f93373b3700e8b58abc5baa2fc23f50bbf21ad75e524747e583eea79b9e4 -size 68360 diff --git a/PyMySQL-0.7.6.tar.gz b/PyMySQL-0.7.6.tar.gz new file mode 100644 index 0000000..30ae396 --- /dev/null +++ b/PyMySQL-0.7.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1115f1366c14a107f7b45c4a5f19b534f9ee85c188dfcd585fc08d2c966b30 +size 69968 diff --git a/python-PyMySQL.changes b/python-PyMySQL.changes index b94ffa2..0fff1e1 100644 --- a/python-PyMySQL.changes +++ b/python-PyMySQL.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Nov 15 10:30:55 UTC 2016 - dmueller@suse.com + +- update to 0.7.6: + * Fix SELECT JSON type cause UnicodeError + * Avoid float convertion while parsing microseconds + * Warning has number + * SSCursor supports warnings + * Fix exception raised while importing when getpwuid() fails (#472) + * SSCursor supports LOAD DATA LOCAL INFILE (#473) + * Fix encoding error happen for JSON type (#477) + * Fix test fail on Python 2.7 and MySQL 5.7 (#478) + ------------------------------------------------------------------- Fri Jun 3 16:35:20 UTC 2016 - tbechtold@suse.com diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index 34136d4..e6abd44 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -17,7 +17,7 @@ Name: python-PyMySQL -Version: 0.7.4 +Version: 0.7.6 Release: 0 Summary: Pure Python MySQL Driver License: MIT