* Éric Araujo [2023-01-20 22:01]:
> tl;dr: replace the body of the try block with this:
>
> argspec = inspect.signature(inspect.getframeinfo)
> argspec = str(argspec).replace('*', '\\*')
> signature = '%s%s' % (func_name, argspec)
Should that not use "func" instead of "inspect.getfra
* Andreas Tille [2023-02-03 17:01]:
> I've bumped upstream version to 1.12.3 which basically has the
> suggested patches applied but the issue remains as you can see
> in Salsa CI
>
>https://salsa.debian.org/science-team/python-param/-/jobs/3891083
>
> Do you have any further hints?
That lo
* FC Stegerman [2023-02-03 17:58]:
> * Andreas Tille [2023-02-03 17:01]:
> > I've bumped upstream version to 1.12.3 which basically has the
> > suggested patches applied but the issue remains as you can see
> > in Salsa CI
> >
> >https://salsa.debia
* Louis-Philippe Véronneau [2023-02-03 18:15]:
> On 2023-02-03 11 h 58, FC Stegerman wrote:
> > Presumably there is a way to get the version from e.g.
> > "dpkg-parsechangelog -S Version" (minus the -1 revision) instead. I'm
> > not sure how other packages
* Dmitry Shachnev [2023-02-03 22:34]:
> I think one more line is needed in debian/rules:
>
> export DEB_VERSION_UPSTREAM
Indeed; thanks for pointing that out!
- FC
5 matches
Mail list logo