On Mon, 2018-03-26 at 23:14 -0400, Jeremy Bicha wrote:

> So you just want this package to Depend on python3-gitlab (>= 1:1.3.0) ?

That doesn't correspond to what the code requires:

$ grep __requires__ /usr/bin/gitlab
__requires__ = 'python-gitlab==1.3.0'

This would be the correct dependency:

Depends: python3-gitlab (= 1:1.3.0-1)

Or this for slightly more flexibility:

Depends: python3-gitlab (>= 1:1.3.0~), python3-gitlab (<< 1:1.3.1~)

Alternatively the upstream requirements could be relaxed.

> I mean users should install updates and shouldn't keep the older
> version around, which makes me think you might be overstating the
> severity of this bug, but ok…

Agreed for the first part. The severity is valid if you take into
account the upstream version requirements and future releases.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to