pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pluggy py-pluggy: updated to 0.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ef7fc9e83a2
branches:  trunk
changeset: 372102:7ef7fc9e83a2
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 28 08:41:34 2017 +0000

description:
py-pluggy: updated to 0.6.0

0.6.0
-----
Add CI testing for the features, release, and master branches of pytest.
Document public API for _Result objects passed to wrappers.
Document and test hook LIFO ordering.
Turn warnings into errors in test suite.
Deprecate _Result.result.
Convert _Multicall to a simple function distinguishing it from the legacy version.
Resolve E741 errors.
Test and bug fix for unmarked hook collection.
Drop support for EOL Python 2.6 and 3.3.
Fix inspect based arg introspection on py3.6

diffstat:

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

diffs (36 lines):

diff -r 288c0bdbe918 -r 7ef7fc9e83a2 devel/py-pluggy/Makefile
--- a/devel/py-pluggy/Makefile  Tue Nov 28 08:36:44 2017 +0000
+++ b/devel/py-pluggy/Makefile  Tue Nov 28 08:41:34 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/09/07 15:05:00 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/11/28 08:41:34 adam Exp $
 
-DISTNAME=      pluggy-0.5.2
+DISTNAME=      pluggy-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pluggy/}
@@ -10,7 +10,7 @@
 COMMENT=       Plugin and hook calling mechanisms for python
 LICENSE=       mit
 
-USE_LANGUAGES=         # none
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 288c0bdbe918 -r 7ef7fc9e83a2 devel/py-pluggy/distinfo
--- a/devel/py-pluggy/distinfo  Tue Nov 28 08:36:44 2017 +0000
+++ b/devel/py-pluggy/distinfo  Tue Nov 28 08:41:34 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/09/07 15:05:00 adam Exp $
+$NetBSD: distinfo,v 1.5 2017/11/28 08:41:34 adam Exp $
 
-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
+SHA1 (pluggy-0.6.0.tar.gz) = 2be8673e61fae24bbab0aa96f88e24f82eddae41
+RMD160 (pluggy-0.6.0.tar.gz) = 14de9c7cde01f72acc0ea4689fb6dfd368f58314
+SHA512 (pluggy-0.6.0.tar.gz) = dd58dabe2e65eee64d62c8748c2bbd99457288e99b819eb12312f2acdb0740ac46fd08f83522bc992297b9f14eec14c216c2c9688580f68393bf6fc609e65812
+Size (pluggy-0.6.0.tar.gz) = 19678 bytes



Home | Main Index | Thread Index | Old Index