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.7.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/d832342a1667
branches: trunk
changeset: 400794:d832342a1667
user: adam <adam%pkgsrc.org@localhost>
date: Wed Sep 04 07:57:08 2019 +0000
description:
py-test-shutil: updated to 1.7.0
1.7.0
* All: Support pytest >= 4.0.0
* All: Support Python 3.7
* pytest-server-fixtures: if host not defined on your machine, default to localhost
* pytest-server-fixture: Pin to rethinkdb < 2.4.0 due to upstream API changes
* pytest-verbose-parametrize: Add support for revamped marker infrastructure
* pytest-verbose-parametrize: Fix integration tests to support pytest >= 4.1.0
* pytest-virtualenv: Add virtualenv as install requirement.
* pytest-webdriver: Fix RemovedInPytest4Warning using getfixturevalue
* circleci: Fix checks by skipping coverall submission for developer without push access
* wheels: Generate universal wheels installable with both python 2.x and 3.x
* dist: Remove support for building and distributing *.egg files
* VagrantFile: Install python 3.7 and initialize python 3.7 by default
* Fix DeprecationWarning warnings using "logger.warning()" function
1.6.2:
* pytest-server-fixtures: suppress stacktrace if kill() is called
* pytest-server-fixtures: fix random port logic in TestServerV2
1.6.1:
* pytest-server-fixtures: fix exception when attempting to access hostname while server is not started
1.6.0:
* pytest-server-fixtures: added previously removed TestServerV2.kill() function
* pytest-profiling: pin more-itertools==5.0.0 in integration tests, as that's a PY3 only release
1.5.1:
* pytest-verbose-parametrize: fixed unicode parameters when using `@pytest.mark.parametrize`
1.5.0:
* pytest-server-fixtures: made postgres fixtures and its tests optional, like all other fixtures
* pytest-server-fixtures: reverted a fix for pymongo deprecation warning, as this will break compatibility with pymongo 3.6.0
* pytest-server-fixtures: dropped RHEL5 support in httpd
1.4.1:
* pytest-server-fixtures: server fixture binary path specified in ENV now only affect server class 'thread'
diffstat:
devel/py-test-shutil/Makefile | 5 ++---
devel/py-test-shutil/distinfo | 10 +++++-----
devel/py-test-shutil/patches/patch-setup.py | 15 ---------------
3 files changed, 7 insertions(+), 23 deletions(-)
diffs (49 lines):
diff -r 83de6942dd58 -r d832342a1667 devel/py-test-shutil/Makefile
--- a/devel/py-test-shutil/Makefile Wed Sep 04 07:55:43 2019 +0000
+++ b/devel/py-test-shutil/Makefile Wed Sep 04 07:57:08 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/01/28 08:41:12 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/09/04 07:57:08 adam Exp $
-DISTNAME= pytest-shutil-1.4.0
-PKGREVISION= 1
+DISTNAME= pytest-shutil-1.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-shutil/}
diff -r 83de6942dd58 -r d832342a1667 devel/py-test-shutil/distinfo
--- a/devel/py-test-shutil/distinfo Wed Sep 04 07:55:43 2019 +0000
+++ b/devel/py-test-shutil/distinfo Wed Sep 04 07:57:08 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2019/01/28 08:41:12 adam Exp $
+$NetBSD: distinfo,v 1.5 2019/09/04 07:57:08 adam Exp $
-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 (pytest-shutil-1.7.0.tar.gz) = 8c4c721af57e14296a848601bb3acc7ef10a27e4
+RMD160 (pytest-shutil-1.7.0.tar.gz) = 869b11f66cfd12c0ee18afee4b825a8a35361a4f
+SHA512 (pytest-shutil-1.7.0.tar.gz) = 3746c08b17834621a7142ed9d5915b5c348c13367f5b423b258d3471bcb9c9e983c61c25ca936f879b8b82f80512512b7f3ade5555c24a790c72b502e3f3d144
+Size (pytest-shutil-1.7.0.tar.gz) = 23497 bytes
SHA1 (patch-common_setup.py) = 5cb1d52a64e86043fc26e7e898b6411b7ad69b41
SHA1 (patch-setup.py) = 572d5d3c84891701bbe5eb1d7285a1658449795a
diff -r 83de6942dd58 -r d832342a1667 devel/py-test-shutil/patches/patch-setup.py
--- a/devel/py-test-shutil/patches/patch-setup.py Wed Sep 04 07:55:43 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2019/01/28 08:41:12 adam Exp $
-
-Allow newer pytest.
-
---- setup.py.orig 2019-01-15 08:36:49.000000000 +0000
-+++ setup.py
-@@ -24,7 +24,7 @@ classifiers = [
- install_requires = ['six',
- 'execnet',
- 'contextlib2',
-- 'pytest<4.0.0',
-+ 'pytest',
- 'path.py',
- 'mock',
- 'termcolor'
Home |
Main Index |
Thread Index |
Old Index