Mathias Behrle
Mathias Behrle
> For me work next patch > > ```python > # The cache expires in the future > import freezegun.api > orig_value = freezegun.api.call_stack_inspection_limit > freezegun.api.call_stack_inspection_limit = 0 > with...
Tested and works, thanks!
Thanks a lot for your quick reaction!
Probably only part of all necessary fixes, s.a. https://github.com/search?q=repo%3Adebops%2Fdebops%20distutils&type=code
S.a. https://github.com/debops/debops/issues/2512
Another MR which uses rather package looseversion instead of packaging: https://github.com/debops/debops/pull/2550 I don't know which one to prefer, but leaving this one open for the time being.
> I believe using packaging instead of looseversion is fine as this is only used to parse `__ansible_version__` which from https://release-monitoring.org/project/165410/ is always PEP-440 compliant. And it avoids adding a...
> So yes, requiring python 3.8 with packaging might be a no go. Would you mind reworking your patch set to switch to pypi looseversion? Or maybe wait for a...
Vermutlich derselbe Issue: Bei mehreren Konten stehen sämtliche BICs concatenated in allen Konten drin.
This one is an easy catch. Just update the vendored debops/ansible/plugins/connection/lxc_ssh.py from https://github.com/andreasscherbaum/ansible-lxc-ssh/blob/master/lxc_ssh.py, it contains the necessary fixes.