pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-soupsieve
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 19 22:00:26 UTC 2024
Modified Files:
pkgsrc/www/py-soupsieve: Makefile distinfo
Log Message:
py-soupsieve: update to 2.6.
NEW: Add official support for Python 3.13.
NEW: Add support for & as scoping root per the CSS Nesting Module, Level 1. When & is used outside the
context of nesting, it is treated as the scoping root (equivalent to :scope).
FIX: Improve error message when an unrecognized pseudo-class is used.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-soupsieve/Makefile \
pkgsrc/www/py-soupsieve/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-soupsieve/Makefile
diff -u pkgsrc/www/py-soupsieve/Makefile:1.17 pkgsrc/www/py-soupsieve/Makefile:1.18
--- pkgsrc/www/py-soupsieve/Makefile:1.17 Sat Oct 28 19:57:25 2023
+++ pkgsrc/www/py-soupsieve/Makefile Mon Aug 19 22:00:26 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2023/10/28 19:57:25 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2024/08/19 22:00:26 wiz Exp $
-DISTNAME= soupsieve-2.5
+DISTNAME= soupsieve-2.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/soupsieve/}
@@ -24,8 +23,8 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+# as of 2.6
+# 381 passed
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-soupsieve/distinfo
diff -u pkgsrc/www/py-soupsieve/distinfo:1.17 pkgsrc/www/py-soupsieve/distinfo:1.18
--- pkgsrc/www/py-soupsieve/distinfo:1.17 Sat Sep 9 21:35:02 2023
+++ pkgsrc/www/py-soupsieve/distinfo Mon Aug 19 22:00:26 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2023/09/09 21:35:02 wiz Exp $
+$NetBSD: distinfo,v 1.18 2024/08/19 22:00:26 wiz Exp $
-BLAKE2s (soupsieve-2.5.tar.gz) = b8d6303558ce1c49606b3fefb4788c889f19eb700e48f747778d9eb9e895d36a
-SHA512 (soupsieve-2.5.tar.gz) = d7b73f78cc37e4047e2e0c50cf2a5871892a8b15694b5e88a443b112cdbda0f3dfcaeef2e194b4bebb3759f06d8bdb00481141d88977cc82169672a5f3d23dfc
-Size (soupsieve-2.5.tar.gz) = 100943 bytes
+BLAKE2s (soupsieve-2.6.tar.gz) = 0340458054aa2295499158ecec3a3a438d89f4fad56e18e04ef804b79ee54c93
+SHA512 (soupsieve-2.6.tar.gz) = 48de3208bcf2402eed284551e090a5ef055e7b69561cd70da8376ca114f25a6542be680631f0b8d3482367af4e93be3a4e34b0dd2769862987e05935efb0d5f9
+Size (soupsieve-2.6.tar.gz) = 101569 bytes
Home |
Main Index |
Thread Index |
Old Index