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:   adam
Date:           Mon Jun 13 19:36:11 UTC 2022

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

Log Message:
py-lxml: updated to 4.9.0

4.9.0 (2022-06-01)
==================

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

* GH341: The mixin inheritance order in ``lxml.html`` was corrected.
  Patch by xmo-odoo.

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

* Built with Cython 0.29.30 to adapt to changes in Python 3.11 and 3.12.

* Wheels include zlib 1.2.12, libxml2 2.9.14 and libxslt 1.1.35
  (libxml2 2.9.12+ and libxslt 1.1.34 on Windows).

* GH343: Windows-AArch64 build support in Visual Studio.
  Patch by Steve Dower.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/textproc/py-lxml/Makefile
cvs rdiff -u -r1.63 -r1.64 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.84 pkgsrc/textproc/py-lxml/Makefile:1.85
--- pkgsrc/textproc/py-lxml/Makefile:1.84       Mon Apr 18 19:12:12 2022
+++ pkgsrc/textproc/py-lxml/Makefile    Mon Jun 13 19:36:10 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.84 2022/04/18 19:12:12 adam Exp $
+# $NetBSD: Makefile,v 1.85 2022/06/13 19:36:10 adam Exp $
 
-DISTNAME=      lxml-4.8.0
+DISTNAME=      lxml-4.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lxml/}
 

Index: pkgsrc/textproc/py-lxml/distinfo
diff -u pkgsrc/textproc/py-lxml/distinfo:1.63 pkgsrc/textproc/py-lxml/distinfo:1.64
--- pkgsrc/textproc/py-lxml/distinfo:1.63       Tue Mar  1 09:59:55 2022
+++ pkgsrc/textproc/py-lxml/distinfo    Mon Jun 13 19:36:10 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.63 2022/03/01 09:59:55 adam Exp $
+$NetBSD: distinfo,v 1.64 2022/06/13 19:36:10 adam Exp $
 
-BLAKE2s (lxml-4.8.0.tar.gz) = 8fff718094e40d7f2965999b1b5421d953485d59cea8847d964551fa7e65a0ee
-SHA512 (lxml-4.8.0.tar.gz) = f39e1a6194eb00045002ef830da18ad1be6307004f29e5266db4fbaecdb14be9142462a39bd55a2753c5e20a59cc104a09aa40ca18b0382ee421c2e67907a154
-Size (lxml-4.8.0.tar.gz) = 3209187 bytes
+BLAKE2s (lxml-4.9.0.tar.gz) = 2942c61708e50ba6f0d8c12728e3fc8750414cbff6e3c05256f7b55f4b825130
+SHA512 (lxml-4.9.0.tar.gz) = e96190c2a588d941d6340e52bfed7cbf6d3d8e35cef8c90a42fc437d535609cf7ac3644237b8521fefd09d3d63dc48a2e274d408cdc666378e237cff21cef3f4
+Size (lxml-4.9.0.tar.gz) = 3377099 bytes
 SHA1 (patch-setupinfo.py) = 264e934a4e5c095b0a65769798bf94db394d03e1



Home | Main Index | Thread Index | Old Index