Petr Vaněk

Results 57 comments of Petr Vaněk

PyPI archive for version 1.4.10 is missing tests completely.

I just run the tests with python 3.13.0 beta2 and this is the result: ``` ================================================= test session starts ================================================= platform linux -- Python 3.13.0b2, pytest-8.2.2, pluggy-1.5.0 -- /var/tmp/portage/dev-python/pyfakefs-5.5.0/work/pyfakefs-5.5.0-python3_13/install/usr/bin/python3.13 cachedir:...

Great, thanks! I just wanted to share the output if I have it. Maybe also for others to let them know that the issue appears with beta 2 as well.

I have bisected the `twisted`. The `"Headers" has no attribute "_canonicalNameCaps"` issue was introduced in PR https://github.com/twisted/twisted/pull/12117 and the `builtins.TypeError: 'Headers' object is not iterable` issue was introduced in PR...

For the record, one test fails in 1.119.0 with Twisted 24.10.0 ``` =============================================================================== [ERROR] Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/twisted/logger/_observer.py", line 81, in __call__ observer(event) File "/usr/lib/python3.13/site-packages/twisted/logger/_legacy.py", line 90,...

I don't have better suggestion, `email.mime.text` sounds good to me.

Changes in dev/1.3.7 branch work for me in Python 3.13.0b4. Thanks!

I just noticed a typo in commit e988fea headline, suprious -> spurious, in case you plan to rebase the branch before merge.

> Thank you! I'm aware of the keywording and stabilization process. It was a little timing problem. > > * I submitted a PR on June 3rd 2025, and bumped...

Yes, we use system `libfmt` in Gentoo, see https://github.com/gentoo/gentoo/blob/4da7f02e9988997ed61ee29aaab443390119299d/mail-filter/rspamd/rspamd-3.11.1.ebuild#L101, without any known issue. It is worth to say that MariaDB is quite picky about the `libfmt` version and vanilla Rspamd...