pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-fixture-config py-test-fixture-config: u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/275ac5a7e215
branches:  trunk
changeset: 317766:275ac5a7e215
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 15 19:02:07 2019 +0000

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

diffstat:

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

diffs (28 lines):

diff -r fdbdf58f29f2 -r 275ac5a7e215 devel/py-test-fixture-config/Makefile
--- a/devel/py-test-fixture-config/Makefile     Tue Jan 15 17:24:20 2019 +0000
+++ b/devel/py-test-fixture-config/Makefile     Tue Jan 15 19:02:07 2019 +0000
@@ -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/}
diff -r fdbdf58f29f2 -r 275ac5a7e215 devel/py-test-fixture-config/distinfo
--- a/devel/py-test-fixture-config/distinfo     Tue Jan 15 17:24:20 2019 +0000
+++ b/devel/py-test-fixture-config/distinfo     Tue Jan 15 19:02:07 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: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