Received: by mail.netbsd.org (Postfix, from userid 605) id 830B584D74; Tue, 15 Jan 2019 19:05:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D180784D57 for ; Tue, 15 Jan 2019 19:05:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id J2O1I-cTifkg for ; Tue, 15 Jan 2019 19:05:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 414D784CCC for ; Tue, 15 Jan 2019 19:05:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3C5D6FB16; Tue, 15 Jan 2019 19:05:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1547579110182480" MIME-Version: 1.0 Date: Tue, 15 Jan 2019 19:05:10 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-virtualenv To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190115190510.3C5D6FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1547579110182480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jan 15 19:05:10 UTC 2019 Modified Files: pkgsrc/devel/py-test-virtualenv: Makefile distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-virtualenv/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-virtualenv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1547579110182480 Content-Disposition: inline Content-Length: 1915 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-virtualenv/Makefile diff -u pkgsrc/devel/py-test-virtualenv/Makefile:1.1 pkgsrc/devel/py-test-virtualenv/Makefile:1.2 --- pkgsrc/devel/py-test-virtualenv/Makefile:1.1 Sat Mar 24 06:49:07 2018 +++ pkgsrc/devel/py-test-virtualenv/Makefile Tue Jan 15 19:05:10 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2018/03/24 06:49:07 adam Exp $ +# $NetBSD: Makefile,v 1.2 2019/01/15 19:05:10 adam Exp $ -DISTNAME= pytest-virtualenv-1.3.0 +DISTNAME= pytest-virtualenv-1.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-virtualenv/} Index: pkgsrc/devel/py-test-virtualenv/distinfo diff -u pkgsrc/devel/py-test-virtualenv/distinfo:1.2 pkgsrc/devel/py-test-virtualenv/distinfo:1.3 --- pkgsrc/devel/py-test-virtualenv/distinfo:1.2 Sat Mar 24 07:14:59 2018 +++ pkgsrc/devel/py-test-virtualenv/distinfo Tue Jan 15 19:05:10 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2018/03/24 07:14:59 adam Exp $ +$NetBSD: distinfo,v 1.3 2019/01/15 19:05:10 adam Exp $ -SHA1 (pytest-virtualenv-1.3.0.tar.gz) = 6bc99d2c5f58391e1ed736d4c491776495affbb4 -RMD160 (pytest-virtualenv-1.3.0.tar.gz) = 286335da4273e2c953cc8cad6aae311b41ee30bf -SHA512 (pytest-virtualenv-1.3.0.tar.gz) = 58d660b093ebcc8137ba9afbef90e14d8413f13cf7aebefc5e21b0dab706697dc52e06e208ace2b08b31e36740c536ab54c177c5637dfc3a587f81887c997f12 -Size (pytest-virtualenv-1.3.0.tar.gz) = 12498 bytes +SHA1 (pytest-virtualenv-1.4.0.tar.gz) = 612a9603c550f616821615f4631be50a16b83bac +RMD160 (pytest-virtualenv-1.4.0.tar.gz) = d0237ce89fde530460cacfb300e79b427d9855f6 +SHA512 (pytest-virtualenv-1.4.0.tar.gz) = 4320158608f51fb63b178acf6fccd5963dfb94a20cc5797c7dc90aad229c9ec5ac9d4c5f6331bbf5dbad208075c7a6806231542aed7efd7528e2009fd66ec70b +Size (pytest-virtualenv-1.4.0.tar.gz) = 13664 bytes SHA1 (patch-common_setup.py) = 5cb1d52a64e86043fc26e7e898b6411b7ad69b41 --_----------=_1547579110182480--