diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2019-05-11 11:51:43 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2019-05-11 11:51:43 -0400 |
commit | a952142cc259e56565ad508c26df4d26f7d3653e (patch) | |
tree | c76e71b686beb7dc1008dc9efd58ffecc2411348 /dev-python/pytest | |
parent | dev-python/pluggy: bump to 0.11.0 (diff) | |
download | gentoo-a952142cc259e56565ad508c26df4d26f7d3653e.tar.gz gentoo-a952142cc259e56565ad508c26df4d26f7d3653e.tar.bz2 gentoo-a952142cc259e56565ad508c26df4d26f7d3653e.zip |
dev-python/pytest: bump to 4.4.2
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pytest/pytest-4.4.2.ebuild (renamed from dev-python/pytest/pytest-4.4.1.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pytest/Manifest b/dev-python/pytest/Manifest index b7466c51aab1..5e1c6e49fc6c 100644 --- a/dev-python/pytest/Manifest +++ b/dev-python/pytest/Manifest @@ -1,3 +1,3 @@ DIST pytest-3.10.1.tar.gz 892420 BLAKE2B 38849ae69bf4380bc1a99aa105cac04be078da4460373dfc16fa555238b2830fa2f5ae6c19de8aa2af9ac18d87c5d2705d62f7b2e67e4a62d843f6a28bbd76fd SHA512 30ff79c0fdcbeef68e1191ff400a20428e391717f06957f554b694b94baaaa565dca01346fe989c3e443c4402f3b2bdbd5564f6303a4447f933fb54cba45628f DIST pytest-3.4.2.tar.gz 812719 BLAKE2B 96623d6cdea4bd79778175c18c949938505f1862010f700f9a8cb85f445910381af391a5b69e664fbbfc254bf46502c798c72026772070236a0a3bca7aeeb3d6 SHA512 787065ab76d4482799bb2da9f024c9c383e68cc1cc01f3b80f6ed9444ca6383d20953615696ed4dd01668777b094cf5002b23c4ce51828879dcf8ebf2170c71b -DIST pytest-4.4.1.tar.gz 931385 BLAKE2B 490b7e931282f35a5d0a83d0e34057bd30e2d2188748e1dad5a09261e27e043e59ae21af24ef39345a1d566f35dd30ef0f877dcb26a927da31a79cc88c52dbe5 SHA512 a4bc18fe7d8db5433d4d52c0ced38d3d0e6a785710bdc772e007fb1f0f516db2267e608845e075ce4d69a5e71a5e741cc6d84b04622e0a04bd2ad3b6576a1473 +DIST pytest-4.4.2.tar.gz 932427 BLAKE2B 89734bc49bbfb40de1e613678682e3c5994e1991abfa6c6aac5e9d67c58db874a91c03c05ab15cb1b70680289b409db6546c3540d33a50791a882be0e2621e2c SHA512 14a5a93fef129f58f37686b39ae1bfa3a32bc81f7ee83b6f754e0d7f18e85c0c7f44f12651dc9b3eb2ff62ab4aca5665b33e1c319051c7d8e3d5e004047150ec diff --git a/dev-python/pytest/pytest-4.4.1.ebuild b/dev-python/pytest/pytest-4.4.2.ebuild index 1f98542589da..9c6fd6af78f3 100644 --- a/dev-python/pytest/pytest-4.4.1.ebuild +++ b/dev-python/pytest/pytest-4.4.2.ebuild @@ -26,10 +26,10 @@ RDEPEND=" >=dev-python/attrs-17.4.0[${PYTHON_USEDEP}] >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python2_7 python3_5 ) - >=dev-python/pluggy-0.9[${PYTHON_USEDEP}] + >=dev-python/pluggy-0.11[${PYTHON_USEDEP}] >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}] >=dev-python/setuptools-40[${PYTHON_USEDEP}] - >=dev-python/six-1.10.0[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] virtual/python-funcsigs[${PYTHON_USEDEP}]" # flake & pytest-capturelog cause a number of tests to fail |