python-mysqldb 1.2.3-1ubuntu0.1 source package in Ubuntu

Changelog

python-mysqldb (1.2.3-1ubuntu0.1) precise-proposed; urgency=low

  * debian/patches/05_ssl.patch: Add upstream patch to force building
    SSL support with newer MySQL client libraries. Thanks to Lloyd Kvam
    for raising the issue. (LP: #1027075)
 -- Brian Murray <email address hidden>   Fri, 29 Mar 2013 07:49:23 -0700

Upload details

Uploaded by:
Brian Murray
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates main python

Downloads

File Size SHA-256 Checksum
python-mysqldb_1.2.3.orig.tar.gz 68.7 KiB 7de66fbbf923634e7c965aeaefa74642ba75ae20ee1cefcefc3009595b7a7e6e
python-mysqldb_1.2.3-1ubuntu0.1.debian.tar.gz 9.8 KiB 6ccb3e933ce1c679dc624723a393e9fb1b46c3301f1723b561be2a1537589f59
python-mysqldb_1.2.3-1ubuntu0.1.dsc 1.6 KiB cdd7179b092c4669de54fae0d7ee3e67d575be4b468f47b92d3965ef1066f56f

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.