pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-virtualenv py-test-virtualenv: updated t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a5e900c4205
branches:  trunk
changeset: 317768:9a5e900c4205
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 15 19:05:10 2019 +0000

description:
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

diffstat:

 devel/py-test-virtualenv/Makefile |   4 ++--
 devel/py-test-virtualenv/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 263c9015040b -r 9a5e900c4205 devel/py-test-virtualenv/Makefile
--- a/devel/py-test-virtualenv/Makefile Tue Jan 15 19:04:18 2019 +0000
+++ b/devel/py-test-virtualenv/Makefile Tue Jan 15 19:05:10 2019 +0000
@@ -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/}
diff -r 263c9015040b -r 9a5e900c4205 devel/py-test-virtualenv/distinfo
--- a/devel/py-test-virtualenv/distinfo Tue Jan 15 19:04:18 2019 +0000
+++ b/devel/py-test-virtualenv/distinfo Tue Jan 15 19:05:10 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index