Fri Jun 14 07:49:36 2019 UTC ()
py-test-fixture-config: 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'


(adam)
diff -r1.3 -r1.4 pkgsrc/devel/py-test-fixture-config/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/py-test-fixture-config/distinfo
diff -r1.1 -r0 pkgsrc/devel/py-test-fixture-config/patches/patch-setup.py

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-test-fixture-config/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-test-fixture-config/Makefile 2019/01/28 08:41:37 1.3
+++ pkgsrc/devel/py-test-fixture-config/Makefile 2019/06/14 07:49:36 1.4
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2019/01/28 08:41:37 adam Exp $ 1# $NetBSD: Makefile,v 1.4 2019/06/14 07:49:36 adam Exp $
2 2
3DISTNAME= pytest-fixture-config-1.4.0 3DISTNAME= pytest-fixture-config-1.7.0
4PKGREVISION= 1 
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
6CATEGORIES= devel python 5CATEGORIES= devel python
7MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-fixture-config/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-fixture-config/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/manahl/pytest-plugins 9HOMEPAGE= https://github.com/manahl/pytest-plugins
11COMMENT= Fixture configuration utils for py.test 10COMMENT= Fixture configuration utils for py.test
12LICENSE= mit 11LICENSE= mit
13 12
14DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 13DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
15TEST_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six 14TEST_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
16 15
17USE_LANGUAGES= # none 16USE_LANGUAGES= # none

cvs diff -r1.4 -r1.5 pkgsrc/devel/py-test-fixture-config/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-test-fixture-config/distinfo 2019/01/28 08:41:37 1.4
+++ pkgsrc/devel/py-test-fixture-config/distinfo 2019/06/14 07:49:36 1.5
@@ -1,8 +1,7 @@ @@ -1,8 +1,7 @@
1$NetBSD: distinfo,v 1.4 2019/01/28 08:41:37 adam Exp $ 1$NetBSD: distinfo,v 1.5 2019/06/14 07:49:36 adam Exp $
2 2
3SHA1 (pytest-fixture-config-1.4.0.tar.gz) = 6d0cf10dcdc7cef5e5befbb771c9dfa8a355f815 3SHA1 (pytest-fixture-config-1.7.0.tar.gz) = 7cb7315e1bf9c59446b42a4fc85092e213216a43
4RMD160 (pytest-fixture-config-1.4.0.tar.gz) = 4346093324dd9c9cd1923439df2c5a8c86f93566 4RMD160 (pytest-fixture-config-1.7.0.tar.gz) = e64e907c7751d57e624d8d4f98dd35884f9a8b43
5SHA512 (pytest-fixture-config-1.4.0.tar.gz) = 0be37d8876e7857dd84ac55805e9269aab595f9353a3b9aecd6a84df00122a7c05986d5cb05383abae913da46f58e98a3d7762fa8cf6bdeba8f828a95dad83af 5SHA512 (pytest-fixture-config-1.7.0.tar.gz) = c861bbbb91efff338255734ddb4a8b615880c32a12c981160e9e7575d38adff8c5febad46bb9b4208634e39d4cfa73dec342265ccc1951168c1b12fd334cd746
6Size (pytest-fixture-config-1.4.0.tar.gz) = 8753 bytes 6Size (pytest-fixture-config-1.7.0.tar.gz) = 9884 bytes
7SHA1 (patch-common_setup.py) = 5c74ba132a8d3482a07480687b5d27b0481007a7 7SHA1 (patch-common_setup.py) = 5c74ba132a8d3482a07480687b5d27b0481007a7
8SHA1 (patch-setup.py) = b232082c298309c93d9ce6a162c3e29cbe61a11c 

File Deleted: pkgsrc/devel/py-test-fixture-config/patches/Attic/patch-setup.py