pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jan 12 12:38:32 UTC 2018

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

Log Message:
py-test-xdist: updated to 1.22.0

pytest-xdist 1.22.0:

Features
--------
- Add support for the ``pytest_runtest_logfinish`` hook which will be released
  in pytest 3.4


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-test-xdist/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-test-xdist/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-xdist/Makefile
diff -u pkgsrc/devel/py-test-xdist/Makefile:1.8 pkgsrc/devel/py-test-xdist/Makefile:1.9
--- pkgsrc/devel/py-test-xdist/Makefile:1.8     Sat Dec 30 10:24:19 2017
+++ pkgsrc/devel/py-test-xdist/Makefile Fri Jan 12 12:38:32 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/12/30 10:24:19 adam Exp $
+# $NetBSD: Makefile,v 1.9 2018/01/12 12:38:32 adam Exp $
 
-DISTNAME=      pytest-xdist-1.21.0
+DISTNAME=      pytest-xdist-1.22.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-xdist/}
@@ -16,7 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-test>=3.0.0:../
 DEPENDS+=      ${PYPKGPREFIX}-test-forked-[0-9]*:../../devel/py-test-forked
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 
-USE_LANGUAGES=         # none
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-test-xdist/distinfo
diff -u pkgsrc/devel/py-test-xdist/distinfo:1.7 pkgsrc/devel/py-test-xdist/distinfo:1.8
--- pkgsrc/devel/py-test-xdist/distinfo:1.7     Sat Dec 30 10:24:19 2017
+++ pkgsrc/devel/py-test-xdist/distinfo Fri Jan 12 12:38:32 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/12/30 10:24:19 adam Exp $
+$NetBSD: distinfo,v 1.8 2018/01/12 12:38:32 adam Exp $
 
-SHA1 (pytest-xdist-1.21.0.tar.gz) = 90931a6c88b30a189b790623a12df0b2bd3e81bc
-RMD160 (pytest-xdist-1.21.0.tar.gz) = dccfff124aa64e1f1f4307f96d5551a49d108501
-SHA512 (pytest-xdist-1.21.0.tar.gz) = 1c70432f5d992a26c37869e7110a744f7cd3a571423db882b071329ccc4498dcea832c7741bf8fd93df79d013f4e83786af69d0a7f9477fe4b3d3f79bf0592a4
-Size (pytest-xdist-1.21.0.tar.gz) = 57983 bytes
+SHA1 (pytest-xdist-1.22.0.tar.gz) = 3ca36124ea596828c59a330bcdf7533d42172274
+RMD160 (pytest-xdist-1.22.0.tar.gz) = 94eac7caff9499585eb0b6721ea1fd3fc3cec29f
+SHA512 (pytest-xdist-1.22.0.tar.gz) = 452d54f2aedddaa9512de3748707709b190e84fffc87ebe3b16e3416efdc2caee849cd65393ea7c9aeeceac4a8115190e92f90a136bfca706b55fd717ce4ef9a
+Size (pytest-xdist-1.22.0.tar.gz) = 58565 bytes



Home | Main Index | Thread Index | Old Index