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:   wiz
Date:           Sun May 18 10:13:43 UTC 2025

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

Log Message:
py-pluggy: update to 1.6.0.

pluggy 1.6.0 (2025-05-15)
=========================

Deprecations and Removals
-------------------------

- `#556`_: Python 3.8 is no longer supported.

Bug Fixes
---------

- `#504`_: Fix a regression in pluggy 1.1.0 where using :func:`result.get_result() <pluggy.Result.get_result>` on the same failed :class:`~pluggy.Result` causes the exception's traceback to get 
longer and longer.

- `#544`_: Correctly pass :class:`StopIteration` trough hook wrappers.

  Raising a :class:`StopIteration` in a generator triggers a :class:`RuntimeError`.

  If the :class:`RuntimeError` of a generator has the passed in :class:`StopIteration` as cause
  resume with that :class:`StopIteration` as normal exception instead of failing with the :class:`RuntimeError`.

- `#573`_: Fix python 3.14 SyntaxWrror by rearranging code.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-pluggy/Makefile
cvs rdiff -u -r1.20 -r1.21 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.30 pkgsrc/devel/py-pluggy/Makefile:1.31
--- pkgsrc/devel/py-pluggy/Makefile:1.30        Sat Apr 12 19:43:14 2025
+++ pkgsrc/devel/py-pluggy/Makefile     Sun May 18 10:13:43 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2025/04/12 19:43:14 adam Exp $
+# $NetBSD: Makefile,v 1.31 2025/05/18 10:13:43 wiz Exp $
 
-DISTNAME=      pluggy-1.5.0
+DISTNAME=      pluggy-1.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pluggy/}
 
@@ -17,5 +16,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-bench
 
 USE_LANGUAGES= # none
 
+# as of 1.6.0
+# 3 failed, 121 passed
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-pluggy/distinfo
diff -u pkgsrc/devel/py-pluggy/distinfo:1.20 pkgsrc/devel/py-pluggy/distinfo:1.21
--- pkgsrc/devel/py-pluggy/distinfo:1.20        Sun Apr 21 07:31:15 2024
+++ pkgsrc/devel/py-pluggy/distinfo     Sun May 18 10:13:43 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2024/04/21 07:31:15 adam Exp $
+$NetBSD: distinfo,v 1.21 2025/05/18 10:13:43 wiz Exp $
 
-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
+BLAKE2s (pluggy-1.6.0.tar.gz) = 65e595d05a01ba870046afb0899ac2c4da93e4bba75ad8bab74301f2c806cdee
+SHA512 (pluggy-1.6.0.tar.gz) = 8b88eb778ab955910bcde2b3a6c4925d0a239f932aa9b1d8a351aa21b8a922bd842f735e397ef15ed9bd8e51085a88723660e1e691888a9879e7144add32bff2
+Size (pluggy-1.6.0.tar.gz) = 69412 bytes



Home | Main Index | Thread Index | Old Index