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:           Thu Oct  8 08:24:20 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-rope/Makefile
cvs rdiff -u -r1.10 -r1.11 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.20 pkgsrc/devel/py-rope/Makefile:1.21
--- pkgsrc/devel/py-rope/Makefile:1.20  Wed May 27 14:20:24 2020
+++ pkgsrc/devel/py-rope/Makefile       Thu Oct  8 08:24:20 2020
@@ -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

Index: pkgsrc/devel/py-rope/distinfo
diff -u pkgsrc/devel/py-rope/distinfo:1.10 pkgsrc/devel/py-rope/distinfo:1.11
--- pkgsrc/devel/py-rope/distinfo:1.10  Wed May 27 14:20:24 2020
+++ pkgsrc/devel/py-rope/distinfo       Thu Oct  8 08:24:20 2020
@@ -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