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:           Wed May 27 14:20:24 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-rope/Makefile
cvs rdiff -u -r1.9 -r1.10 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.19 pkgsrc/devel/py-rope/Makefile:1.20
--- pkgsrc/devel/py-rope/Makefile:1.19  Sat Apr 11 07:26:27 2020
+++ pkgsrc/devel/py-rope/Makefile       Wed May 27 14:20:24 2020
@@ -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/}

Index: pkgsrc/devel/py-rope/distinfo
diff -u pkgsrc/devel/py-rope/distinfo:1.9 pkgsrc/devel/py-rope/distinfo:1.10
--- pkgsrc/devel/py-rope/distinfo:1.9   Sat Apr 11 07:26:27 2020
+++ pkgsrc/devel/py-rope/distinfo       Wed May 27 14:20:24 2020
@@ -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