On Fri, Dec 05, 2025 at 10:35:40PM +0500, Andrey Rakhmatullin wrote:
 File "/build/reproducible-path/python-pgmagick-0.7.6/setup.py", line 214, in
version
   return ast.parse(line).body[0].value.s
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Constant' object has no attribute 's'

From https://docs.python.org/3.14/whatsnew/3.14.html#id9:

"""
Remove the following deprecated properties on ast.Constant, which were present for compatibility with the now-removed AST classes:
Constant.n
Constant.s
Use Constant.value instead.
"""

--
WBR, wRAR

Attachment: signature.asc
Description: PGP signature

Reply via email to