Source: python-acme
Version: 4.0.0-1
Severity: serious
Tags: forky sid
User: [email protected]
Usertags: python3.14

Hi Maintainer

The autopkgtests of this package fail with Python 3.14 [1].  I've
copied what I hope is the relevant part of the log below.

Regards
Graham


[1] https://ci.debian.net/packages/p/python-acme/testing/amd64/


 25s Testing with python3.14:
 25s Traceback (most recent call last):
 25s   File "<string>", line 1, in <module>
 25s     import acme; print(acme)
 25s     ^^^^^^^^^^^
 25s   File "/usr/lib/python3/dist-packages/acme/__init__.py", line
15, in <module>
 25s     import josepy as jose
 25s   File "/usr/lib/python3/dist-packages/josepy/__init__.py", line
68, in <module>
 25s     from josepy.jws import JWS, Header, Signature
 25s   File "/usr/lib/python3/dist-packages/josepy/jws.py", line 52, in <module>
 25s     class Header(json_util.JSONObjectWithFields):
 25s     ...<107 lines>...
 25s                 raise errors.DeserializationError(error)
 25s   File "/usr/lib/python3/dist-packages/josepy/json_util.py", line
237, in __new__
 25s     raise ValueError(
 25s         f"Field `{key}` in JSONObject `{name}` has no type annotation."
 25s     )
 25s ValueError: Field `alg` in JSONObject `Header` has no type annotation.

Reply via email to