pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-fixture-config



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.

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



Home | Main Index | Thread Index | Old Index