Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-pymysql
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-pymysql
Commits
b333a8d9
Commit
b333a8d9
authored
5 years ago
by
Andrey Rakhmatullin
Browse files
Options
Downloads
Patches
Plain Diff
Drop Python 2 support.
parent
e1cedd31
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+8
-2
8 additions, 2 deletions
debian/changelog
debian/control
+0
-18
0 additions, 18 deletions
debian/control
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
9 additions
and
21 deletions
debian/changelog
+
8
−
2
View file @
b333a8d9
python-pymysql (0.9.3-2)
UNRELEASED
; urgency=medium
python-pymysql (0.9.3-2)
unstable
; urgency=medium
* Team upload.
[ Ondřej Nový ]
* d/copyright: Bump my copyright year.
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.0.
-- Ondřej Nový <onovy@debian.org> Sat, 20 Jul 2019 00:02:37 +0200
[ Andrey Rahmatullin ]
* Drop Python 2 support.
-- Andrey Rahmatullin <wrar@debian.org> Thu, 05 Sep 2019 11:07:35 +0500
python-pymysql (0.9.3-1) unstable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
0
−
18
View file @
b333a8d9
...
...
@@ -6,17 +6,12 @@ Uploaders: Thomas Goirand <zigo@debian.org>,
Ondřej Nový <onovy@debian.org>,
Build-Depends: debhelper-compat (= 11),
dh-python,
python-all,
python-cryptography,
python-pytest,
python-setuptools,
python3-all,
python3-cryptography,
python3-pytest,
python3-setuptools,
python3-sphinx,
Build-Depends-Indep: default-mysql-server,
python-unittest2,
python3-unittest2,
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-pymysql
...
...
@@ -24,19 +19,6 @@ Vcs-Git: https://salsa.debian.org/python-team/modules/python-pymysql.git
Homepage: https://github.com/PyMySQL/PyMySQL/
Testsuite: autopkgtest-pkg-python
Package: python-pymysql
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
Recommends: python-cryptography,
Suggests: python-pymysql-doc,
Description: Pure-Python MySQL driver - Python 2.x
This package contains a pure-Python MySQL client library. The goal of PyMySQL
is to be a drop-in replacement for MySQLdb and work on CPython, PyPy,
IronPython and Jython.
.
This package contains the Python 2.x module.
Package: python3-pymysql
Architecture: all
Depends: ${misc:Depends},
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
b333a8d9
...
...
@@ -3,7 +3,7 @@
export PYBUILD_NAME=pymysql
%:
dh $@ --with
python2,
python3,sphinxdoc --buildsystem=pybuild
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
override_dh_sphinxdoc:
ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
...
...
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