Received: by mail.netbsd.org (Postfix, from userid 605) id BA8C784D74; Tue, 15 Jan 2019 19:02:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1419F84D57 for ; Tue, 15 Jan 2019 19:02:08 +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 UeUK6F-AT5gz for ; Tue, 15 Jan 2019 19:02:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5785484CCC for ; Tue, 15 Jan 2019 19:02:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 51116FB16; Tue, 15 Jan 2019 19:02:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154757892746020" MIME-Version: 1.0 Date: Tue, 15 Jan 2019 19:02:07 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-fixture-config To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190115190207.51116FB16@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. --_----------=_154757892746020 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:02:07 UTC 2019 Modified Files: pkgsrc/devel/py-test-fixture-config: Makefile distinfo Log Message: py-test-fixture-config: 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-fixture-config/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-fixture-config/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154757892746020 Content-Disposition: inline Content-Length: 1997 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-fixture-config/Makefile diff -u pkgsrc/devel/py-test-fixture-config/Makefile:1.1 pkgsrc/devel/py-test-fixture-config/Makefile:1.2 --- pkgsrc/devel/py-test-fixture-config/Makefile:1.1 Sat Mar 24 06:47:00 2018 +++ pkgsrc/devel/py-test-fixture-config/Makefile Tue Jan 15 19:02:07 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2018/03/24 06:47:00 adam Exp $ +# $NetBSD: Makefile,v 1.2 2019/01/15 19:02:07 adam Exp $ -DISTNAME= pytest-fixture-config-1.3.0 +DISTNAME= pytest-fixture-config-1.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-fixture-config/} Index: pkgsrc/devel/py-test-fixture-config/distinfo diff -u pkgsrc/devel/py-test-fixture-config/distinfo:1.2 pkgsrc/devel/py-test-fixture-config/distinfo:1.3 --- pkgsrc/devel/py-test-fixture-config/distinfo:1.2 Sat Mar 24 07:14:59 2018 +++ pkgsrc/devel/py-test-fixture-config/distinfo Tue Jan 15 19:02:07 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:02:07 adam Exp $ -SHA1 (pytest-fixture-config-1.3.0.tar.gz) = cfe8f1a0eea6c70032f221d9fb7cf10d2fbd84ee -RMD160 (pytest-fixture-config-1.3.0.tar.gz) = cc8f61e008031d14908b3cac417c9ab3a39b9fec -SHA512 (pytest-fixture-config-1.3.0.tar.gz) = b5eb9354cfa187563ce3ba63d47d144e7d6563649d27c8ba241f960a2c17e76c8597951dcc2403a063ae2833cc23589297a94cbe81ffce7e5342ae93f2267d82 -Size (pytest-fixture-config-1.3.0.tar.gz) = 8135 bytes +SHA1 (pytest-fixture-config-1.4.0.tar.gz) = 6d0cf10dcdc7cef5e5befbb771c9dfa8a355f815 +RMD160 (pytest-fixture-config-1.4.0.tar.gz) = 4346093324dd9c9cd1923439df2c5a8c86f93566 +SHA512 (pytest-fixture-config-1.4.0.tar.gz) = 0be37d8876e7857dd84ac55805e9269aab595f9353a3b9aecd6a84df00122a7c05986d5cb05383abae913da46f58e98a3d7762fa8cf6bdeba8f828a95dad83af +Size (pytest-fixture-config-1.4.0.tar.gz) = 8753 bytes SHA1 (patch-common_setup.py) = 5c74ba132a8d3482a07480687b5d27b0481007a7 --_----------=_154757892746020--