Wed May 27 14:20:24 2020 UTC ()
py-rope: updated to 0.17.0

New release 0.17.0:
Make tests compatible with Python 3.8
Use context manager for open()
Don窶冲 use UserDict (!!!) and collections.MutableMapping.
assertEquals has been deprecated for long time (-> assertEqual)
Remove weird escpaing of 's' character, which is the syntax error these days.
Add testing for Python 3.8 as well
Fix pattern for matching short strings
Work with deprecated types and using aliased ones.
Don't use underscored _ast, but use ast instead
Direct import from collections is getting deprecated.
Use .is_alive method instead of a deprecated .isAlive in threading.Thread
Fix simple typo: sitaution -> situation
Two more assertEquals happened.


(adam)
diff -r1.19 -r1.20 pkgsrc/devel/py-rope/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/py-rope/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/devel/py-rope/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-rope/Makefile 2020/04/11 07:26:27 1.19
+++ pkgsrc/devel/py-rope/Makefile 2020/05/27 14:20:24 1.20
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.19 2020/04/11 07:26:27 adam Exp $ 1# $NetBSD: Makefile,v 1.20 2020/05/27 14:20:24 adam Exp $
2 2
3DISTNAME= rope-0.16.0 3DISTNAME= rope-0.17.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=r/rope/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/rope/}
7 7
8MAINTAINER= helgoman@users.sourceforge.net 8MAINTAINER= helgoman@users.sourceforge.net
9HOMEPAGE= https://github.com/python-rope/rope 9HOMEPAGE= https://github.com/python-rope/rope
10COMMENT= Python refactoring library 10COMMENT= Python refactoring library
11LICENSE= gnu-lgpl-v3 11LICENSE= gnu-lgpl-v3
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15.include "../../lang/python/egg.mk" 15.include "../../lang/python/egg.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/devel/py-rope/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-rope/distinfo 2020/04/11 07:26:27 1.9
+++ pkgsrc/devel/py-rope/distinfo 2020/05/27 14:20:24 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2020/04/11 07:26:27 adam Exp $ 1$NetBSD: distinfo,v 1.10 2020/05/27 14:20:24 adam Exp $
2 2
3SHA1 (rope-0.16.0.tar.gz) = d6c1ae073797c55b557644f40305047856a5c835 3SHA1 (rope-0.17.0.tar.gz) = e0a7b7e2f8f2e6e95dbf98d6badd7652a2e23695
4RMD160 (rope-0.16.0.tar.gz) = 9d09f24a18a33e048ad35dc3a3176324613f98b6 4RMD160 (rope-0.17.0.tar.gz) = 4bcd493b99050e32250675d052b19c6c2a03e326
5SHA512 (rope-0.16.0.tar.gz) = 33ba57b246337e413126309a521c54e861899b03fd250e148b97d9789cddf6eceab36609ea6e36e84ad1ac514bc3363f4937b01bcb96b6103c2a33bec1d4fb75 5SHA512 (rope-0.17.0.tar.gz) = c27a17fdf73ed0ae85fe417132acd999452ae88a7b779d84fdf73134094fd34510ae08017dc24ddd7c34cb70353b5a43021229b88819002371790e7717b8ae46
6Size (rope-0.16.0.tar.gz) = 243304 bytes 6Size (rope-0.17.0.tar.gz) = 248629 bytes