pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-randomly



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Feb 28 13:53:15 UTC 2019

Modified Files:
        pkgsrc/devel/py-test-randomly: Makefile distinfo

Log Message:
py-test-randomly: updated to 2.0.0

2.0.0:
* Drop Python 2 support, only Python 3.4+ is supported now.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-randomly/Makefile \
    pkgsrc/devel/py-test-randomly/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-test-randomly/Makefile
diff -u pkgsrc/devel/py-test-randomly/Makefile:1.1 pkgsrc/devel/py-test-randomly/Makefile:1.2
--- pkgsrc/devel/py-test-randomly/Makefile:1.1  Sun Oct  7 08:13:09 2018
+++ pkgsrc/devel/py-test-randomly/Makefile      Thu Feb 28 13:53:15 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/10/07 08:13:09 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/02/28 13:53:15 adam Exp $
 
-DISTNAME=      pytest-randomly-1.2.3
+DISTNAME=      pytest-randomly-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-randomly/}
@@ -14,6 +14,8 @@ DEPENDS+=     ${PYPKGPREFIX}-test-[0-9]*:../
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 do-test:
        cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
 
Index: pkgsrc/devel/py-test-randomly/distinfo
diff -u pkgsrc/devel/py-test-randomly/distinfo:1.1 pkgsrc/devel/py-test-randomly/distinfo:1.2
--- pkgsrc/devel/py-test-randomly/distinfo:1.1  Sun Oct  7 08:13:09 2018
+++ pkgsrc/devel/py-test-randomly/distinfo      Thu Feb 28 13:53:15 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/10/07 08:13:09 adam Exp $
+$NetBSD: distinfo,v 1.2 2019/02/28 13:53:15 adam Exp $
 
-SHA1 (pytest-randomly-1.2.3.tar.gz) = f991c5f2a580f215552eee04960ab03eff1376b8
-RMD160 (pytest-randomly-1.2.3.tar.gz) = 36a7a6046cad1879d3b7e88dc10ce7a92337cc27
-SHA512 (pytest-randomly-1.2.3.tar.gz) = a22fa6b435824fa54c8f48feb7ec0cb1c8a3350ad7a5174367a297f0ce1d31d76a9f97b84176714c37b807f0377a0ba3a159471eb86af33b3960c34d0efa944b
-Size (pytest-randomly-1.2.3.tar.gz) = 8297 bytes
+SHA1 (pytest-randomly-2.0.0.tar.gz) = 2271de9577e8d4e41958df9e68921de2543efec5
+RMD160 (pytest-randomly-2.0.0.tar.gz) = 564f3be980bab005780c867d28b1ef7f71b917d1
+SHA512 (pytest-randomly-2.0.0.tar.gz) = 5471d21b7933e0161d429a791099e443b8aae3590940eb68f59bc6e0b26c95557f8081829069d7d589c9d6f245f6bf04cd9528ccc0f4f3e2d578289d51fe7455
+Size (pytest-randomly-2.0.0.tar.gz) = 8483 bytes



Home | Main Index | Thread Index | Old Index