From 5cf7cc0cc4209928a0392f79116cef241ae5f88027cc6cc846f5cc5197a9a888 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 9 Oct 2013 13:30:14 +0000 Subject: [PATCH] Accepting request 202699 from home:dirkmueller:branches:devel:languages:python - update to 0.6: -Improved Py3k support -Improved PyPy support -Added IPv6 support -Added Thing2Literal for Django/MySQLdb compatibility -Removed errorhandler -Fixed GC errors -Improved test suite -Many bug fixes -Many performance improvements OBS-URL: https://build.opensuse.org/request/show/202699 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMySQL?expand=0&rev=3 --- PyMySQL-0.5.tar.gz | 3 --- PyMySQL-0.6.tar.gz | 3 +++ python-PyMySQL.changes | 14 ++++++++++++++ python-PyMySQL.spec | 8 +++++--- 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 PyMySQL-0.5.tar.gz create mode 100644 PyMySQL-0.6.tar.gz diff --git a/PyMySQL-0.5.tar.gz b/PyMySQL-0.5.tar.gz deleted file mode 100644 index 3241051..0000000 --- a/PyMySQL-0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b141ceb1551fe29c10eab45efcb9eac8c3bb7b04b030045fa8b13b2e8767d8c5 -size 31166 diff --git a/PyMySQL-0.6.tar.gz b/PyMySQL-0.6.tar.gz new file mode 100644 index 0000000..ad47d7f --- /dev/null +++ b/PyMySQL-0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ac5ef0b21147a6529064292e9bf2f7f7f6224aa789381c9be5bccc88ac1020 +size 52880 diff --git a/python-PyMySQL.changes b/python-PyMySQL.changes index bdf831a..b363208 100644 --- a/python-PyMySQL.changes +++ b/python-PyMySQL.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Oct 9 12:32:51 UTC 2013 - dmueller@suse.com + +- update to 0.6: + -Improved Py3k support + -Improved PyPy support + -Added IPv6 support + -Added Thing2Literal for Django/MySQLdb compatibility + -Removed errorhandler + -Fixed GC errors + -Improved test suite + -Many bug fixes + -Many performance improvements + ------------------------------------------------------------------- Mon Jul 22 08:11:38 UTC 2013 - speilicke@suse.com diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index 9f8d133..76c52bc 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -13,17 +13,19 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-PyMySQL -Version: 0.5 +Version: 0.6 Release: 0 -License: MIT Summary: Pure Python MySQL Driver -Url: http://code.google.com/p/pymysql +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 BuildRequires: python-devel +BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}