Skip to content

Commit

Permalink
chore(debian): add missing changelog for 0.6.0 + do not run unittests…
Browse files Browse the repository at this point in the history
… during packaging

Signed-off-by: Romain Beuque <[email protected]>
  • Loading branch information
rbeuque74 committed Mar 15, 2022
1 parent 27b31a3 commit aa780b7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
python-ovh (0.6.0) trusty; urgency=medium

* feat: added compatibility for Python 3.7 (#80)
* feat: delete function now supports body parameters (#109)
* fix: if HTTP status is 204 No Response, do not attempt to parse response
body (#92)
* fix: query parameters None should be JSON encoded and empty query params
should not be sent (#102)

-- Romain Beuque <[email protected]> Tue, 15 Mar 2022 09:45:15 +0000

python-ovh (0.5.0) trusty; urgency=medium

* New upstream release v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Source: python-ovh
Section: python
Priority: optional
Maintainer: Arnaud Morin <arnaud.morin@corp.ovh.com>
Maintainer: Romain Beuque <api@ml.ovh.net>
Build-Depends: debhelper (>= 9), python-all, dh-python, python-setuptools, python3-setuptools, python3-all
Standards-Version: 3.9.5
X-Python-Version: >= 2.7
Expand Down
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
#export DH_VERBOSE = 1
export PYBUILD_NAME = ovh

# do not launch unit tests during build
export DEB_BUILD_OPTIONS=nocheck

%:
dh $@ --with python2,python3 --buildsystem=pybuild

0 comments on commit aa780b7

Please sign in to comment.