pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pluggy



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 28 08:41:34 UTC 2017

Modified Files:
        pkgsrc/devel/py-pluggy: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-pluggy/Makefile \
    pkgsrc/devel/py-pluggy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pluggy/Makefile
diff -u pkgsrc/devel/py-pluggy/Makefile:1.4 pkgsrc/devel/py-pluggy/Makefile:1.5
--- pkgsrc/devel/py-pluggy/Makefile:1.4 Thu Sep  7 15:05:00 2017
+++ pkgsrc/devel/py-pluggy/Makefile     Tue Nov 28 08:41:34 2017
@@ -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 @@ HOMEPAGE=     https://github.com/pytest-dev/
 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"
Index: pkgsrc/devel/py-pluggy/distinfo
diff -u pkgsrc/devel/py-pluggy/distinfo:1.4 pkgsrc/devel/py-pluggy/distinfo:1.5
--- pkgsrc/devel/py-pluggy/distinfo:1.4 Thu Sep  7 15:05:00 2017
+++ pkgsrc/devel/py-pluggy/distinfo     Tue Nov 28 08:41:34 2017
@@ -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