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 Apr 21 07:31:15 UTC 2024

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

Log Message:
py-pluggy: updated to 1.5.0

pluggy 1.5.0 (2024-04-19)

Features
- Add support for deprecating specific hook parameters, or more generally, for issuing a warning whenever a hook implementation requests certain parameters.
  See :ref:`warn_on_impl` for details.

Bug Fixes
- ``PluginManager.get_plugins()`` no longer returns ``None`` for blocked plugins.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-pluggy/Makefile
cvs rdiff -u -r1.19 -r1.20 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.26 pkgsrc/devel/py-pluggy/Makefile:1.27
--- pkgsrc/devel/py-pluggy/Makefile:1.26        Wed Jan 24 22:17:20 2024
+++ pkgsrc/devel/py-pluggy/Makefile     Sun Apr 21 07:31:15 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2024/01/24 22:17:20 adam Exp $
+# $NetBSD: Makefile,v 1.27 2024/04/21 07:31:15 adam Exp $
 
-DISTNAME=      pluggy-1.4.0
+DISTNAME=      pluggy-1.5.0
 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.19 pkgsrc/devel/py-pluggy/distinfo:1.20
--- pkgsrc/devel/py-pluggy/distinfo:1.19        Wed Jan 24 22:17:20 2024
+++ pkgsrc/devel/py-pluggy/distinfo     Sun Apr 21 07:31:15 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2024/01/24 22:17:20 adam Exp $
+$NetBSD: distinfo,v 1.20 2024/04/21 07:31:15 adam Exp $
 
-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
+BLAKE2s (pluggy-1.5.0.tar.gz) = 000f39cb33a7856e6c5c6b99012526f5f8b7a4b112b261d695b353491a5656bd
+SHA512 (pluggy-1.5.0.tar.gz) = 032d41e1f2bed56eff22463c4645516e9415ee253e0a3fe5ba83a8de5e21700baae1f6384c979d2c6f622e4216a2b745eec489bc04f52a576d423e771365cc7a
+Size (pluggy-1.5.0.tar.gz) = 67955 bytes



Home | Main Index | Thread Index | Old Index