Package: policyd-rate-limit
Version: 1.0.1.1-2.1
Followup-For: Bug #1022034
Dear Maintainer,
seems that utils.py use an old syntax, I've applied this patch:
88c88
< self._config = yaml.load(f)
---
> self._config = yaml.load(f,
> Loader=yam
Source: policyd-rate-limit
Version: 1.0.1.1-2.1
Severity: normal
X-Debbugs-Cc: gor...@chronitis.net
We hope to upgrade python3-yaml (aka pyyaml) to version 6 before the
freeze, per #1008262
Your package appears to use `yaml.load()` without specifying a `Loader=`
argument, which will become an err
2 matches
Mail list logo