Source-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.17.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/01a4ccc1b49e
branches:  trunk
changeset: 432935:01a4ccc1b49e
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 27 14:20:24 2020 +0000

description:
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’t 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.

diffstat:

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

diffs (27 lines):

diff -r bf70bfb927bb -r 01a4ccc1b49e devel/py-rope/Makefile
--- a/devel/py-rope/Makefile    Wed May 27 14:14:47 2020 +0000
+++ b/devel/py-rope/Makefile    Wed May 27 14:20:24 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/04/11 07:26:27 adam Exp $
+# $NetBSD: Makefile,v 1.20 2020/05/27 14:20:24 adam Exp $
 
-DISTNAME=      rope-0.16.0
+DISTNAME=      rope-0.17.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rope/}
diff -r bf70bfb927bb -r 01a4ccc1b49e devel/py-rope/distinfo
--- a/devel/py-rope/distinfo    Wed May 27 14:14:47 2020 +0000
+++ b/devel/py-rope/distinfo    Wed May 27 14:20:24 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/04/11 07:26:27 adam Exp $
+$NetBSD: distinfo,v 1.10 2020/05/27 14:20:24 adam Exp $
 
-SHA1 (rope-0.16.0.tar.gz) = d6c1ae073797c55b557644f40305047856a5c835
-RMD160 (rope-0.16.0.tar.gz) = 9d09f24a18a33e048ad35dc3a3176324613f98b6
-SHA512 (rope-0.16.0.tar.gz) = 33ba57b246337e413126309a521c54e861899b03fd250e148b97d9789cddf6eceab36609ea6e36e84ad1ac514bc3363f4937b01bcb96b6103c2a33bec1d4fb75
-Size (rope-0.16.0.tar.gz) = 243304 bytes
+SHA1 (rope-0.17.0.tar.gz) = e0a7b7e2f8f2e6e95dbf98d6badd7652a2e23695
+RMD160 (rope-0.17.0.tar.gz) = 4bcd493b99050e32250675d052b19c6c2a03e326
+SHA512 (rope-0.17.0.tar.gz) = c27a17fdf73ed0ae85fe417132acd999452ae88a7b779d84fdf73134094fd34510ae08017dc24ddd7c34cb70353b5a43021229b88819002371790e7717b8ae46
+Size (rope-0.17.0.tar.gz) = 248629 bytes


Home | Main Index | Thread Index | Old Index