Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Bump debhelper to 12.
· 8c022fdb
Timo Aaltonen
authored
Sep 12, 2019
8c022fdb
control: Bump policy to 4.4.0.
· 463ad592
Timo Aaltonen
authored
Sep 12, 2019
463ad592
Drop python2 support. (Closes: #937564)
· 520429a7
Timo Aaltonen
authored
Sep 12, 2019
520429a7
releasing package pytest-multihost version 3.0-2
· 17e31bec
Timo Aaltonen
authored
Sep 12, 2019
17e31bec
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
17e31bec
pytest-multihost (3.0-2) unstable; urgency=medium
* Bump debhelper to 12.
* control: Bump policy to 4.4.0.
* Drop python2 support. (Closes: #937564)
-- Timo Aaltonen <tjaalton@debian.org> Thu, 12 Sep 2019 08:58:50 +0300
pytest-multihost (3.0-1) unstable; urgency=medium
* New upstream release.
...
...
debian/compat
View file @
17e31bec
1
1
1
2
debian/control
View file @
17e31bec
...
...
@@ -4,25 +4,15 @@ Uploaders: Timo Aaltonen <tjaalton@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper (>= 1
1
),
debhelper (>= 1
2
),
dh-python,
python-all (>= 2.6.6-3),
python-setuptools (>= 0.6b3),
python3-all,
python3-setuptools,
Standards-Version: 4.
2.1
Standards-Version: 4.
4.0
Homepage: https://pagure.io/python-pytest-multihost/
Vcs-Git: https://salsa.debian.org/freeipa-team/pytest-multihost.git
Vcs-Browser: https://salsa.debian.org/freeipa-team/pytest-multihost
Package: python-pytest-multihost
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Utility for writing multi-host tests for pytest (Python 2)
A pytest plugin for multi-host testing.
.
This package installes the library for Python 2.
Package: python3-pytest-multihost
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
...
...
debian/rules
View file @
17e31bec
...
...
@@ -4,7 +4,7 @@
# Mon, 28 Mar 2016 08:22:55 +0300
export PYBUILD_NAME=pytest-multihost
%:
dh $@ --with
python2,
python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
# don't fail for no reason
...
...