py-rope: updated to 0.22.0
Release 0.22.0 Syntax support Implement yield from syntax support to patchedast.py Bug fixes Improve empty tuple and handling of parentheses around tuple Fix rename import statement with dots and as keyword
This commit is contained in:
parent
1ea26d01a3
commit
2cafed4537
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.25 2021/11/12 10:21:47 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2021/11/23 20:47:04 adam Exp $
|
||||
|
||||
DISTNAME= rope-0.21.1
|
||||
DISTNAME= rope-0.22.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rope/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.17 2021/11/12 10:21:47 adam Exp $
|
||||
$NetBSD: distinfo,v 1.18 2021/11/23 20:47:04 adam Exp $
|
||||
|
||||
BLAKE2s (rope-0.21.1.tar.gz) = 29cc0ea02721730eb10ca884749d5005509ccc0b5338405a74a4ceab21bd692e
|
||||
SHA512 (rope-0.21.1.tar.gz) = 1f25bd01b766d690c687a9e392b8fd2a9e946b5f328fbce96cb130e9ad5fb5379d7cc04c50214e087123260e5280704098c5e3c770806c791f92dab2297681e6
|
||||
Size (rope-0.21.1.tar.gz) = 256419 bytes
|
||||
BLAKE2s (rope-0.22.0.tar.gz) = ccfd6fc57847120e3711856043a0dd71ff4b134a89b62e7cb2c6f413d3a1a7d9
|
||||
SHA512 (rope-0.22.0.tar.gz) = ead82eba834890d90a6972cc432d153b977a123588621712b50decf1f1bfff03cd411e3615dff63a5272cf4a46b32791ea625f30e3dfdf9d1969081a99544396
|
||||
Size (rope-0.22.0.tar.gz) = 260138 bytes
|
||||
|
|
Loading…
Reference in a new issue