python-mysqldb 1.2.3-0ubuntu1 source package in Ubuntu

Changelog

python-mysqldb (1.2.3-0ubuntu1) oneiric; urgency=low

  * New upstream version. (Closes: #609906)
  * Drop 02_python_2.6, applied upstream.
  * Drop 04_disable_ez_setup.dpatch, applied upstream.
  * Drop 05_null-connection-guard.dpatch per upstream recommendation.
  * Drop 06_mysql_connect_port.dpatch, applied upstream.
  * debian/rules: Don't install upstream changelog (not in package anymore).
 -- Mario Limonciello <email address hidden>   Thu, 14 Jul 2011 01:41:37 -0500

Upload details

Uploaded by:
Mario Limonciello
Uploaded to:
Oneiric
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-mysqldb_1.2.3.orig.tar.gz 68.7 KiB 7de66fbbf923634e7c965aeaefa74642ba75ae20ee1cefcefc3009595b7a7e6e
python-mysqldb_1.2.3-0ubuntu1.diff.gz 9.1 KiB c8a765d326d1c7e9cb2c2ad1249e6d27a9c64d6d377a4f3703c1c0449840a95c
python-mysqldb_1.2.3-0ubuntu1.dsc 1.5 KiB d5e9ef410208ee5f2a71f909a4a8145cce2ca44f6de51bd013a5dd2decdfa68b

Available diffs

View changes file

Binary packages built by this source

python-mysqldb: Python interface to MySQL

 MySQLdb is an interface to the popular MySQL database server for
 Python. The design goals are:
 .
  + Compliance with Python database API version 2.0
  + Thread-safety
  + Thread-friendliness (threads will not block each other)
  + Compatibility with MySQL-3.23 and later
 .
 This package contains modules for all Python versions supported in Debian.

python-mysqldb-dbg: Python interface to MySQL (debug extension)

 MySQLdb is an interface to the popular MySQL database server for
 Python.
 .
 This package contains modules for all Python versions supported in
 Debian built for Python debug interpreter.