* No-change rebuild to drop python3.7.
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Sandro Tosi ]
* Drop python2 support; Closes: #937936
* debian/control
- remove egenix-mxdatetime Suggests; Closes: #946408
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.0.
[ Thomas Goirand ]
* New upstream release, needed for Django >= 2.2.x.
* Removed Fix_compile_error_with_MariaDB_10.2.patch applied upstream.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/control: Deprecating priority extra as per policy 4.0.1
* d/changelog: Remove trailing whitespaces
[ Thomas Goirand ]
* Update Standards-Version to 4.3.0.
* Ran wrap-and-sort -bast.
* Add upstream patch to avoid FTBFS with recent MariaDB (Closes: #919393).
* Update to latest upstream version.
* Update standards version to 4.0.0.
* Non-maintainer upload.
* Switch Build-Depends to default-libmysqlclient-dev. (Closes: #845899)
* Switch Suggests to default-mysql-* | virtual-mysql-*.
(Closes: #848484, #848485)
* Remove Monty Taylor from Uploaders. (Closes: #738180)
* Run dh_strip with option --no-automatic-dbgsym to avoid generation of
-dbg-dbgsym packages.
* New upstream version.
* Incorporate NMU changes. Thanks Andreas.
* Fix debian/watch.
* Remove duplicate changelog file.
* New upstream release.
* Fixes MySQLdb.escape_string method fails. Closes: #803944.
* Don't suggest MySQL 5.1 which is no longer available. Closes: #667661.
* Non-maintainer upload.
* handle symlink to directory conversion
Closes: #775254
* Uploading to unstable.
* Added myself as uploader.
* Ran wrap-and-sort -t -a.
* Uploading to unstable.
* Now using debhelper 9.
* Removed version in python-all-dev build-depends.
* Removed useless X-Python3-Version: >= 3.3.
* Rewrote debian/coypright in parseable format 1.0.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
* Drop obsolete Conflicts/Replaces with python2.3-mysqldb and
python2.4-mysqldb.
[ Thomas Goirand ]
* The changelog is now again fully encoded in UTF-8 (Closes: 718699).
[ Brian May ]
* Use mysqlclient fork (Closes: #768096).
* Drop old patches.
* Add support for Python 3.3 and greater.
[ Mika Pflüger ]
* Team upload.
* debian/patches/05_ssl.patch: Add upstream patch to force building
SSL support with newer MySQL client libraries. Thanks to Eldon Koyle
for isolating the fix in the upstream VCS. (Closes: #678169)
* Delete now obsolete debian/patches/README.source which referred to
dpatch.
[ Thomas Goirand ]
* Added a debian/rules clean: rm MySQL_python.egg-info/PKG-INFO, so it is
possible to build the package twice.
* 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.
* 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).
* Rebuild to add support for python 2.7.
* Rebuild dropping the extension for python2.5.
[ Jonas Meurer ]
* fix 02_python_2.6.dpatch to use set insteat of Set in conversions{}.
thanks to Chris Lamp for the bugreport. (closes: #543667)
[ Bernd Zeimetz ]
* Removing myself from uploaders.
* Use py_setup_install_args from /usr/share/python/python.mk
* Add 02_python_2.6.dpatch to fix python 2.6 related warnings. Thanks to
Mario Limonciello <superm1@ubuntu.com> for the patch. (closes: #541719)
* bump standards-version to 3.8.3, no changes required.
[ Sandro Tosi ]
* debian/control
- switch Vcs-Browser field to viewsvn
[ Raphael Hertzog ]
* Remove myself from Uploaders.
[ Jonas Meurer ]
* bump standards-version to 3.8.2:
- add debian/README.source
- change section of python-mysqldb-dbg to debug
* bump build-depends from libmysqlclient15-dev to libmysqlclient-dev
* bump debhelper build-depends and debian/compat to 6
* remove postinst which removed ancient python1.5 leftovers
* update debian/copyright to point to GPL-2
* move README.source to debian/
* remove obsolete lintian-overrides for python-mysqldb-dbg
* improve long descriptions of python-mysqldb and python-mysqldb-dbg
[ Sandro Tosi ]
* debian/control
- list items lines in description starts with 2 space, to avoid reformat
on webpages (Closes: #480341)
[ Bernd Zeimetz ]
* debian/patches/02_reconnect.dpatch:
- Dropping patch:
Comment in Storm which explains the problem:
# Here is another sad story about bad transactional behavior. MySQL
# offers a feature to automatically reconnect dropped connections.
# What sounds like a dream, is actually a nightmare for anyone who
# is dealing with transactions. When a reconnection happens, the
# currently running transaction is transparently rolled back, and
# everything that was being done is lost, without notice. Not only
# that, but the connection may be put back in AUTOCOMMIT mode, even
# when that's not the default MySQLdb behavior. The MySQL developers
# quickly understood that this is a terrible idea, and removed the
# behavior in MySQL 5.0.3. Unfortunately, Debian and Ubuntu still
# have a patch right now which reenables that behavior by default
# even past version 5.0.3.
[ Sandro Tosi ]
* debian/control
- uniforming Vcs-Browser field
[ Monty Taylor ]
* Added patch to allow setting the port in my.cnf or ~/.my.cnf to actually
work.
* Added myself to Uploaders.
[ Bernd Zeimetz ]
* debian/control:
- Updating my email address.
[ Jonas Meurer ]
* Several minor fixes thanks to lintian warnings:
- Update standards-version to 3.7.3 (no changes needed).
- Change build-depends on libmysqlclient15-dev (>= 5.0.26-1) to >= 5.0.26
to make live easier for backporters
- Capitalize Python in the long description of python-mysqldb-dbg
- Add lintian override file for 'package-contains-empty-directory
usr/share/python-support/python-mysqldb-dbg/', python-support relies on
this directory.
- Actually mention Copyright and the © symbol in debian/copyright.
* debian/rules:
install target should depend on build-stamp instead of build. This way,
the build target is only executed once.
[ Piotr Ożarowski ]
* Rename XS-Vcs-Svn field to Vcs-Svn (dpkg supports it now)
* Add Vcs-Browser field
[ Bernd Zeimetz ]
* debian/patches:
- Adding 05_null-connection-guard.dpatch, providing an interface to set
MYSQL_OPT_RECONNECT
- Adding 00dpatch.conf to make the handling of dpatches more easy
* debian/control
- Adding myself as uploader
- Adding Homepage field
- Replacing the depricated ${Source-Version} by ${binary:Version} in the
dependency list of python-mysqldb-dbg
[ Scott Kitterman ]
* Update debian/control and debian/rules to build python-dbg package
[ Piotr Ozarowski ]
* debian/watch file updated
* add 04_disable_ez_setup patch (closes: #431552)
[ Jonas Meurer ]
* upload to unstable
* Build-Depend on python-setuptools, thanks to Michael Ablassmeier
<abi@grinser.de>. (closes: #422665)
* Move to python-support
* Bump versoned Build-Depend on python-all-dev to (>= 2.4.4-3) for
enabling extensions for python2.5. (closes: #409814)
* new upstream stable release 1.2.2
- fixes crash with unicode chars (closes: #406956)
- update patches accordingly
* bump mysql version in debian rules to 5.0.38
* update copyright file: change "program" to "package", and mention GPL
version 2, not version 2.1 which is not available on debian systems.
thanks to Marko Randjelovic <marel@sbb.co.yu> (closes: #417964)
* remove dh_python call from debian/rules
[ Jonas Meurer ]
* yet another beta, updated debian patches
* bump minimal mysql version in package description to 3.23
* bump versioned build-depends on libmysqlclient15-dev to >= 5.0.26-1
* don't apply patch 03_converters_set2str. breaks too much and only one
person reported problems without the patch. (closes: 394999)
* don't install a ChangeLog file, as no one exists.
[ Piotr Ozarowski ]
* Added XS-Vcs-Svn field
* new upstream beta release
* adjust patches 01 and 02 for new beta
[ Jonas Meurer ]
* bump build-depends on libmysqlclient-dev to >= 5.0.24-2. the abi changes
introduced in mysql 5.0.24-1 are reverted now. I would highly appreciate
coordination by the mysql maintainers in such a case.
* urgency set to high due to this fact.
* bump build-depends on python-central to >= 0.5 to make lintian happy.
[ Jonas Meurer ]
* bump mysqlversion to 5.0.24, tighten build-depends on libmysqlclient-dev
to >= 5.0.24-1. unfortunately, the abi changes where not documented.
(closes: #383603)
* move DH_COMPAT to debian/compat
* add FAQ.txt to dh_installdoc
* add 03_converters_set2str.dpatch, fixes handling of MySQL SETs,
thanks to Simeon Anastasov <simeon@know-it.net> for the patch.
* remove -a from all dh_* calls in debian/rules. there is only one package
left anyway, so there is no need for the arch-dependent option.
* Updated for the new python policy. Closes: #373329
* Udpdated Standards-Version to 3.7.2.
[ Jonas Meurer ]
* new upstream release (closes: #301419)
- update patches
* bump mysqlversion in debian/rules to 5.0.19
* set the maintainer to the debian python modules team
* relax dependency of python-mysqldb on python2.3-mysqldb
(closes: #361940, #358747)
* reconnect to lost connections even with mysql 5.x,
thanks to Dan Pascu <dan@ag-projects.com> for the patch.
* rebuild against 5.0.16-1 (closes: #343802)
* set mysqlversion=5.0.16
* drop python2.2-mysqldb packages, as zope-mysqlda as last reverse
depend got removed from the archive
* set mysqlversion=4.1.14 according to the version of mysql libs
we use to build
* rebuild against latest libmysqlclient14 with versioned symbols.
this fixes one half of the segfaults when python-mysqldb is used
by mod_python in apache with php4-mysql used by the same apache
at the same time. the other half has already been fixed by a new
php4 upload, also rebuilt against libmysqlclient14 with versioned
symbols. (closes: #333117)
* rebuild against mysql 4.1 (closes: #329753)
* remove patches/02_mysql_41: unused, obsolete
* bump standards-version to 3.6.2
* update fsf address
* new upstream pre-release
* new upstream release
* readd python 2.2 support to make zope-mysqlda happy again
* remove README.Debian, debian/python-mysqldb.doc-base:
this version doesn't ship any documentation except MySQLdb.txt
* urgency high to push fix for #306906 into sarge
* rebuild with sources included
* python2.4 packages are built (closes: #301402)
* remind scripts to ack NMU (closes: #299168, #297472)
* fix bool convertion: patches/01_converters_boolean
- take boolean vars into account (closes: #300324)
- reintroduced dpatch in build scripts
* add build support for mysql 4.1: patches/02_mysql_41
- simply enable in patches/00list to build packages
with libmysqlclient14-dev from mysql-dfsg-4.1
- disabled by default to prevent segfaults if
used with mysql 4.0 libraries.
* new upstream release
- add 2.4 to, remove 2.2 freom supported python versions,
MySQLdb-Python 1.2.0 doesn't support Python 2.2 any more.
- redesign documentation management as upstream ships a lot
more docs than in previous releases.
* Acknowledge NMU:
- rebuild against libmysqlclient12-dev (closes: #299168, #297472)
* Non-maintainer upload.
* High-urgency upload for sarge-targetted RC bugfix.
* Rebuild against libmysqlclient12-dev instead of libmysqlclient10-dev,
for compatibility with newer servers and to avoid segfaults when
other mysql-using apache modules are loaded together with mod-python
(closes: #299168).
* new upstream release
* dropped patches/01_format_time: included in upstream
* removed "ssl crypto" compile options to actually build with
libmysqlclient10-dev from mysql 3.23.56 (closes: #272839)
* still urgency high because of #270555
* New upstream release
* Built with libmysqlclient10-dev (closes: #270555, #270570)
* Fixed rules to install maintainer scripts, rm install-stamp at clean
* Changed maintainer scripts for pythonPV-mysqldb to static ones
* Urgency high to push it into sarge, because of #270555
* New upstream release
* fixed README.Debian, refering to docs in python-mysqldb, as they
aren't shipped with the python$PV-mysqldb packages.
(closes: #158355)
* New Upstream Release 1.1.3
- Removes support for python2.1 (python2.2 isn't recommented as well)
- patch handled by upstream: 02_allow_stringified_timestamps
hope that the patch is superseeded, as this would add support for
MySQL 4.1 out of the box.
* Updated the package descriptions.
* cleaned up debian/rules:
- Moved exports in rules from build-python* to top
- removed quotes at var declarations
- changed from dynamical build for every configured python version to a
static one, to make build scripts more stable and avoid stupid bugs.
hopefully (closes: #270570, #270555)
- fixed sed usage, made package lintian clean
* fixed sed in postinst to work in woody (closes: #271013)
* fixed a small typo in the description of 2.3 package.
* Overtook package, changed Maintainer field (closes: 255473)
* New Upstream Release (closes: #229678)
* Accept the NMUs (closes: #205344, #205654, #190655, #158357)
* changed build-depends to libmysqlclient-dev, license issues
have been resolved, see #242449 for further information.
* changed patch system to dpatch
* improved debian/rules
* some minor changes in maintainer scripts
* upgraded standards-version to 3.6.1.1
* added upstream changelog
* patches/02_allow_stringified_timestamps:
- Allow stringified timestamps. This is the default in MySQL 4.1
- this patch breaks package install for MySQL < 4.1, therefore
still disabled in binary, only build support added (closes: #185462)
* added debian/watch file
* NMU
* Build for python2.3 as the default python version.
Closes: #205344, #205654.
* Change section to `python'.
* Non-maintainer upload
* Fix conversion of datetime variables: times over 24 hours were
not converted properly. Closes: Bug#190655
* Build python2.3 packages.
* New upstream version.
* Fix download location (closes: #158357).
* Make the dependency on python2.1-mysqldb more strict.
* Build a package for python2.2 as well.
* Fix to postinst (fixes "Can't list
/usr/lib/python2.1/site-packages/extension" message).
* New upstream version.
* NMU to adapt to draft python-policy (default is python2.1).
* Add zlib1g-dev to build dependencies (closes: #103913).
* Remove old .py[co] files left from old package (closes: #101483).
* New upstream version (closes: 101224).
- now a true package.
- therefore some minor incompatibilities with earlier versions. They
won't hurt if you have sticked to the DB API.
* A FAQ is now included.
* examples have been removed (upstream).
* README.MySQLmodule is gone.
* Correct the dependencies of python2-mysqldb (closes: #92166).
* New upstream:
- fixes a typographical error which broke 0.3.4 badly
- also a fix for a long-standing bug in _mysql which caused it to not
work with Python 2.1b2
* Added back the documentation (from 0.3.3), which was somehow left out
in 0.3.4 and 0.3.5.
* Include all docs and examples in python2-mysqldb as well.
* New upstream version.
* New python2-mysqldb package, added python2-dev to build-dependencies.
* Docs have been removed...
* New upstream version.
* Added build-dependency on debhelper (closes: #84786).
* Cleanups in debian/rules.
* New upstream version.
* New upstream version (is really 0.3.0b2), closes: #74752.
* Recompiled with libmysqlclient10-dev, built with python-distutils.
* Include dependency on python-base (closes: #68776).
* Author's email address and download location changed in copyright
file.
* Note that examples/dbtrainer0 is currently broken.
* New upstream version.
* Initial Release.