Re: [Python-modules-team] python mysqldb on python 3

2014-11-17 Thread Brian May
On 5 November 2014 12:11, Collin Anderson cmawebs...@gmail.com wrote:

  There might be a problem because it looks like it conflicts with
 python-mysqldb.
 Yes, it's a 100% compatible fork intended to replace python-mysqldb. Same
 python package name and everything. We could decide to only include it for
 python3, or we could even have this completely replace the original
 python-mysqldb on python2.


I don't much like the idea of having different code base for python2 and
python3 versions.

My current plan (unless anyone objects) is to replace the python-mysqldb
package with the mysqlclient package, keeping the existing python-mysqldb
(which makes sense as the python module name is unchanged).

My initial upload will be to experimental.

(as time permits)
-- 
Brian May br...@microcomaustralia.com.au
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Re: [Python-modules-team] python mysqldb on python 3

2014-11-04 Thread Brian May
On 30 October 2014 04:50, Collin Anderson cmawebs...@gmail.com wrote:

 This mysqlclient library is now the recommend choice for using MySQL with
 Django.

 https://docs.djangoproject.com/en/1.7/ref/databases/#mysql-db-api-drivers

 It's compatible with the current mysqldb package, except the current
 package does not have python3 support. Could we package this as a
 replacement?


I just submitted an ITP. #768096.

There might be a problem because it looks like it conflicts with
python-mysqldb.

Please send follow-ups to 768...@bugs.debian.org

Thanks.
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Re: [Python-modules-team] python mysqldb on python 3

2014-11-04 Thread Collin Anderson
Hi Brian,

Thanks so much.

 There might be a problem because it looks like it conflicts with
python-mysqldb.
Yes, it's a 100% compatible fork intended to replace python-mysqldb. Same
python package name and everything. We could decide to only include it for
python3, or we could even have this completely replace the original
python-mysqldb on python2.

Thanks,
Collin


On Tue, Nov 4, 2014 at 5:47 PM, Brian May br...@microcomaustralia.com.au
wrote:

 On 30 October 2014 04:50, Collin Anderson cmawebs...@gmail.com wrote:

 This mysqlclient library is now the recommend choice for using MySQL with
 Django.

 https://docs.djangoproject.com/en/1.7/ref/databases/#mysql-db-api-drivers

 It's compatible with the current mysqldb package, except the current
 package does not have python3 support. Could we package this as a
 replacement?


 I just submitted an ITP. #768096.

 There might be a problem because it looks like it conflicts with
 python-mysqldb.

 Please send follow-ups to 768...@bugs.debian.org

 Thanks.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Re: [Python-modules-team] python mysqldb on python 3

2014-10-29 Thread Collin Anderson
Hi All,

This mysqlclient library is now the recommend choice for using MySQL with
Django.

https://docs.djangoproject.com/en/1.7/ref/databases/#mysql-db-api-drivers

It's compatible with the current mysqldb package, except the current
package does not have python3 support. Could we package this as a
replacement?

Thanks,
Collin


On Tue, Sep 9, 2014 at 12:52 PM, Collin Anderson collinmander...@gmail.com
wrote:

 Hi All,

 If you are looking for python 3 support, I wanted to let you know that
 there is an actively maintained fork of mysqldb that has python 3
 compatibility.

 https://github.com/PyMySQL/mysqlclient-python

 Thanks,
 Collin

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team