Skip to content

Commit 117aa81

Browse files
author
adam
committed
py-coverage: updated to 7.13.2
Version 7.13.2 — 2026-01-25 - Fix: when Python is installed via symlinks, for example with Homebrew, the standard library files could be incorrectly included in coverage reports. This is now fixed, closing `issue 2115`_. - Fix: if a data file is created with no read permissions, the combine step would fail completely. Now a warning is issued and the file is skipped. Closes `issue 2117`_.
1 parent 3362589 commit 117aa81

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

devel/py-coverage/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.84 2025/12/29 11:43:22 adam Exp $
1+
# $NetBSD: Makefile,v 1.85 2026/01/26 09:09:10 adam Exp $
22

3-
DISTNAME= coverage-7.13.1
3+
DISTNAME= coverage-7.13.2
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= devel python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=c/coverage/}

devel/py-coverage/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.70 2025/12/29 11:43:22 adam Exp $
1+
$NetBSD: distinfo,v 1.71 2026/01/26 09:09:10 adam Exp $
22

3-
BLAKE2s (coverage-7.13.1.tar.gz) = f39a9aeac8a6b2a8e8bf66c04ae2a7d00f6640a79af59147999802f9abf0a6a1
4-
SHA512 (coverage-7.13.1.tar.gz) = 35ae14a72a26512af3058de4ace36e34ae313ef30141210bcd65700bba4dccaf9dc59e0c110e981c60dc963de83bd84f5adf834665edded5d5e9ecfac1ebf058
5-
Size (coverage-7.13.1.tar.gz) = 825862 bytes
3+
BLAKE2s (coverage-7.13.2.tar.gz) = 621ec72886d8134ff63e06f61a082b2db139df099df1bfa4ebf4d2eb4c3c1830
4+
SHA512 (coverage-7.13.2.tar.gz) = 07eca78eebee1aaba9cdd1e64e5d0b17a3c9622ed03decea95850ea16a4cc2d6b4ba838171a64622ed26311beba32d97f62f5b60b048f877c799270bb2739c6d
5+
Size (coverage-7.13.2.tar.gz) = 826523 bytes

0 commit comments

Comments
 (0)