pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-shutil py-test-shutil: updated to 1.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df679e21bdb6
branches:  trunk
changeset: 390024:df679e21bdb6
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 15 19:04:18 2019 +0000

description:
py-test-shutil: 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-shutil/Makefile |   4 ++--
 devel/py-test-shutil/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 229767cf6f80 -r df679e21bdb6 devel/py-test-shutil/Makefile
--- a/devel/py-test-shutil/Makefile     Tue Jan 15 19:02:07 2019 +0000
+++ b/devel/py-test-shutil/Makefile     Tue Jan 15 19:04:18 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/03/24 06:49:39 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/01/15 19:04:18 adam Exp $
 
-DISTNAME=      pytest-shutil-1.3.0
+DISTNAME=      pytest-shutil-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-shutil/}
diff -r 229767cf6f80 -r df679e21bdb6 devel/py-test-shutil/distinfo
--- a/devel/py-test-shutil/distinfo     Tue Jan 15 19:02:07 2019 +0000
+++ b/devel/py-test-shutil/distinfo     Tue Jan 15 19:04:18 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:04:18 adam Exp $
 
-SHA1 (pytest-shutil-1.3.0.tar.gz) = 09ecdc85412e554fb2926ddd41403ae698fd62fc
-RMD160 (pytest-shutil-1.3.0.tar.gz) = ea021ee0eb1620b4ebd4e0de6d8d9c078b96cdb1
-SHA512 (pytest-shutil-1.3.0.tar.gz) = 93ba36359457cdc2f65dcd2357ef3be68c7487b2ec2fc4fc66c3718cd29fc61054ed6f6e721ecf649f947a48abbdd2d2a1f14bfea912a9617d104da3cfdcae32
-Size (pytest-shutil-1.3.0.tar.gz) = 20990 bytes
+SHA1 (pytest-shutil-1.4.0.tar.gz) = 45440a16f488c730221bdc1076ed14c1376bb794
+RMD160 (pytest-shutil-1.4.0.tar.gz) = b8986635806e2be41e0ac801c320d57a39592f0d
+SHA512 (pytest-shutil-1.4.0.tar.gz) = 778924d0081ff64859d167b10a580c1a922ac09124db2f23f6ef37bfde617032811da6450666fd8e67c610864351f7a7115cc580e8158ab145ccebe943f5c60b
+Size (pytest-shutil-1.4.0.tar.gz) = 21793 bytes
 SHA1 (patch-common_setup.py) = 5cb1d52a64e86043fc26e7e898b6411b7ad69b41



Home | Main Index | Thread Index | Old Index