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 Apr 16 07:17:07 UTC 2019

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

Log Message:
py-test: updated to 4.4.1

pytest 4.4.1:
Bug Fixes
* Environment variables are properly restored when using pytester’s testdir fixture.
* Fix regression with --pdbcls, which stopped working with local modules in 4.0.0.
* Produce a warning when unknown keywords are passed to pytest.param(...).
* Invalidate import caches with monkeypatch.syspath_prepend, which is required with namespace packages being used.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.69 -r1.70 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.76 pkgsrc/devel/py-test/Makefile:1.77
--- pkgsrc/devel/py-test/Makefile:1.76  Tue Apr  2 09:43:52 2019
+++ pkgsrc/devel/py-test/Makefile       Tue Apr 16 07:17:06 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2019/04/02 09:43:52 adam Exp $
+# $NetBSD: Makefile,v 1.77 2019/04/16 07:17:06 adam Exp $
 
-DISTNAME=      pytest-4.4.0
+DISTNAME=      pytest-4.4.1
 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.69 pkgsrc/devel/py-test/distinfo:1.70
--- pkgsrc/devel/py-test/distinfo:1.69  Tue Apr  2 09:43:52 2019
+++ pkgsrc/devel/py-test/distinfo       Tue Apr 16 07:17:06 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.69 2019/04/02 09:43:52 adam Exp $
+$NetBSD: distinfo,v 1.70 2019/04/16 07:17:06 adam Exp $
 
-SHA1 (pytest-4.4.0.tar.gz) = 17a5267b86b2103cc9c47e6598be2f9a477eba17
-RMD160 (pytest-4.4.0.tar.gz) = e5f897a6a3e1dbb22c83b38329b588ba0716156d
-SHA512 (pytest-4.4.0.tar.gz) = c3e2f75434bdf712d1773eb9220c4258a7c57f92c8172033989e6bb78cfa8e2198e9fecce8daf27935e8eb71f416fcdc1a6a9a135cf8c925fbfaeaf80f616411
-Size (pytest-4.4.0.tar.gz) = 931197 bytes
+SHA1 (pytest-4.4.1.tar.gz) = 90456d876992292ad1afd326885ff402a0853f43
+RMD160 (pytest-4.4.1.tar.gz) = efb4ccd7c2b0e469960cb35295b8ed6456f27864
+SHA512 (pytest-4.4.1.tar.gz) = a4bc18fe7d8db5433d4d52c0ced38d3d0e6a785710bdc772e007fb1f0f516db2267e608845e075ce4d69a5e71a5e741cc6d84b04622e0a04bd2ad3b6576a1473
+Size (pytest-4.4.1.tar.gz) = 931385 bytes



Home | Main Index | Thread Index | Old Index