pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb 14 09:53:32 UTC 2020

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

Log Message:
py-test-xprocess: updated to 0.13.1

0.13.1
- Drop support for Python 2.6 and 3.4.
- Ignore empty lines in log files when looking for the pattern that indicates
  a process has started.

0.13.0
- Never released due to deploy issues.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-xprocess/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-xprocess/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-xprocess/Makefile
diff -u pkgsrc/devel/py-test-xprocess/Makefile:1.2 pkgsrc/devel/py-test-xprocess/Makefile:1.3
--- pkgsrc/devel/py-test-xprocess/Makefile:1.2  Mon Feb 25 08:47:37 2019
+++ pkgsrc/devel/py-test-xprocess/Makefile      Fri Feb 14 09:53:32 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2019/02/25 08:47:37 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/02/14 09:53:32 adam Exp $
 
-DISTNAME=      pytest-xprocess-0.12.1
+DISTNAME=      pytest-xprocess-0.13.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-xprocess/}
@@ -11,8 +11,7 @@ COMMENT=      Pytest plugin to manage externa
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
-DEPENDS+=      ${PYPKGPREFIX}-test>=2.3.5:../../devel/py-test
-DEPENDS+=      ${PYPKGPREFIX}-test-cache-[0-9]*:../../devel/py-test-cache
+DEPENDS+=      ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-test-xprocess/distinfo
diff -u pkgsrc/devel/py-test-xprocess/distinfo:1.1 pkgsrc/devel/py-test-xprocess/distinfo:1.2
--- pkgsrc/devel/py-test-xprocess/distinfo:1.1  Mon Feb 25 08:47:03 2019
+++ pkgsrc/devel/py-test-xprocess/distinfo      Fri Feb 14 09:53:32 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/02/25 08:47:03 adam Exp $
+$NetBSD: distinfo,v 1.2 2020/02/14 09:53:32 adam Exp $
 
-SHA1 (pytest-xprocess-0.12.1.tar.gz) = 2b0903545880d036784efad0c8af0797aede62ef
-RMD160 (pytest-xprocess-0.12.1.tar.gz) = 1fe16c4d331deb45e4b8c3f93f1c0ae183eab011
-SHA512 (pytest-xprocess-0.12.1.tar.gz) = fda868a12a056070afd5838c4bc466b4906a7138f685d4a0e6e0adbd975e5a1a2b9b37b8de36a45fb700e02ca14ae219cfe29c467f8d03e55d2a375a7efc9927
-Size (pytest-xprocess-0.12.1.tar.gz) = 12078 bytes
+SHA1 (pytest-xprocess-0.13.1.tar.gz) = ef1e9365fa10a0b27f1ff3c956b7cdec4235380a
+RMD160 (pytest-xprocess-0.13.1.tar.gz) = 677b152a6696421514113ef3289545e901db1bfb
+SHA512 (pytest-xprocess-0.13.1.tar.gz) = e0ab9e13d7f90ffca1bb3646e5789582806519ff5e665e13ed0db00896d799a7828b39e7657e947783d15ec1a961b33c1c981e39069dd298bf352826dbdc496f
+Size (pytest-xprocess-0.13.1.tar.gz) = 10273 bytes



Home | Main Index | Thread Index | Old Index