[Pkg-freeipa-devel] [Git][freeipa-team/pytest-multihost][master] 4 commits: Bump debhelper to 12.
Timo Aaltonen
gitlab at salsa.debian.org
Thu Sep 12 07:00:50 BST 2019
Timo Aaltonen pushed to branch master at FreeIPA packaging / pytest-multihost
Commits:
8c022fdb by Timo Aaltonen at 2019-09-12T05:55:02Z
Bump debhelper to 12.
- - - - -
463ad592 by Timo Aaltonen at 2019-09-12T05:55:50Z
control: Bump policy to 4.4.0.
- - - - -
520429a7 by Timo Aaltonen at 2019-09-12T05:57:05Z
Drop python2 support. (Closes: #937564)
- - - - -
17e31bec by Timo Aaltonen at 2019-09-12T05:58:58Z
releasing package pytest-multihost version 3.0-2
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+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 at debian.org> Thu, 12 Sep 2019 08:58:50 +0300
+
pytest-multihost (3.0-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-11
+12
=====================================
debian/control
=====================================
@@ -4,25 +4,15 @@ Uploaders: Timo Aaltonen <tjaalton at 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.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
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/freeipa-team/pytest-multihost/compare/ba6c22e2ad97ecc2261ea74a395528f5df273c3a...17e31beca39661d930822690122920e76620b33c
--
View it on GitLab: https://salsa.debian.org/freeipa-team/pytest-multihost/compare/ba6c22e2ad97ecc2261ea74a395528f5df273c3a...17e31beca39661d930822690122920e76620b33c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-freeipa-devel/attachments/20190912/9667ac8e/attachment-0001.html>
More information about the Pkg-freeipa-devel
mailing list