Skip to content
Commits on Source (3)
pytest-sourceorder (0.5.1-2) UNRELEASED; urgency=medium
pytest-sourceorder (0.5.1-2) unstable; urgency=medium
* control: Bump policy to 4.4.0.
* Switch to python3 only. (Closes: #937566)
* Bump to debhelper 12.
-- Timo Aaltonen <tjaalton@debian.org> Thu, 12 Sep 2019 00:33:17 +0300
-- Timo Aaltonen <tjaalton@debian.org> Thu, 12 Sep 2019 00:37:42 +0300
pytest-sourceorder (0.5.1-1) unstable; urgency=medium
......
......@@ -4,10 +4,8 @@ Uploaders: Timo Aaltonen <tjaalton@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper (>= 11),
debhelper (>= 12),
dh-python,
python-all (>= 2.6.6-3),
python-setuptools (>= 0.6b3),
python3-all,
python3-setuptools,
Standards-Version: 4.4.0
......@@ -15,14 +13,6 @@ Homepage: https://pagure.io/python-pytest-sourceorder
Vcs-Git: https://salsa.debian.org/freeipa-team/pytest-sourceorder.git
Vcs-Browser: https://salsa.debian.org/freeipa-team/pytest-sourceorder
Package: python-pytest-sourceorder
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Test-ordering plugin for pytest (Python 2)
A pytest plugin for ensuring tests within a class are run in source order.
.
This package installes the library for Python 2.
Package: python3-pytest-sourceorder
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
......
......@@ -4,5 +4,5 @@
# Mon, 28 Mar 2016 08:46:03 +0300
export PYBUILD_NAME=pytest-sourceorder
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild