Skip to content

Commit 4b3b5fe

Browse files
author
adam
committed
py-cssselect2: updated to 0.9.0
Version 0.9.0 * Drop support of Python 3.9, support 3.14 * Support :host Version 0.8.0 * Drop support of Python 3.8 and 3.9, support 3.12 and 3.13 * Handle case-sensitive and case-insensitive attribute selectors
1 parent e47ae3f commit 4b3b5fe

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

textproc/py-cssselect2/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.14 2025/03/13 15:23:19 adam Exp $
1+
# $NetBSD: Makefile,v 1.15 2026/02/13 09:31:56 adam Exp $
22

3-
DISTNAME= cssselect2-0.8.0
3+
DISTNAME= cssselect2-0.9.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= textproc python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cssselect2/}
@@ -16,8 +16,8 @@ DEPENDS+= ${PYPKGPREFIX}-webencodings-[0-9]*:../../textproc/py-webencodings
1616

1717
USE_LANGUAGES= # none
1818

19-
# as of 0.7.0
20-
# 431 passed, 9 xfailed
19+
# as of 0.9.0
20+
# 446 passed, 9 xfailed
2121

2222
.include "../../lang/python/wheel.mk"
2323
.include "../../mk/bsd.pkg.mk"

textproc/py-cssselect2/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.9 2025/03/13 15:23:19 adam Exp $
1+
$NetBSD: distinfo,v 1.10 2026/02/13 09:31:56 adam Exp $
22

3-
BLAKE2s (cssselect2-0.8.0.tar.gz) = f6be1ff894307640e0d5929d9c9903b532fcd3d9f61a96aca9ea8a99a5c2c641
4-
SHA512 (cssselect2-0.8.0.tar.gz) = fe1fbd503a8f5c06ff33856c131365f1f154610abb59c2fdef3f0e679c2421f08f9fd5e82e03f541481180551e3e0984d46243629754e8a1fa0f189743fbd23f
5-
Size (cssselect2-0.8.0.tar.gz) = 35716 bytes
3+
BLAKE2s (cssselect2-0.9.0.tar.gz) = 80754485506eb7ee2facdfe68dd9a2bb044ddbc40bcfe5111ed4303b6c773118
4+
SHA512 (cssselect2-0.9.0.tar.gz) = 2d0bc81e707fb753dddb0b726b53cf0f4e5294a70193df93fbdca6987a81d7af5d39600172a164653f6e3359c6e06f6cf23b6d5756c87137de0ace6bd7bd546d
5+
Size (cssselect2-0.9.0.tar.gz) = 35595 bytes

0 commit comments

Comments
 (0)