pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-rope



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr 29 17:08:01 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-rope/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-rope/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-rope/Makefile
diff -u pkgsrc/devel/py-rope/Makefile:1.21 pkgsrc/devel/py-rope/Makefile:1.22
--- pkgsrc/devel/py-rope/Makefile:1.21  Thu Oct  8 08:24:20 2020
+++ pkgsrc/devel/py-rope/Makefile       Thu Apr 29 17:08:01 2021
@@ -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/}

Index: pkgsrc/devel/py-rope/distinfo
diff -u pkgsrc/devel/py-rope/distinfo:1.11 pkgsrc/devel/py-rope/distinfo:1.12
--- pkgsrc/devel/py-rope/distinfo:1.11  Thu Oct  8 08:24:20 2020
+++ pkgsrc/devel/py-rope/distinfo       Thu Apr 29 17:08:01 2021
@@ -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