Bug#906161: python-debianbts: get_bugs doesn't marshal usertags properly

2021-01-27 Thread Julien Cristau
On Sat, Dec 19, 2020 at 10:01:04PM +0100, Bastian Venthur wrote: > Hi Julien, > > thanks for the reply. Regarding your original bugreport, the usertags > parameter seems not to be documented in the wiki: > https://wiki.debian.org/DebbugsSoapInterface > I'm not sure I'd consider the wiki as a

Bug#906161: python-debianbts: get_bugs doesn't marshal usertags properly

2020-12-19 Thread Bastian Venthur
Hi Julien, thanks for the reply. Regarding your original bugreport, the usertags parameter seems not to be documented in the wiki: https://wiki.debian.org/DebbugsSoapInterface Since it seems to work anyways for you, do you mind closing the bugreport now? I was closing it, because I didn't

Bug#906161: python-debianbts: get_bugs doesn't marshal usertags properly

2020-12-19 Thread Julien Cristau
I think it must have been something like this: ut = debianbts.get_usertag('release.debian@packages.debian.org') debianbts.get_bugs(package='release.debian.org', tag=['pu', 'buster'], usertags=ut)

Bug#906161: python-debianbts: get_bugs doesn't marshal usertags properly

2018-09-29 Thread Bastian Venthur
Hi Julien, can you please provide a call to reproduce the error? According to the docs, the get_bugs has no `usertags` parameter: https://wiki.debian.org/DebbugsSoapInterface Cheers, Bastian On Wed, 15 Aug 2018 09:57:42 +0200 Julien Cristau wrote: > Package: python-debianbts > Version:

Bug#906161: python-debianbts: get_bugs doesn't marshal usertags properly

2018-08-15 Thread Julien Cristau
Package: python-debianbts Version: 2.7.2 Severity: normal Tags: patch Hi, marshaling for get_bugs' "usertags" param doesn't seem to work properly. There's some special casing with _build_int_array_el for lists and tuples but not for dicts. The below seems to make it work. Cheers, Julien diff