pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 15 19:04:18 UTC 2019

Modified Files:
        pkgsrc/devel/py-test-shutil: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-shutil/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-shutil/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-shutil/Makefile
diff -u pkgsrc/devel/py-test-shutil/Makefile:1.1 pkgsrc/devel/py-test-shutil/Makefile:1.2
--- pkgsrc/devel/py-test-shutil/Makefile:1.1    Sat Mar 24 06:49:39 2018
+++ pkgsrc/devel/py-test-shutil/Makefile        Tue Jan 15 19:04:18 2019
@@ -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/}

Index: pkgsrc/devel/py-test-shutil/distinfo
diff -u pkgsrc/devel/py-test-shutil/distinfo:1.2 pkgsrc/devel/py-test-shutil/distinfo:1.3
--- pkgsrc/devel/py-test-shutil/distinfo:1.2    Sat Mar 24 07:14:59 2018
+++ pkgsrc/devel/py-test-shutil/distinfo        Tue Jan 15 19:04:18 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: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