[Pkg-libvirt-commits] [Git][libvirt-team/libvirt-python][rel-0.9.0] 4 commits: Use dh-sequence-python3
Guido Günther (@agx)
gitlab at salsa.debian.org
Wed Feb 1 09:53:04 GMT 2023
Guido Günther pushed to branch rel-0.9.0 at Libvirt Packaging Team / libvirt-python
Commits:
591b7700 by Guido Günther at 2023-02-01T10:51:54+01:00
Use dh-sequence-python3
Thanks: Jochen Sprickerhof
- - - - -
f93bac26 by Guido Günther at 2023-02-01T10:51:58+01:00
d/control: Add Rules-Requires-Root
- - - - -
f5cd9bcf by Guido Günther at 2023-02-01T10:51:58+01:00
Use autopkgtest-pkg-pybuild for autopkgtests
Thanks: Jochen Sprickerhof
- - - - -
f7f6174b by Guido Günther at 2023-02-01T10:52:11+01:00
Document changes and release 9.0.0-1
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/rules
- − debian/tests/control
- − debian/tests/smoke3
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,16 @@
-libvirt-python (9.0.0-1~1.gbp6f8187) UNRELEASED; urgency=medium
-
- ** SNAPSHOT build @6f818766fd1731d288258fd4cffc91141c888495 **
+libvirt-python (9.0.0-1) unstable; urgency=medium
* [5cf8728] New upstream version 9.0.0
-
- -- Guido Günther <agx at sigxcpu.org> Wed, 01 Feb 2023 10:03:34 +0100
+ * [badae7a] Depend on setuptools (Closes: #1030176)
+ * [698bacb] Add lxml for tests
+ * [9f7e10c] d/control: Bump standards version
+ * [f93bac2] d/control: Add Rules-Requires-Root
+ * [591b770] Use dh-sequence-python3.
+ Thanks to Jochen Sprickerhof
+ * [f5cd9bc] Use autopkgtest-pkg-pybuild for autopkgtests.
+ Thanks to Jochen Sprickerhof
+
+ -- Guido Günther <agx at sigxcpu.org> Wed, 01 Feb 2023 10:52:00 +0100
libvirt-python (8.0.0-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Guido Günther <agx at sigxcpu.org>
Build-Depends: debhelper-compat (=13),
- dh-python,
+ dh-sequence-python3,
pkg-config,
python3-all-dev,
python3-lxml <!nocheck>,
@@ -14,6 +14,8 @@ Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/libvirt-team/libvirt-python.git
Vcs-Browser: https://salsa.debian.org/libvirt-team/libvirt-python
Homepage: http://libvirt.org
+Rules-Requires-Root: no
+Testsuite: autopkgtest-pkg-pybuild
Package: python3-libvirt
Architecture: any
=====================================
debian/rules
=====================================
@@ -9,4 +9,4 @@ include /usr/share/dpkg/buildflags.mk
#export DH_VERBOSE=1
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --buildsystem=pybuild
=====================================
debian/tests/control deleted
=====================================
@@ -1,6 +0,0 @@
-Tests: smoke3
-Depends:
- python3-all,
- python3-libvirt,
- python3-pytest
-Restrictions: allow-stderr
=====================================
debian/tests/smoke3 deleted
=====================================
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-set -e
-set -x
-
-cp -a tests "$AUTOPKGTEST_TMP"
-cd "$AUTOPKGTEST_TMP"
-
-for py in $(py3versions -s); do
- $py -m pytest -v
-done
-
-echo 'Smoke test of python3 version succesful'
-exit 0
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt-python/-/compare/1f7dcb2b7956ca32ebb8342cef8e1d63e220532b...f7f6174b073a22c3b50482230c704da722220614
--
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt-python/-/compare/1f7dcb2b7956ca32ebb8342cef8e1d63e220532b...f7f6174b073a22c3b50482230c704da722220614
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-libvirt-commits/attachments/20230201/9042388a/attachment-0001.htm>
More information about the Pkg-libvirt-commits
mailing list