pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Mar  6 08:33:36 UTC 2018

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

Log Message:
py-test: updated to 3.4.2

Pytest 3.4.2:

Bug Fixes
Removed progress information when capture option is no.
Refactor check of bindir from exists to isdir.
Fix TypeError issue when using approx with a Decimal value.
Fix reference cycle generated when using the request fixture.
[tool:pytest] sections in *.cfg files passed by the -c option are now properly recognized.

Improved Documentation
Add logging plugin to plugins list.

Trivial/Internal Changes
Fix minor typo in fixture.rst


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/py-test/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/Makefile
diff -u pkgsrc/devel/py-test/Makefile:1.44 pkgsrc/devel/py-test/Makefile:1.45
--- pkgsrc/devel/py-test/Makefile:1.44  Thu Feb 22 09:34:09 2018
+++ pkgsrc/devel/py-test/Makefile       Tue Mar  6 08:33:36 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2018/02/22 09:34:09 adam Exp $
+# $NetBSD: Makefile,v 1.45 2018/03/06 08:33:36 adam Exp $
 
-DISTNAME=      pytest-3.4.1
+DISTNAME=      pytest-3.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.41 pkgsrc/devel/py-test/distinfo:1.42
--- pkgsrc/devel/py-test/distinfo:1.41  Thu Feb 22 09:34:09 2018
+++ pkgsrc/devel/py-test/distinfo       Tue Mar  6 08:33:36 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2018/02/22 09:34:09 adam Exp $
+$NetBSD: distinfo,v 1.42 2018/03/06 08:33:36 adam Exp $
 
-SHA1 (pytest-3.4.1.tar.gz) = b31c5a585722dbba54b000c98722daf1e2df9c5a
-RMD160 (pytest-3.4.1.tar.gz) = 4d266daa28b634125b67c91ba9630a3926652586
-SHA512 (pytest-3.4.1.tar.gz) = 75f728840cde6512619a03ce75fd0b04cb9d57a99f381366a0f9c10ffa3210448e7e85505357bfa9bfb0cca11cdedda2c0e091e5473ed82707a2597f234e659a
-Size (pytest-3.4.1.tar.gz) = 812928 bytes
+SHA1 (pytest-3.4.2.tar.gz) = 1194854795c65e29a1038da50fe5f5230f964360
+RMD160 (pytest-3.4.2.tar.gz) = a14f6eac02521668d691b93dde59a2f0f8f78a4a
+SHA512 (pytest-3.4.2.tar.gz) = 787065ab76d4482799bb2da9f024c9c383e68cc1cc01f3b80f6ed9444ca6383d20953615696ed4dd01668777b094cf5002b23c4ce51828879dcf8ebf2170c71b
+Size (pytest-3.4.2.tar.gz) = 812719 bytes



Home | Main Index | Thread Index | Old Index