pkgsrc-Changes archive

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

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



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.

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



Home | Main Index | Thread Index | Old Index