pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-lxml



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 14 09:44:22 UTC 2024

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

Log Message:
py-lxml: update to 5.1.0.

5.1.0 (2024-01-05)
==================

Features added
--------------

* Parsing ASCII strings is slightly faster.

Bugs fixed
----------

* GH#349: The HTML ``Cleaner()`` interpreted an accidentally provided string parameter
  for the ``host_whitelist`` as list of characters and silently failed to reject any hosts.
  Passing a non-collection is now rejected.

Other changes
-------------

* Support for Python 2.7 and Python versions < 3.6 was removed.

* The wheel build was migrated to use ``cibuildwheel``.
  Patch by Primož Godec.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/textproc/py-lxml/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/py-lxml/PLIST
cvs rdiff -u -r1.70 -r1.71 pkgsrc/textproc/py-lxml/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/Makefile
diff -u pkgsrc/textproc/py-lxml/Makefile:1.97 pkgsrc/textproc/py-lxml/Makefile:1.98
--- pkgsrc/textproc/py-lxml/Makefile:1.97       Sun Jan  7 16:28:15 2024
+++ pkgsrc/textproc/py-lxml/Makefile    Sun Jan 14 09:44:22 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.97 2024/01/07 16:28:15 wiz Exp $
+# $NetBSD: Makefile,v 1.98 2024/01/14 09:44:22 wiz Exp $
 
-DISTNAME=      lxml-5.0.1
+DISTNAME=      lxml-5.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lxml/}
@@ -10,15 +10,15 @@ HOMEPAGE=   https://lxml.de/
 COMMENT=       Python binding for libxml2 and libxslt
 LICENSE=       modified-bsd
 
-#TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
-#TOOL_DEPENDS+=        ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-cssselect>=0.7:../../textproc/py-cssselect
 
 USE_CC_FEATURES=       c99
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/batteries-included.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 BUILDLINK_API_DEPENDS.libxml2+=        libxml2>=2.9.12
 .include "../../textproc/libxml2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libxslt+=        libxslt>=1.1.34

Index: pkgsrc/textproc/py-lxml/PLIST
diff -u pkgsrc/textproc/py-lxml/PLIST:1.17 pkgsrc/textproc/py-lxml/PLIST:1.18
--- pkgsrc/textproc/py-lxml/PLIST:1.17  Mon Jan  1 00:12:34 2024
+++ pkgsrc/textproc/py-lxml/PLIST       Sun Jan 14 09:44:22 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.17 2024/01/01 00:12:34 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.18 2024/01/14 09:44:22 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSES.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/lxml/ElementInclude.py
 ${PYSITELIB}/lxml/ElementInclude.pyc
 ${PYSITELIB}/lxml/ElementInclude.pyo

Index: pkgsrc/textproc/py-lxml/distinfo
diff -u pkgsrc/textproc/py-lxml/distinfo:1.70 pkgsrc/textproc/py-lxml/distinfo:1.71
--- pkgsrc/textproc/py-lxml/distinfo:1.70       Sun Jan  7 16:28:15 2024
+++ pkgsrc/textproc/py-lxml/distinfo    Sun Jan 14 09:44:22 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.70 2024/01/07 16:28:15 wiz Exp $
+$NetBSD: distinfo,v 1.71 2024/01/14 09:44:22 wiz Exp $
 
-BLAKE2s (lxml-5.0.1.tar.gz) = 33fb992c558d4f620f35d477505585ae92200a09ca631604afc2d81551e48ceb
-SHA512 (lxml-5.0.1.tar.gz) = 08efbab93cf5b39ca4aa976757edff184729ecdb77a3a062373a31e76828ac39b1d700d5e56caf39e562b10dc8d7507762001cfc66b77a6f25e59c61f826e6c2
-Size (lxml-5.0.1.tar.gz) = 3858871 bytes
+BLAKE2s (lxml-5.1.0.tar.gz) = 2842e3fa70435c76ef7aa652d94d2d1bc54c09eb0bfc0c7ea6345ac526ad6f64
+SHA512 (lxml-5.1.0.tar.gz) = a538f322686a1b2c63211d915db900116b7db467a1cce0a0ad7a93e6c15195a66dc6d091301d1918f2cb513ee3168be939945ae60aa470fd9604f6d46e9eb375
+Size (lxml-5.1.0.tar.gz) = 3839638 bytes
 SHA1 (patch-setupinfo.py) = 264e934a4e5c095b0a65769798bf94db394d03e1



Home | Main Index | Thread Index | Old Index