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/a45c0fbda958
branches:  trunk
changeset: 396996:a45c0fbda958
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jun 14 07:49:36 2019 +0000

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

diffstat:

 devel/py-test-fixture-config/Makefile               |   5 ++---
 devel/py-test-fixture-config/distinfo               |  11 +++++------
 devel/py-test-fixture-config/patches/patch-setup.py |  15 ---------------
 3 files changed, 7 insertions(+), 24 deletions(-)

diffs (49 lines):

diff -r 717837fa9916 -r a45c0fbda958 devel/py-test-fixture-config/Makefile
--- a/devel/py-test-fixture-config/Makefile     Fri Jun 14 07:34:27 2019 +0000
+++ b/devel/py-test-fixture-config/Makefile     Fri Jun 14 07:49:36 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/01/28 08:41:37 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/06/14 07:49:36 adam Exp $
 
-DISTNAME=      pytest-fixture-config-1.4.0
-PKGREVISION=   1
+DISTNAME=      pytest-fixture-config-1.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-fixture-config/}
diff -r 717837fa9916 -r a45c0fbda958 devel/py-test-fixture-config/distinfo
--- a/devel/py-test-fixture-config/distinfo     Fri Jun 14 07:34:27 2019 +0000
+++ b/devel/py-test-fixture-config/distinfo     Fri Jun 14 07:49:36 2019 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.4 2019/01/28 08:41:37 adam Exp $
+$NetBSD: distinfo,v 1.5 2019/06/14 07:49:36 adam Exp $
 
-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 (pytest-fixture-config-1.7.0.tar.gz) = 7cb7315e1bf9c59446b42a4fc85092e213216a43
+RMD160 (pytest-fixture-config-1.7.0.tar.gz) = e64e907c7751d57e624d8d4f98dd35884f9a8b43
+SHA512 (pytest-fixture-config-1.7.0.tar.gz) = c861bbbb91efff338255734ddb4a8b615880c32a12c981160e9e7575d38adff8c5febad46bb9b4208634e39d4cfa73dec342265ccc1951168c1b12fd334cd746
+Size (pytest-fixture-config-1.7.0.tar.gz) = 9884 bytes
 SHA1 (patch-common_setup.py) = 5c74ba132a8d3482a07480687b5d27b0481007a7
-SHA1 (patch-setup.py) = b232082c298309c93d9ce6a162c3e29cbe61a11c
diff -r 717837fa9916 -r a45c0fbda958 devel/py-test-fixture-config/patches/patch-setup.py
--- a/devel/py-test-fixture-config/patches/patch-setup.py       Fri Jun 14 07:34:27 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:37 adam Exp $
-
-Allow newer pytest.
-
---- setup.py.orig      2019-01-15 08:36:48.000000000 +0000
-+++ setup.py
-@@ -21,7 +21,7 @@ classifiers = [
-     'Programming Language :: Python :: 3.6',
- ]
- 
--install_requires = ['pytest<4.0.0']
-+install_requires = ['pytest']
- 
- tests_require = ['six',
-                  ]



Home | Main Index | Thread Index | Old Index