pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-randomly py-test-randomly: updated to 3.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2a1333cd79c
branches:  trunk
changeset: 419140:c2a1333cd79c
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Dec 13 11:20:31 2019 +0000

description:
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.

diffstat:

 devel/py-test-randomly/Makefile |   5 +++--
 devel/py-test-randomly/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r e2a1da0e744c -r c2a1333cd79c devel/py-test-randomly/Makefile
--- a/devel/py-test-randomly/Makefile   Fri Dec 13 11:19:42 2019 +0000
+++ b/devel/py-test-randomly/Makefile   Fri Dec 13 11:20:31 2019 +0000
@@ -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 @@
 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
diff -r e2a1da0e744c -r c2a1333cd79c devel/py-test-randomly/distinfo
--- a/devel/py-test-randomly/distinfo   Fri Dec 13 11:19:42 2019 +0000
+++ b/devel/py-test-randomly/distinfo   Fri Dec 13 11:20:31 2019 +0000
@@ -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