pkgsrc/devel/py-astor/distinfo
adam 06dd0e66d6 py-astor: updated to 0.8.0
0.8.0:

New features
Support ast.Constant nodes being emitted by Python 3.8 (and initially created in Python 3.6).
Support Python 3.8's assignment expressions.
Support Python 3.8's f-string debugging syntax.
:func:astor.to_source now has a source_generator_class parameter to customize source code generation.
The :class:~SourceGenerator class can now be imported from the :mod:astor package directly. Previously, the astor.code_gen submodule was needed to be imported.
Support Python 3.8's positional only arguments. See PEP 570 for more details.

Bug fixes
Fix string parsing when there is a newline inside an f-string.
Fixed code generation with escaped braces in f-strings.
Fixed code generation with attributes of integer literals, and with u-prefixed string literals.
Fixed code generation with very large integers.
Fixed :class:astor.tree_walk.TreeWalk when attempting to access attributes created by Python's type system (such as __dict__ and __weakref__)
2019-05-22 21:06:44 +00:00

6 lines
395 B
Text

$NetBSD: distinfo,v 1.9 2019/05/22 21:06:44 adam Exp $
SHA1 (astor-0.8.0.tar.gz) = f1482ca724ab8b785250d06fe6e574cb37a2abb5
RMD160 (astor-0.8.0.tar.gz) = bb50b95579121050544b216e5d25f5061fb7790d
SHA512 (astor-0.8.0.tar.gz) = df7aace90ae018aae4ff57ff36178e0b7adea00535f43faf650982d12cf0fa2fe5edbdc3c52597d087fa22aea9f7eb08d0fb93520b9d786727cefc0a0007dac8
Size (astor-0.8.0.tar.gz) = 35005 bytes