[Pkg-freeipa-devel] [Git][freeipa-team/pytest-sourceorder][master] 3 commits: Switch to python3 only. (Closes: #937566)

Timo Aaltonen gitlab at salsa.debian.org
Wed Sep 11 22:38:21 BST 2019



Timo Aaltonen pushed to branch master at FreeIPA packaging / pytest-sourceorder


Commits:
b833ae7f by Timo Aaltonen at 2019-09-11T21:35:46Z
Switch to python3 only. (Closes: #937566)

- - - - -
2d1229c6 by Timo Aaltonen at 2019-09-11T21:36:43Z
Bump to debhelper 12.

- - - - -
6863333c by Timo Aaltonen at 2019-09-11T21:37:48Z
releasing package pytest-sourceorder version 0.5.1-2

- - - - -


4 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,10 @@
-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 at debian.org>  Thu, 12 Sep 2019 00:33:17 +0300
+ -- Timo Aaltonen <tjaalton at debian.org>  Thu, 12 Sep 2019 00:37:42 +0300
 
 pytest-sourceorder (0.5.1-1) unstable; urgency=medium
 


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-11
+12


=====================================
debian/control
=====================================
@@ -4,10 +4,8 @@ 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.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}


=====================================
debian/rules
=====================================
@@ -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
 



View it on GitLab: https://salsa.debian.org/freeipa-team/pytest-sourceorder/compare/95a6edbd07f127b15217e6f612dfd2562e0ee426...6863333cc19518d0988222729e1e842a18f1def0

-- 
View it on GitLab: https://salsa.debian.org/freeipa-team/pytest-sourceorder/compare/95a6edbd07f127b15217e6f612dfd2562e0ee426...6863333cc19518d0988222729e1e842a18f1def0
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/20190911/dfe4b023/attachment-0001.html>


More information about the Pkg-freeipa-devel mailing list