pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-cssselect2



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb 13 09:31:56 UTC 2026

Modified Files:
        pkgsrc/textproc/py-cssselect2: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-cssselect2/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-cssselect2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-cssselect2/Makefile
diff -u pkgsrc/textproc/py-cssselect2/Makefile:1.14 pkgsrc/textproc/py-cssselect2/Makefile:1.15
--- pkgsrc/textproc/py-cssselect2/Makefile:1.14 Thu Mar 13 15:23:19 2025
+++ pkgsrc/textproc/py-cssselect2/Makefile      Fri Feb 13 09:31:56 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2025/03/13 15:23:19 adam Exp $
+# $NetBSD: Makefile,v 1.15 2026/02/13 09:31:56 adam Exp $
 
-DISTNAME=      cssselect2-0.8.0
+DISTNAME=      cssselect2-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cssselect2/}
@@ -16,8 +16,8 @@ DEPENDS+=     ${PYPKGPREFIX}-webencodings-[0
 
 USE_LANGUAGES= # none
 
-# as of 0.7.0
-# 431 passed, 9 xfailed
+# as of 0.9.0
+# 446 passed, 9 xfailed
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-cssselect2/distinfo
diff -u pkgsrc/textproc/py-cssselect2/distinfo:1.9 pkgsrc/textproc/py-cssselect2/distinfo:1.10
--- pkgsrc/textproc/py-cssselect2/distinfo:1.9  Thu Mar 13 15:23:19 2025
+++ pkgsrc/textproc/py-cssselect2/distinfo      Fri Feb 13 09:31:56 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/03/13 15:23:19 adam Exp $
+$NetBSD: distinfo,v 1.10 2026/02/13 09:31:56 adam Exp $
 
-BLAKE2s (cssselect2-0.8.0.tar.gz) = f6be1ff894307640e0d5929d9c9903b532fcd3d9f61a96aca9ea8a99a5c2c641
-SHA512 (cssselect2-0.8.0.tar.gz) = fe1fbd503a8f5c06ff33856c131365f1f154610abb59c2fdef3f0e679c2421f08f9fd5e82e03f541481180551e3e0984d46243629754e8a1fa0f189743fbd23f
-Size (cssselect2-0.8.0.tar.gz) = 35716 bytes
+BLAKE2s (cssselect2-0.9.0.tar.gz) = 80754485506eb7ee2facdfe68dd9a2bb044ddbc40bcfe5111ed4303b6c773118
+SHA512 (cssselect2-0.9.0.tar.gz) = 2d0bc81e707fb753dddb0b726b53cf0f4e5294a70193df93fbdca6987a81d7af5d39600172a164653f6e3359c6e06f6cf23b6d5756c87137de0ace6bd7bd546d
+Size (cssselect2-0.9.0.tar.gz) = 35595 bytes



Home | Main Index | Thread Index | Old Index