pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-rope py-rope: updated to 0.19.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bfc82a8e908
branches:  trunk
changeset: 451638:9bfc82a8e908
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Apr 29 17:08:01 2021 +0000

description:
py-rope: updated to 0.19.0

0.19.0
- Fix AttributeError lineno
- Python 3.9 ast changes
- create_generate with goal_resource param
- Fix relative import offset calculation
- Fix missinge lineno attribute for AssignedName ast node
- Added _NamedExpr into `patchedast.py`
- Add support for the walrus operator.
- fix test case name for `test_ann_assign_node_without_target`
- Returned _AnnAssign and checked for support assignment without value
- fixed version restriction in tests for NamedExpr
- Removed AnnAssign, added NeamedExpr, testa are made
- Added _AnnAsign into `patchedast.py`
- Extract augmented assignment
- Fix handling of dict rename in Python 2.x
- Improve handling of generalized dict unpacking during dict rename
- Add expected failure test for comprehension variable scopes
- Implement basic scoping and rename for set and dict comprehension
- Visit subexpressions of comprehensions to collect names for scopes
- Implement rename of inline assignment expression
- Implement basic scoping and renaming of list and generator
  comprehension loop variables
- Implement f-string extract refactoring
- Refactor consume_joined_string and also fix missing
  ast.JoinedStr/FormattedValue in older python
- Fix some f-string corner cases
- Implement PEP-448 generalized dict-unpacking

diffstat:

 devel/py-rope/Makefile |   4 ++--
 devel/py-rope/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r a906351212b6 -r 9bfc82a8e908 devel/py-rope/Makefile
--- a/devel/py-rope/Makefile    Thu Apr 29 17:05:23 2021 +0000
+++ b/devel/py-rope/Makefile    Thu Apr 29 17:08:01 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2020/10/08 08:24:20 adam Exp $
+# $NetBSD: Makefile,v 1.22 2021/04/29 17:08:01 adam Exp $
 
-DISTNAME=      rope-0.18.0
+DISTNAME=      rope-0.19.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rope/}
diff -r a906351212b6 -r 9bfc82a8e908 devel/py-rope/distinfo
--- a/devel/py-rope/distinfo    Thu Apr 29 17:05:23 2021 +0000
+++ b/devel/py-rope/distinfo    Thu Apr 29 17:08:01 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/10/08 08:24:20 adam Exp $
+$NetBSD: distinfo,v 1.12 2021/04/29 17:08:01 adam Exp $
 
-SHA1 (rope-0.18.0.tar.gz) = bad15b1b4f17cca0005d31b40ecf36b12ca14ae5
-RMD160 (rope-0.18.0.tar.gz) = 7b5503312915011bb6fdc00ccdb963f43995680c
-SHA512 (rope-0.18.0.tar.gz) = 9f706da345866447ff7e4027e6f9f0719d4b823253155881efcdd3a9e9a6f42fa9e194cd9547df4a6f752ae0cec739045e52bb7edd5cfa04ad4079fe06808298
-Size (rope-0.18.0.tar.gz) = 249828 bytes
+SHA1 (rope-0.19.0.tar.gz) = 7bc85c8029ff0d5776f704500bbf2e687579378b
+RMD160 (rope-0.19.0.tar.gz) = 3d27dda77104dce77ec95d4f4cdc5b6a9b258571
+SHA512 (rope-0.19.0.tar.gz) = fd41777d76861837479bf0777ea42cc052eed7ba396bc4531a0c7f101b05b1c5a57c300950b7a3c8a2902e28ff049d146646f83f8a8a447ab9ccd7cd8aa48110
+Size (rope-0.19.0.tar.gz) = 252902 bytes



Home | Main Index | Thread Index | Old Index