pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/py-asttokens



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Oct 26 23:01:41 UTC 2019

Modified Files:
        pkgsrc/lang/py-asttokens: Makefile distinfo

Log Message:
py-asttokens: updated to 2.0.2

v2.0.2:
Bump patch version

v2.0.1:
Bump patch version

v2.0.0:
Bump major version, for non-backward-compatible changes.
- There is a parsing difference in that tuple nodes now include
  surrounding parentheses (when present).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/py-asttokens/Makefile \
    pkgsrc/lang/py-asttokens/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py-asttokens/Makefile
diff -u pkgsrc/lang/py-asttokens/Makefile:1.8 pkgsrc/lang/py-asttokens/Makefile:1.9
--- pkgsrc/lang/py-asttokens/Makefile:1.8       Mon Oct  7 20:28:13 2019
+++ pkgsrc/lang/py-asttokens/Makefile   Sat Oct 26 23:01:41 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2019/10/07 20:28:13 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/10/26 23:01:41 adam Exp $
 
-DISTNAME=      asttokens-1.1.15
+DISTNAME=      asttokens-2.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asttokens/}
@@ -12,8 +12,7 @@ LICENSE=      apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-astroid-[0-9]*:../../devel/py-astroid
-TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
-TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/lang/py-asttokens/distinfo
diff -u pkgsrc/lang/py-asttokens/distinfo:1.8 pkgsrc/lang/py-asttokens/distinfo:1.9
--- pkgsrc/lang/py-asttokens/distinfo:1.8       Mon Oct  7 20:28:13 2019
+++ pkgsrc/lang/py-asttokens/distinfo   Sat Oct 26 23:01:41 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/10/07 20:28:13 adam Exp $
+$NetBSD: distinfo,v 1.9 2019/10/26 23:01:41 adam Exp $
 
-SHA1 (asttokens-1.1.15.tar.gz) = ced64ddffa0995ae310b622a59aea4154694a2db
-RMD160 (asttokens-1.1.15.tar.gz) = 9c91faf9a97233e553c5a7a21761680e1482ef65
-SHA512 (asttokens-1.1.15.tar.gz) = 606bca018a6ab60f780b0fc538d331484a0481f7b08babb630b777e74e6b929e3ded909e5e37a67d06a48bc8002d3061cdbdbd8b4f6d1c71c6554e6a252394a0
-Size (asttokens-1.1.15.tar.gz) = 37004 bytes
+SHA1 (asttokens-2.0.2.tar.gz) = 9a79f05b7ef32f2bc8ee096f76915ca98a201924
+RMD160 (asttokens-2.0.2.tar.gz) = f6ad43fee19895b83877d1f8ad3a2fb71edb5274
+SHA512 (asttokens-2.0.2.tar.gz) = 21463f8d34eb3d55b73d870ce2abb546796a0516218ad858357d1c9780827c814e0682d52b141d3987924228b4e7f7f4e7d5fc36d133e2f857e1209c5f12a391
+Size (asttokens-2.0.2.tar.gz) = 40595 bytes



Home | Main Index | Thread Index | Old Index