Subject: CVS commit: pkgsrc/devel/py-coverage
From: Adam Ciarcinski
Date: 2023-05-24 08:43:40
Message id: 20230524064341.050F7FA87@cvs.NetBSD.org

Log Message:
py-coverage: updated to 7.2.6

Version 7.2.6 — 2023-05-23
--------------------------

- Fix: the ``lcov`` command could raise an IndexError exception if a file is
  translated to Python but then executed under its own name.  Jinja2 does this
  when rendering templates.  Fixes `issue 1553`_.

- Python 3.12 beta 1 now inlines comprehensions.  Previously they were compiled
  as invisible functions and coverage.py would warn you if they weren't
  completely executed.  This no longer happens under Python 3.12.

- Fix: the ``coverage debug sys`` command includes some environment variables
  in its output.  This could have included sensitive data.  Those values are
  now hidden with asterisks, closing `issue 1628`_.

Files:
RevisionActionfile
1.37modifypkgsrc/devel/py-coverage/Makefile
1.13modifypkgsrc/devel/py-coverage/PLIST
1.29modifypkgsrc/devel/py-coverage/distinfo