Skip to content

Commit aa780b7

Browse files
committed
chore(debian): add missing changelog for 0.6.0 + do not run unittests during packaging
Signed-off-by: Romain Beuque <556072+rbeuque74@users.noreply.github.com>
1 parent 27b31a3 commit aa780b7

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
python-ovh (0.6.0) trusty; urgency=medium
2+
3+
* feat: added compatibility for Python 3.7 (#80)
4+
* feat: delete function now supports body parameters (#109)
5+
* fix: if HTTP status is 204 No Response, do not attempt to parse response
6+
body (#92)
7+
* fix: query parameters None should be JSON encoded and empty query params
8+
should not be sent (#102)
9+
10+
-- Romain Beuque <romain.beuque@ovhcloud.com> Tue, 15 Mar 2022 09:45:15 +0000
11+
112
python-ovh (0.5.0) trusty; urgency=medium
213

314
* New upstream release v0.5.0

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: python-ovh
22
Section: python
33
Priority: optional
4-
Maintainer: Arnaud Morin <arnaud.morin@corp.ovh.com>
4+
Maintainer: Romain Beuque <api@ml.ovh.net>
55
Build-Depends: debhelper (>= 9), python-all, dh-python, python-setuptools, python3-setuptools, python3-all
66
Standards-Version: 3.9.5
77
X-Python-Version: >= 2.7

debian/rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
#export DH_VERBOSE = 1
44
export PYBUILD_NAME = ovh
55

6+
# do not launch unit tests during build
7+
export DEB_BUILD_OPTIONS=nocheck
8+
69
%:
710
dh $@ --with python2,python3 --buildsystem=pybuild

0 commit comments

Comments
 (0)