Source: python-certbot-dns-netcup Version: 2.0.0-2 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-certbot-dns-netcup/testing/amd64/ 30s Testing with python3.14: 30s Traceback (most recent call last): 30s File "<string>", line 1, in <module> 30s import certbot_dns_netcup; print(certbot_dns_netcup) 30s ^^^^^^^^^^^^^^^^^^^^^^^^^ 30s File "/usr/lib/python3/dist-packages/certbot_dns_netcup.py", line 16, in <module> 30s from certbot.plugins import dns_common 30s File "/usr/lib/python3/dist-packages/certbot/plugins/dns_common.py", line 14, in <module> 30s from acme import challenges 30s File "/usr/lib/python3/dist-packages/acme/__init__.py", line 15, in <module> 30s import josepy as jose 30s File "/usr/lib/python3/dist-packages/josepy/__init__.py", line 68, in <module> 30s from josepy.jws import JWS, Header, Signature 30s File "/usr/lib/python3/dist-packages/josepy/jws.py", line 52, in <module> 30s class Header(json_util.JSONObjectWithFields): 30s ...<107 lines>... 30s raise errors.DeserializationError(error) 30s File "/usr/lib/python3/dist-packages/josepy/json_util.py", line 237, in __new__ 30s raise ValueError( 30s f"Field `{key}` in JSONObject `{name}` has no type annotation." 30s ) 30s ValueError: Field `alg` in JSONObject `Header` has no type annotation.

