pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-lxml-html-clean



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug 29 12:25:11 UTC 2024

Modified Files:
        pkgsrc/textproc/py-lxml-html-clean: Makefile distinfo

Log Message:
py-lxml-html-clean: updated to 0.2.1

0.2.1

Bugs fixed

Memory efficiency is now much better for HTML pages where cleaner removes a lot of elements.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-lxml-html-clean/Makefile \
    pkgsrc/textproc/py-lxml-html-clean/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-lxml-html-clean/Makefile
diff -u pkgsrc/textproc/py-lxml-html-clean/Makefile:1.2 pkgsrc/textproc/py-lxml-html-clean/Makefile:1.3
--- pkgsrc/textproc/py-lxml-html-clean/Makefile:1.2     Tue Jul 30 03:52:59 2024
+++ pkgsrc/textproc/py-lxml-html-clean/Makefile Thu Aug 29 12:25:11 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2024/07/30 03:52:59 adam Exp $
+# $NetBSD: Makefile,v 1.3 2024/08/29 12:25:11 adam Exp $
 
-DISTNAME=      lxml_html_clean-0.2.0
+DISTNAME=      lxml_html_clean-0.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lxml-html-clean/}
@@ -14,7 +14,5 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-lxml-html-clean/distinfo
diff -u pkgsrc/textproc/py-lxml-html-clean/distinfo:1.2 pkgsrc/textproc/py-lxml-html-clean/distinfo:1.3
--- pkgsrc/textproc/py-lxml-html-clean/distinfo:1.2     Tue Jul 30 03:52:59 2024
+++ pkgsrc/textproc/py-lxml-html-clean/distinfo Thu Aug 29 12:25:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/07/30 03:52:59 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/08/29 12:25:11 adam Exp $
 
-BLAKE2s (lxml_html_clean-0.2.0.tar.gz) = d01bc197ebd2c76d7a4462a3d73f517a17bfa6d1593778a4e4487ff8841e2951
-SHA512 (lxml_html_clean-0.2.0.tar.gz) = 67908512294932454ae461d6371c5dd525e2c21b67b6fd437f4a4ecda7bbb6c617526f9541d4ad0fe624e3f8506ed8a391cd766167f2054a685d96ef18b7e53f
-Size (lxml_html_clean-0.2.0.tar.gz) = 15438 bytes
+BLAKE2s (lxml_html_clean-0.2.1.tar.gz) = 51630eca19dc7b6c05efaa3e8656bbaff98d109c4b90d0984585b04edcb939ac
+SHA512 (lxml_html_clean-0.2.1.tar.gz) = 3af9343b4ab0906fb4507053948a6fbdd52349b0341aa5b14cf61d8d8f6dd0354923f2724cdc5a4d0c87d25ed90da7b9b66f9fc1e88062a5bbc30d029b0435ab
+Size (lxml_html_clean-0.2.1.tar.gz) = 15648 bytes



Home | Main Index | Thread Index | Old Index