diff options
author | adam <adam@pkgsrc.org> | 2017-09-07 15:05:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-09-07 15:05:00 +0000 |
commit | 81f53d51a9a998c9b73dd51b980ef4211a281136 (patch) | |
tree | d8e823af9827133d8a10c3e3acf9f7f6268badee /devel | |
parent | cab70daae3859058ee025e26fb8c8632db80161b (diff) | |
download | pkgsrc-81f53d51a9a998c9b73dd51b980ef4211a281136.tar.gz |
0.5.2:
fix bug where firstresult wrappers were being sent an incorrectly configured _Result (a list was set instead of a single value). Add tests to check for this as well as _Result.force_result() behaviour.
fix incorrect getattr of DeprecationWarning from the warnings module.
hide pytest tracebacks in certain core routines.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pluggy/Makefile | 6 | ||||
-rw-r--r-- | devel/py-pluggy/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/py-pluggy/Makefile b/devel/py-pluggy/Makefile index 902d9b34f92..d7c8ab25364 100644 --- a/devel/py-pluggy/Makefile +++ b/devel/py-pluggy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2017/09/04 17:06:42 adam Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/07 15:05:00 adam Exp $ -DISTNAME= pluggy-0.5.1 +DISTNAME= pluggy-0.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= devel +CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pluggy/} MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/py-pluggy/distinfo b/devel/py-pluggy/distinfo index 63dc132a481..1f4029c42b7 100644 --- a/devel/py-pluggy/distinfo +++ b/devel/py-pluggy/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/09/04 17:06:42 adam Exp $ +$NetBSD: distinfo,v 1.4 2017/09/07 15:05:00 adam Exp $ -SHA1 (pluggy-0.5.1.tar.gz) = 9fa0d863004d21ed66112b2292f3e7eea9745b0f -RMD160 (pluggy-0.5.1.tar.gz) = 60ab3f6c2e98d462f3ba223c4bfcb4700cbea0be -SHA512 (pluggy-0.5.1.tar.gz) = 5ddd8beace357904f73c9373f42a31ddf02390c69de815528fc452f2060626389d7d683737cbcd8d367cfb6a39935b18a887d40552274212f5b298b046cbc47b -Size (pluggy-0.5.1.tar.gz) = 18742 bytes +SHA1 (pluggy-0.5.2.tar.gz) = 83e437b3fddb2f1feb25080d87dfbf376b4b2991 +RMD160 (pluggy-0.5.2.tar.gz) = 01b3e72ca77b027dd9918c0fe65ad8957e101b71 +SHA512 (pluggy-0.5.2.tar.gz) = 850b1a7b9e55d46d5deb16b8bc71e3f9d6c26b78fe34379b295a9780f3da8abb3c44f524f175d0392b61fc2d36d66d156db3f499a3c1666e2ff3e3c6344153cb +Size (pluggy-0.5.2.tar.gz) = 18935 bytes |