Skip to content
Snippets Groups Projects
Commit 52680dc6 authored by Sandro Tosi's avatar Sandro Tosi
Browse files

Drop python2 support; Closes: #937936

parent 45dd5227
No related branches found
No related tags found
No related merge requests found
python-mysqldb (1.4.4-2) UNRELEASED; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
-- Ondřej Nový <onovy@debian.org> Fri, 18 Oct 2019 15:56:06 +0200
[ Sandro Tosi ]
* Drop python2 support; Closes: #937936
-- Sandro Tosi <morph@debian.org> Tue, 07 Jan 2020 13:48:20 -0500
python-mysqldb (1.4.4-1) unstable; urgency=medium
......
......@@ -10,9 +10,6 @@ Build-Depends:
debhelper-compat (= 9),
default-libmysqlclient-dev,
dh-python,
python-all-dbg,
python-all-dev,
python-setuptools,
python3-all-dbg,
python3-all-dev,
python3-setuptools,
......@@ -22,47 +19,6 @@ Vcs-Git: https://salsa.debian.org/python-team/modules/python-mysqldb.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-mysqldb
Homepage: https://pypi.python.org/pypi/mysqlclient
Package: python-mysqldb
Architecture: any
Depends:
${misc:Depends},
${python:Depends},
${shlibs:Depends},
Suggests:
default-mysql-server | virtual-mysql-server,
python-egenix-mxdatetime,
python-mysqldb-dbg,
Provides:
${python:Provides},
Description: Python interface to MySQL
Mysqlclient is an interface to the popular MySQL database server for Python.
.
This is a fork of MySQLdb. It add Python 3.3 support and merges some pull
requests.
.
This package contains modules for all Python 2.x versions supported in Debian.
Package: python-mysqldb-dbg
Section: debug
Architecture: any
Depends:
python-dbg,
python-mysqldb (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Pre-Depends:
dpkg (>= 1.17.2),
Suggests:
python-egenix-mxdatetime-dbg,
Description: Python interface to MySQL (debug extension)
Mysqlclient is an interface to the popular MySQL database server for Python.
.
This is a fork of MySQLdb. It add Python 3.3 support and merges some pull
requests.
.
This package contains modules for all Python 2.x versions supported in
Debian built for Python debug interpreter.
Package: python3-mysqldb
Architecture: any
Depends:
......
symlink_to_dir /usr/share/doc/python-mysqldb-dbg /usr/share/doc/python-mysqldb 1.2.3-2.1
......@@ -12,7 +12,7 @@ export mysqloptlibs=ssl crypto
export PYBUILD_NAME=mysqldb
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_strip:
dh_strip --no-automatic-dbgsym
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment