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:           Wed Jan 24 22:17:20 UTC 2024

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

Log Message:
py-pluggy: updated to 1.4.0

pluggy 1.4.0 (2024-01-24)

Features

- A warning :class:`~pluggy.PluggyTeardownRaisedWarning` is now issued when an old-style hookwrapper raises an exception during teardown.
  See the warning documentation for more details.
- Add :func:`PluginManager.unblock <pluggy.PluginManager.unblock>` method to unblock a plugin by plugin name.

Bug Fixes

- Fix :func:`~pluggy.HookCaller.call_extra()` extra methods getting ordered before everything else in some circumstances. Regressed in pluggy 1.1.0.
- Fix plugins registering other plugins in a hook when the other plugins implement the same hook itself. Regressed in pluggy 1.1.0.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-pluggy/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-pluggy/PLIST
cvs rdiff -u -r1.18 -r1.19 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.25 pkgsrc/devel/py-pluggy/Makefile:1.26
--- pkgsrc/devel/py-pluggy/Makefile:1.25        Sun Aug 27 02:55:26 2023
+++ pkgsrc/devel/py-pluggy/Makefile     Wed Jan 24 22:17:20 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2023/08/27 02:55:26 adam Exp $
+# $NetBSD: Makefile,v 1.26 2024/01/24 22:17:20 adam Exp $
 
-DISTNAME=      pluggy-1.3.0
+DISTNAME=      pluggy-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pluggy/}
@@ -10,16 +10,14 @@ HOMEPAGE=   https://github.com/pytest-dev/
 COMMENT=       Plugin and hook calling mechanisms for python
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=45.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2.3:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-benchmark-[0-9]*:../../devel/py-test-benchmark
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} testing
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-pluggy/PLIST
diff -u pkgsrc/devel/py-pluggy/PLIST:1.7 pkgsrc/devel/py-pluggy/PLIST:1.8
--- pkgsrc/devel/py-pluggy/PLIST:1.7    Sun Aug 27 02:55:26 2023
+++ pkgsrc/devel/py-pluggy/PLIST        Wed Jan 24 22:17:20 2024
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.7 2023/08/27 02:55:26 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.8 2024/01/24 22:17:20 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pluggy/__init__.py
 ${PYSITELIB}/pluggy/__init__.pyc
 ${PYSITELIB}/pluggy/__init__.pyo
@@ -25,4 +25,7 @@ ${PYSITELIB}/pluggy/_tracing.pyo
 ${PYSITELIB}/pluggy/_version.py
 ${PYSITELIB}/pluggy/_version.pyc
 ${PYSITELIB}/pluggy/_version.pyo
+${PYSITELIB}/pluggy/_warnings.py
+${PYSITELIB}/pluggy/_warnings.pyc
+${PYSITELIB}/pluggy/_warnings.pyo
 ${PYSITELIB}/pluggy/py.typed

Index: pkgsrc/devel/py-pluggy/distinfo
diff -u pkgsrc/devel/py-pluggy/distinfo:1.18 pkgsrc/devel/py-pluggy/distinfo:1.19
--- pkgsrc/devel/py-pluggy/distinfo:1.18        Sun Aug 27 02:55:26 2023
+++ pkgsrc/devel/py-pluggy/distinfo     Wed Jan 24 22:17:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2023/08/27 02:55:26 adam Exp $
+$NetBSD: distinfo,v 1.19 2024/01/24 22:17:20 adam Exp $
 
-BLAKE2s (pluggy-1.3.0.tar.gz) = 2f7398e96425f43bb32502a2e7053a514f1d1b940b31ef02e110757fa405e4a6
-SHA512 (pluggy-1.3.0.tar.gz) = d4dbb449f533649da161d7e49f82da5800dabdace4f7aa239c412290470612a45a3ba3c50cafd7bd9ed26cb3aa14648bfa3ed3f41fc0db9ae9399fd7f5933d5f
-Size (pluggy-1.3.0.tar.gz) = 63670 bytes
+BLAKE2s (pluggy-1.4.0.tar.gz) = e3ace179a20d494bdeee8389653a21b28b03589004a13e75e70d6a0ea0b22ba0
+SHA512 (pluggy-1.4.0.tar.gz) = ac21a0c68cfcb9c7c401e5c48404f7447489b75befe8bc8b6e7ea84f24a1c6dbfb3de024577dd9e36ca9f538f9867ef836ba13018e3b8b348bba3e9bbd0c4dfd
+Size (pluggy-1.4.0.tar.gz) = 65812 bytes



Home | Main Index | Thread Index | Old Index