Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-mysqldb
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Python Team
packages
python-mysqldb
Commits
52680dc6
Project 'python-team/modules/python-mysqldb' was moved to 'python-team/packages/python-mysqldb'. Please update any links and bookmarks that may still have the old path.
Commit
52680dc6
authored
5 years ago
by
Sandro Tosi
Browse files
Options
Downloads
Patches
Plain Diff
Drop python2 support; Closes: #937936
parent
45dd5227
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+5
-1
5 additions, 1 deletion
debian/changelog
debian/control
+0
-44
0 additions, 44 deletions
debian/control
debian/python-mysqldb-dbg.maintscript
+0
-1
0 additions, 1 deletion
debian/python-mysqldb-dbg.maintscript
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
6 additions
and
47 deletions
debian/changelog
+
5
−
1
View file @
52680dc6
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
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
0
−
44
View file @
52680dc6
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
debian/python-mysqldb-dbg.maintscript
deleted
100644 → 0
+
0
−
1
View file @
45dd5227
symlink_to_dir /usr/share/doc/python-mysqldb-dbg /usr/share/doc/python-mysqldb 1.2.3-2.1
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
52680dc6
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment