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: Fri Dec 13 11:20:31 UTC 2019
Modified Files:
pkgsrc/devel/py-test-randomly: Makefile distinfo
Log Message:
py-test-randomly: updated to 3.1.0
3.1.0:
Add plugins via entry points pytest_randomly.random_seeder to allow outside packages to register additional random generators to seed. This has added a dependency on the entrypoints package.
3.0.0:
Update Python support to 3.5-3.7, as 3.4 has reached its end of life.
Handle CollectErrors and ImportErrors during collection when accessing item.module.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/devel/py-test-randomly/Makefile:1.5
--- pkgsrc/devel/py-test-randomly/Makefile:1.4 Wed Mar 27 08:38:37 2019
+++ pkgsrc/devel/py-test-randomly/Makefile Fri Dec 13 11:20:31 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/03/27 08:38:37 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/12/13 11:20:31 adam Exp $
-DISTNAME= pytest-randomly-2.1.1
+DISTNAME= pytest-randomly-3.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-randomly/}
@@ -10,6 +10,7 @@ HOMEPAGE= https://github.com/pytest-dev/
COMMENT= Pytest plugin to randomly order tests and control random.seed
LICENSE= modified-bsd
+DEPENDS+= ${PYPKGPREFIX}-entrypoints-[0-9]*:../../devel/py-entrypoints
DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-test-randomly/distinfo
diff -u pkgsrc/devel/py-test-randomly/distinfo:1.4 pkgsrc/devel/py-test-randomly/distinfo:1.5
--- pkgsrc/devel/py-test-randomly/distinfo:1.4 Wed Mar 27 08:38:37 2019
+++ pkgsrc/devel/py-test-randomly/distinfo Fri Dec 13 11:20:31 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/03/27 08:38:37 adam Exp $
+$NetBSD: distinfo,v 1.5 2019/12/13 11:20:31 adam Exp $
-SHA1 (pytest-randomly-2.1.1.tar.gz) = 284deca847203b9f31e49794f7789272d5f17ebb
-RMD160 (pytest-randomly-2.1.1.tar.gz) = a56b8565d3653d2b6546df9f8cc510c33659766d
-SHA512 (pytest-randomly-2.1.1.tar.gz) = a4030b80a19b524926f4e10cccb8f602a0e05febd6c5ce8e979228780b45fd38f63656206a4be571780b5059b8bacf6a5f39108818c3b0241af61095f6376bdf
-Size (pytest-randomly-2.1.1.tar.gz) = 9064 bytes
+SHA1 (pytest-randomly-3.1.0.tar.gz) = 9fb390cc4d8507418247402ee9af6ef8830ee99f
+RMD160 (pytest-randomly-3.1.0.tar.gz) = 8abeb3b5680f07cebe5bcb9b4bdfca3b4b9d34da
+SHA512 (pytest-randomly-3.1.0.tar.gz) = a25d6f162dd9b102ffc82ea00b82928d3be269af6a9c7a3cde7dcecab31262cc9a78f188ed80a79116480944c58213ef12188f8dababcef4922c0da27c6e0bc5
+Size (pytest-randomly-3.1.0.tar.gz) = 10264 bytes
Home |
Main Index |
Thread Index |
Old Index