Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-testing.common.database
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-testing.common.database
Commits
ccf38f29
Commit
ccf38f29
authored
5 years ago
by
Ondřej Nový
Browse files
Options
Downloads
Patches
Plain Diff
Drop Python 2 support.
parent
1d580be6
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
+1
-0
1 addition, 0 deletions
debian/changelog
debian/control
+0
-14
0 additions, 14 deletions
debian/control
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
2 additions
and
15 deletions
debian/changelog
+
1
−
0
View file @
ccf38f29
...
...
@@ -5,6 +5,7 @@ python-testing.common.database (2.0.0-2) UNRELEASED; urgency=medium
* d/watch: Use https protocol
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
* Drop Python 2 support.
-- Ondřej Nový <onovy@debian.org> Tue, 13 Feb 2018 10:02:23 +0100
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
0
−
14
View file @
ccf38f29
...
...
@@ -7,8 +7,6 @@ Priority: optional
Build-Depends:
debhelper-compat (= 10),
dh-python,
python-all (>= 2.6.6-3),
python-setuptools (>= 0.6b3),
python3-all,
python3-setuptools,
Standards-Version: 3.9.8
...
...
@@ -17,18 +15,6 @@ Testsuite: autopkgtest-pkg-python
Vcs-Git: https://salsa.debian.org/python-team/modules/python-testing.common.database.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-testing.common.database
Package: python-testing.common.database
Architecture: all
Depends:
${misc:Depends},
${python:Depends},
Description: Python testing.* framework - common database utilities (Python 2)
The testing.* Python modules provide a framework for Python unit test suites
that need to run tests against servers, like network-based DBMSs.
.
This package contains common utilities for handling database connections
in this framework (Python 2 version).
Package: python3-testing.common.database
Architecture: all
Depends:
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
ccf38f29
...
...
@@ -6,7 +6,7 @@ export PYBUILD_NAME=testing.common.database
export PYBUILD_DISABLE=test
%:
dh $@ --with
python2,
python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_installchangelogs:
csplit README.rst '%^History$$%'
...
...
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