python-mysqldb 1.2.3-1 source package in Ubuntu

Changelog

python-mysqldb (1.2.3-1) unstable; urgency=low


  * Merge with package from Ubuntu, thanks to Mario Limonciello.
    (closes: #609906)
  * Migrate to new source format "3.0 (quilt)":
    - Migrate patches from dpatch to quilt, drop Build-Depends on dpatch.
    - Add debian/source/format.
  * Bump standards-version to 3.9.2, no changes required.
  * Migrate from dh_pysupport to dh_python2:
    - Remove Build-Depends on python-support.
    - Bump minimal Build-Depends on python to (>= 2.6.6-3~).
    - Remove XS-Python-Version header from debian/control.
    - Remove obsolete python magic from debian/rules.

 -- Jonas Meurer <email address hidden>  Tue, 18 Oct 2011 12:45:53 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
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-1.dsc 2.1 KiB 7828a3ed4167b91a627b8d282fe9836b8a64dcb6f606d7af74388b6b1b53d30f
python-mysqldb_1.2.3.orig.tar.gz 68.7 KiB 7de66fbbf923634e7c965aeaefa74642ba75ae20ee1cefcefc3009595b7a7e6e
python-mysqldb_1.2.3-1.debian.tar.gz 9.1 KiB b5545e69d8d4b74232fd1d116b8baf82fecbdce4b8b20b9309d148cdf559f60a

No changes file available.

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.