Tue Jan 15 19:05:10 2019 UTC ()
py-test-virtualenv: updated to 1.4.0

1.4.0:
* Fixing python 3 compatibility in Simple HTTP Server fixture
* Fixed broken tests in pytest-profiling
* Pinned pytest<4.0.0 until all deprecation warnings are fixed.
* pytest-webdriver: replaced deprecated phantomjs with headless Google Chrome.
* Add Vagrantfile to project to make test environment portable.
* Add .editorconfig file to project.
* pytest-server-fixtures: add TestServerV2 with Docker and Kubernetes support.
* pytest-server-fixtures: fix for an issue where MinioServer is not cleaned up after use.
* pytest-server-fixtures: fix deprecation warnings when calling pymongo.
* pytest-server-fixtures: close pymongo client on MongoTestServer teardown.
* pytest-server-fixtures: upgrade Mongo, Redis and RethinkDB to TestServerV2.
* coveralls: fix broken coveralls


(adam)
diff -r1.1 -r1.2 pkgsrc/devel/py-test-virtualenv/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/py-test-virtualenv/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-test-virtualenv/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-test-virtualenv/Makefile 2018/03/24 06:49:07 1.1
+++ pkgsrc/devel/py-test-virtualenv/Makefile 2019/01/15 19:05:10 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2018/03/24 06:49:07 adam Exp $ 1# $NetBSD: Makefile,v 1.2 2019/01/15 19:05:10 adam Exp $
2 2
3DISTNAME= pytest-virtualenv-1.3.0 3DISTNAME= pytest-virtualenv-1.4.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-virtualenv/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-virtualenv/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/manahl/pytest-plugins 9HOMEPAGE= https://github.com/manahl/pytest-plugins
10COMMENT= Virtualenv fixture for py.test 10COMMENT= Virtualenv fixture for py.test
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 13DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
14DEPENDS+= ${PYPKGPREFIX}-test-fixture-config-[0-9]*:../../devel/py-test-fixture-config 14DEPENDS+= ${PYPKGPREFIX}-test-fixture-config-[0-9]*:../../devel/py-test-fixture-config
15DEPENDS+= ${PYPKGPREFIX}-test-shutil-[0-9]*:../../devel/py-test-shutil 15DEPENDS+= ${PYPKGPREFIX}-test-shutil-[0-9]*:../../devel/py-test-shutil
16TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock 16TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-test-virtualenv/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-test-virtualenv/distinfo 2018/03/24 07:14:59 1.2
+++ pkgsrc/devel/py-test-virtualenv/distinfo 2019/01/15 19:05:10 1.3
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.2 2018/03/24 07:14:59 adam Exp $ 1$NetBSD: distinfo,v 1.3 2019/01/15 19:05:10 adam Exp $
2 2
3SHA1 (pytest-virtualenv-1.3.0.tar.gz) = 6bc99d2c5f58391e1ed736d4c491776495affbb4 3SHA1 (pytest-virtualenv-1.4.0.tar.gz) = 612a9603c550f616821615f4631be50a16b83bac
4RMD160 (pytest-virtualenv-1.3.0.tar.gz) = 286335da4273e2c953cc8cad6aae311b41ee30bf 4RMD160 (pytest-virtualenv-1.4.0.tar.gz) = d0237ce89fde530460cacfb300e79b427d9855f6
5SHA512 (pytest-virtualenv-1.3.0.tar.gz) = 58d660b093ebcc8137ba9afbef90e14d8413f13cf7aebefc5e21b0dab706697dc52e06e208ace2b08b31e36740c536ab54c177c5637dfc3a587f81887c997f12 5SHA512 (pytest-virtualenv-1.4.0.tar.gz) = 4320158608f51fb63b178acf6fccd5963dfb94a20cc5797c7dc90aad229c9ec5ac9d4c5f6331bbf5dbad208075c7a6806231542aed7efd7528e2009fd66ec70b
6Size (pytest-virtualenv-1.3.0.tar.gz) = 12498 bytes 6Size (pytest-virtualenv-1.4.0.tar.gz) = 13664 bytes
7SHA1 (patch-common_setup.py) = 5cb1d52a64e86043fc26e7e898b6411b7ad69b41 7SHA1 (patch-common_setup.py) = 5cb1d52a64e86043fc26e7e898b6411b7ad69b41