From f0c814a5950734f9a39b19145e3caa1aa81458be2ad85721421005828cc10ac0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 6 Jun 2016 11:14:49 +0000 Subject: [PATCH] Accepting request 400004 from home:tbechtold:branches:devel:languages:python - update to 0.7.4: * Fix AttributeError may happen while Connection.__del__ (#463) * Fix SyntaxError in test_cursor. (#464) * frozenset support for query value. (#461) * Start using readthedocs.io * Add read_timeout and write_timeout option. * Support serialization customization by `conv` option. * Unknown type is converted by `str()`, for MySQLdb compatibility. * Support '%%' in `Cursor.executemany()` * Support REPLACE statement in `Cursor.executemany()` * Fix handling incomplete row caused by 'SHOW SLAVE HOSTS'. * Fix decode error when use_unicode=False on PY3 * Fix port option in my.cnf file is ignored. OBS-URL: https://build.opensuse.org/request/show/400004 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMySQL?expand=0&rev=10 --- PyMySQL-0.7.2.tar.gz | 3 --- PyMySQL-0.7.4.tar.gz | 3 +++ python-PyMySQL.changes | 17 +++++++++++++++++ python-PyMySQL.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 PyMySQL-0.7.2.tar.gz create mode 100644 PyMySQL-0.7.4.tar.gz diff --git a/PyMySQL-0.7.2.tar.gz b/PyMySQL-0.7.2.tar.gz deleted file mode 100644 index 50eacc4..0000000 --- a/PyMySQL-0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd7acb4990dbf097fae3417641f93e25c690e01ed25c3ed32ea638d6c3ac04ba -size 67182 diff --git a/PyMySQL-0.7.4.tar.gz b/PyMySQL-0.7.4.tar.gz new file mode 100644 index 0000000..f707776 --- /dev/null +++ b/PyMySQL-0.7.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb6f93373b3700e8b58abc5baa2fc23f50bbf21ad75e524747e583eea79b9e4 +size 68360 diff --git a/python-PyMySQL.changes b/python-PyMySQL.changes index fdfc528..b94ffa2 100644 --- a/python-PyMySQL.changes +++ b/python-PyMySQL.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Jun 3 16:35:20 UTC 2016 - tbechtold@suse.com + +- update to 0.7.4: + * Fix AttributeError may happen while Connection.__del__ (#463) + * Fix SyntaxError in test_cursor. (#464) + * frozenset support for query value. (#461) + * Start using readthedocs.io + * Add read_timeout and write_timeout option. + * Support serialization customization by `conv` option. + * Unknown type is converted by `str()`, for MySQLdb compatibility. + * Support '%%' in `Cursor.executemany()` + * Support REPLACE statement in `Cursor.executemany()` + * Fix handling incomplete row caused by 'SHOW SLAVE HOSTS'. + * Fix decode error when use_unicode=False on PY3 + * Fix port option in my.cnf file is ignored. + ------------------------------------------------------------------- Thu Mar 24 19:17:05 UTC 2016 - toddrme2178@gmail.com diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index 9a734dc..34136d4 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -17,13 +17,13 @@ Name: python-PyMySQL -Version: 0.7.2 +Version: 0.7.4 Release: 0 Summary: Pure Python MySQL Driver License: MIT Group: Development/Languages/Python Url: http://code.google.com/p/pymysql -Source: https://pypi.python.org/packages/source/P/PyMySQL/PyMySQL-%{version}.tar.gz +Source: https://pypi.io/packages/source/P/PyMySQL/PyMySQL-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build