pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-pluggy 0.5.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9de825998638
branches:  trunk
changeset: 367824:9de825998638
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 07 15:05:00 2017 +0000

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

 devel/py-pluggy/Makefile |   6 +++---
 devel/py-pluggy/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 45e5ef312595 -r 9de825998638 devel/py-pluggy/Makefile
--- a/devel/py-pluggy/Makefile  Thu Sep 07 15:04:10 2017 +0000
+++ b/devel/py-pluggy/Makefile  Thu Sep 07 15:05:00 2017 +0000
@@ -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@localhost
diff -r 45e5ef312595 -r 9de825998638 devel/py-pluggy/distinfo
--- a/devel/py-pluggy/distinfo  Thu Sep 07 15:04:10 2017 +0000
+++ b/devel/py-pluggy/distinfo  Thu Sep 07 15:05:00 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index