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:           Tue Jul 30 03:52:59 UTC 2024

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

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

0.2.0 (2024-07-29)

Features added

ASCII control characters (except HT, VT, CR and LF) are now removed from string inputs before they're parsed by lxml/libxml2.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-lxml-html-clean/Makefile \
    pkgsrc/textproc/py-lxml-html-clean/PLIST \
    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.1 pkgsrc/textproc/py-lxml-html-clean/Makefile:1.2
--- pkgsrc/textproc/py-lxml-html-clean/Makefile:1.1     Mon May 27 14:39:28 2024
+++ pkgsrc/textproc/py-lxml-html-clean/Makefile Tue Jul 30 03:52:59 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2024/05/27 14:39:28 adam Exp $
+# $NetBSD: Makefile,v 1.2 2024/07/30 03:52:59 adam Exp $
 
-DISTNAME=      lxml_html_clean-0.1.1
+DISTNAME=      lxml_html_clean-0.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lxml-html-clean/}
Index: pkgsrc/textproc/py-lxml-html-clean/PLIST
diff -u pkgsrc/textproc/py-lxml-html-clean/PLIST:1.1 pkgsrc/textproc/py-lxml-html-clean/PLIST:1.2
--- pkgsrc/textproc/py-lxml-html-clean/PLIST:1.1        Mon May 27 14:39:28 2024
+++ pkgsrc/textproc/py-lxml-html-clean/PLIST    Tue Jul 30 03:52:59 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2024/05/27 14:39:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/07/30 03:52:59 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -6,7 +6,10 @@ ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/lxml_html_clean/__init__.py
 ${PYSITELIB}/lxml_html_clean/__init__.pyc
+${PYSITELIB}/lxml_html_clean/__init__.pyi
 ${PYSITELIB}/lxml_html_clean/__init__.pyo
 ${PYSITELIB}/lxml_html_clean/clean.py
 ${PYSITELIB}/lxml_html_clean/clean.pyc
+${PYSITELIB}/lxml_html_clean/clean.pyi
 ${PYSITELIB}/lxml_html_clean/clean.pyo
+${PYSITELIB}/lxml_html_clean/py.typed
Index: pkgsrc/textproc/py-lxml-html-clean/distinfo
diff -u pkgsrc/textproc/py-lxml-html-clean/distinfo:1.1 pkgsrc/textproc/py-lxml-html-clean/distinfo:1.2
--- pkgsrc/textproc/py-lxml-html-clean/distinfo:1.1     Mon May 27 14:39:29 2024
+++ pkgsrc/textproc/py-lxml-html-clean/distinfo Tue Jul 30 03:52:59 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/05/27 14:39:29 adam Exp $
+$NetBSD: distinfo,v 1.2 2024/07/30 03:52:59 adam Exp $
 
-BLAKE2s (lxml_html_clean-0.1.1.tar.gz) = 48de295376013b2fed9fba882740de5528b12c3094b076ca432872ea39a25c5a
-SHA512 (lxml_html_clean-0.1.1.tar.gz) = f297a17f84cec472026d12246f95013bf6c0cab932dccb6432a1140503d62255a3a9357798047044175ce8f9d1d86d3ea9a73a732ec299d65263ccf637315e95
-Size (lxml_html_clean-0.1.1.tar.gz) = 14086 bytes
+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



Home | Main Index | Thread Index | Old Index