pkgsrc-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.18.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b734c7ab82a
branches:  trunk
changeset: 440401:7b734c7ab82a
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 08 08:24:20 2020 +0000

description:
py-rope: updated to 0.18.0

Release 0.18.0:
- Fix `Worder.get_primary_at` for names that start like
  keywords.
- Add guess_def_lineno() to get actual function/class
  definition line number
- Fix SimilarFinder/_ASTMatcher to consider 1/0 and True/False
  to be unequal
- Compatibility with Python 3.8
- Add pytest.ini to collect all tests

diffstat:

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

diffs (33 lines):

diff -r 524e88a7a574 -r 7b734c7ab82a devel/py-rope/Makefile
--- a/devel/py-rope/Makefile    Thu Oct 08 07:50:51 2020 +0000
+++ b/devel/py-rope/Makefile    Thu Oct 08 08:24:20 2020 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.20 2020/05/27 14:20:24 adam Exp $
+# $NetBSD: Makefile,v 1.21 2020/10/08 08:24:20 adam Exp $
 
-DISTNAME=      rope-0.17.0
+DISTNAME=      rope-0.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rope/}
 
-MAINTAINER=    helgoman%users.sourceforge.net@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/python-rope/rope
 COMMENT=       Python refactoring library
 LICENSE=       gnu-lgpl-v3
diff -r 524e88a7a574 -r 7b734c7ab82a devel/py-rope/distinfo
--- a/devel/py-rope/distinfo    Thu Oct 08 07:50:51 2020 +0000
+++ b/devel/py-rope/distinfo    Thu Oct 08 08:24:20 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/05/27 14:20:24 adam Exp $
+$NetBSD: distinfo,v 1.11 2020/10/08 08:24:20 adam Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index