pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-astor



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 22 21:06:44 UTC 2019

Modified Files:
        pkgsrc/devel/py-astor: Makefile distinfo

Log Message:
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__)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-astor/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-astor/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-astor/Makefile
diff -u pkgsrc/devel/py-astor/Makefile:1.9 pkgsrc/devel/py-astor/Makefile:1.10
--- pkgsrc/devel/py-astor/Makefile:1.9  Fri Jul  6 08:09:50 2018
+++ pkgsrc/devel/py-astor/Makefile      Wed May 22 21:06:44 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/07/06 08:09:50 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/05/22 21:06:44 adam Exp $
 
-DISTNAME=      astor-0.7.1
+DISTNAME=      astor-0.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astor/}

Index: pkgsrc/devel/py-astor/distinfo
diff -u pkgsrc/devel/py-astor/distinfo:1.8 pkgsrc/devel/py-astor/distinfo:1.9
--- pkgsrc/devel/py-astor/distinfo:1.8  Fri Jul  6 08:09:50 2018
+++ pkgsrc/devel/py-astor/distinfo      Wed May 22 21:06:44 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/07/06 08:09:50 adam Exp $
+$NetBSD: distinfo,v 1.9 2019/05/22 21:06:44 adam Exp $
 
-SHA1 (astor-0.7.1.tar.gz) = 19f3a07d02f44b08dc0748395f79afef28f2e561
-RMD160 (astor-0.7.1.tar.gz) = c00e731d5db77b91acf9a550171f69b17e440734
-SHA512 (astor-0.7.1.tar.gz) = c52fa0b8ec5003c04d978c23361d423283a43be2c027d8d39ce1c45528dbbedb98b2a269ce97152bd9a4c942d95a6ec55720757b7811df4f34bb6744e2fff781
-Size (astor-0.7.1.tar.gz) = 30633 bytes
+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



Home | Main Index | Thread Index | Old Index