Skip to content
Snippets Groups Projects
Commit ccf38f29 authored by Ondřej Nový's avatar Ondřej Nový
Browse files

Drop Python 2 support.

parent 1d580be6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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:
......
......@@ -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$$%'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment