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: Sun Aug 5 10:25:24 UTC 2018
Modified Files:
pkgsrc/devel/py-pluggy: Makefile PLIST distinfo
Log Message:
py-pluggy: updated to 0.7.1
pluggy 0.7.1:
Deprecations and Removals
- Deprecate the implprefix kwarg to PluginManager and instead
expect users to start using explicit HookimplMarker everywhere.
Features
- Add .plugin member to PluginValidationError to access failing plugin during post-mortem.
- Add per implementation warnings support for hookspecs allowing for both
deprecation and future warnings of legacy and (future) experimental hooks
respectively.
Bug Fixes
- Fix a bug where _HookCaller.call_historic() would call the proc
arg even when the default is None resulting in a TypeError.
- Fix problem when handling VersionConflict errors when loading setuptools plugins.
Improved Documentation
- Document how exceptions are handled and how the hook call loop
terminates immediately on the first error which is then delivered
to any surrounding wrappers.
- Docs rework including a much better introduction and comprehensive example
set for new users. A big thanks goes out to @obestwalter for the great work!
Trivial/Internal Changes
- Break up the main monolithic package modules into separate modules by concern
- Automate setuptools wheels building and PyPi upload using TravisCI.
- Reorganize tests more appropriately by modules relating to each
internal component/feature. This is in an effort to avoid (future)
duplication and better separation of concerns in the test set.
- Add HookImpl.__repr__() for better debugging.
- Start using towncrier and a custom tox environment to prepare releases!
pluggy 0.7.0 (Unreleased)
* We discovered a deployment issue so this version was never released to PyPI, only the tag exists.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-pluggy/Makefile \
pkgsrc/devel/py-pluggy/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-pluggy/PLIST
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.5 pkgsrc/devel/py-pluggy/Makefile:1.6
--- pkgsrc/devel/py-pluggy/Makefile:1.5 Tue Nov 28 08:41:34 2017
+++ pkgsrc/devel/py-pluggy/Makefile Sun Aug 5 10:25:23 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/11/28 08:41:34 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/08/05 10:25:23 adam Exp $
-DISTNAME= pluggy-0.6.0
+DISTNAME= pluggy-0.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pluggy/}
Index: pkgsrc/devel/py-pluggy/distinfo
diff -u pkgsrc/devel/py-pluggy/distinfo:1.5 pkgsrc/devel/py-pluggy/distinfo:1.6
--- pkgsrc/devel/py-pluggy/distinfo:1.5 Tue Nov 28 08:41:34 2017
+++ pkgsrc/devel/py-pluggy/distinfo Sun Aug 5 10:25:23 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/11/28 08:41:34 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/08/05 10:25:23 adam Exp $
-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
+SHA1 (pluggy-0.7.1.tar.gz) = a07fa8187288cc4099b91dd59b0df18ba3dc19b1
+RMD160 (pluggy-0.7.1.tar.gz) = 75c196d15a34fe64fa0c86846645256a0d5de1db
+SHA512 (pluggy-0.7.1.tar.gz) = e19f6c1b3f2e711df1c8b075a2b802751afd218f1b692f08b2434c01d71c402331ff8c937550fbdfece2098f6d6856422d485f193e188916b365ded2e4087697
+Size (pluggy-0.7.1.tar.gz) = 47784 bytes
Index: pkgsrc/devel/py-pluggy/PLIST
diff -u pkgsrc/devel/py-pluggy/PLIST:1.3 pkgsrc/devel/py-pluggy/PLIST:1.4
--- pkgsrc/devel/py-pluggy/PLIST:1.3 Mon Sep 4 17:06:42 2017
+++ pkgsrc/devel/py-pluggy/PLIST Sun Aug 5 10:25:23 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/09/04 17:06:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/08/05 10:25:23 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -6,6 +6,18 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
${PYSITELIB}/pluggy/__init__.py
${PYSITELIB}/pluggy/__init__.pyc
${PYSITELIB}/pluggy/__init__.pyo
+${PYSITELIB}/pluggy/_tracing.py
+${PYSITELIB}/pluggy/_tracing.pyc
+${PYSITELIB}/pluggy/_tracing.pyo
+${PYSITELIB}/pluggy/_version.py
+${PYSITELIB}/pluggy/_version.pyc
+${PYSITELIB}/pluggy/_version.pyo
${PYSITELIB}/pluggy/callers.py
${PYSITELIB}/pluggy/callers.pyc
${PYSITELIB}/pluggy/callers.pyo
+${PYSITELIB}/pluggy/hooks.py
+${PYSITELIB}/pluggy/hooks.pyc
+${PYSITELIB}/pluggy/hooks.pyo
+${PYSITELIB}/pluggy/manager.py
+${PYSITELIB}/pluggy/manager.pyc
+${PYSITELIB}/pluggy/manager.pyo
Home |
Main Index |
Thread Index |
Old Index