Skip to content

Commit 122fbe7

Browse files
author
adam
committed
py-vulture: updated to 2.15
2.15 (2026-03-04) * Handle `while True` loops without `break` statements. * Add whitelist for `ssl.SSLContext`. * Add more ruff rules. * Drop support for Python 3.8. * Add support for Python 3.14.
1 parent 96da16d commit 122fbe7

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

devel/py-vulture/Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.8 2025/04/12 21:37:07 adam Exp $
1+
# $NetBSD: Makefile,v 1.9 2026/03/07 11:49:13 adam Exp $
22

3-
DISTNAME= vulture-2.14
3+
DISTNAME= vulture-2.15
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5-
PKGREVISION= 1
65
CATEGORIES= devel python
76
MASTER_SITES= ${MASTER_SITE_PYPI:=v/vulture/}
87

@@ -21,5 +20,8 @@ USE_LANGUAGES= # none
2120
DEPENDS+= ${PYPKGPREFIX}-tomli>=1.1.0:../../textproc/py-tomli
2221
.endif
2322

23+
pre-build:
24+
${RM} -fr ${WRKSRC}/dev
25+
2426
.include "../../lang/python/wheel.mk"
2527
.include "../../mk/bsd.pkg.mk"

devel/py-vulture/PLIST

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.5 2025/04/12 21:37:07 adam Exp $
1+
@comment $NetBSD: PLIST,v 1.6 2026/03/07 11:49:13 adam Exp $
22
bin/vulture
33
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
44
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -57,6 +57,9 @@ ${PYSITELIB}/vulture/whitelists/pint_whitelist.pyo
5757
${PYSITELIB}/vulture/whitelists/socketserver_whitelist.py
5858
${PYSITELIB}/vulture/whitelists/socketserver_whitelist.pyc
5959
${PYSITELIB}/vulture/whitelists/socketserver_whitelist.pyo
60+
${PYSITELIB}/vulture/whitelists/ssl_whitelist.py
61+
${PYSITELIB}/vulture/whitelists/ssl_whitelist.pyc
62+
${PYSITELIB}/vulture/whitelists/ssl_whitelist.pyo
6063
${PYSITELIB}/vulture/whitelists/string_whitelist.py
6164
${PYSITELIB}/vulture/whitelists/string_whitelist.pyc
6265
${PYSITELIB}/vulture/whitelists/string_whitelist.pyo

devel/py-vulture/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.6 2024/12/26 08:11:24 adam Exp $
1+
$NetBSD: distinfo,v 1.7 2026/03/07 11:49:13 adam Exp $
22

3-
BLAKE2s (vulture-2.14.tar.gz) = 94facded1a420efbd18f9c22bcb6d4546c8662ae401d577702bcdd2d3b86b0e2
4-
SHA512 (vulture-2.14.tar.gz) = 27dc4b314c27655c8c39622f09693129b628a58a0657879dcc1709db001d176d6d643069690fc64f61d6125fec2c962d23f7c647d458bdb99fb36833d20a2d55
5-
Size (vulture-2.14.tar.gz) = 58823 bytes
3+
BLAKE2s (vulture-2.15.tar.gz) = cd494d1d06a9d9d617cd92b564500066f61b4a318f5dc44c98e4f745d51030fd
4+
SHA512 (vulture-2.15.tar.gz) = 7eef56b85112275a00413dc6d4a25316401d07b386eab1d0743313ce77b023d178f53a067caf89185b9477262d2ab5a25b86d29641b5451c30c6130595d1b614
5+
Size (vulture-2.15.tar.gz) = 52438 bytes

0 commit comments

Comments
 (0)