pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-elementpath



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 29 05:43:25 UTC 2024

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

Log Message:
py-elementpath: updated to 4.6.0

v4.6.0 (2024-10-27)

* Fix XsdAttributeGroupProtocol
* Improve Unicode support with installable UnicodeData.txt versions
* Extend names disambiguation with a fix
* Refactor tree builders to fix document position of tails


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/textproc/py-elementpath/Makefile \
    pkgsrc/textproc/py-elementpath/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/py-elementpath/PLIST

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-elementpath/Makefile
diff -u pkgsrc/textproc/py-elementpath/Makefile:1.40 pkgsrc/textproc/py-elementpath/Makefile:1.41
--- pkgsrc/textproc/py-elementpath/Makefile:1.40        Thu Sep 12 18:55:33 2024
+++ pkgsrc/textproc/py-elementpath/Makefile     Tue Oct 29 05:43:25 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2024/09/12 18:55:33 adam Exp $
+# $NetBSD: Makefile,v 1.41 2024/10/29 05:43:25 adam Exp $
 
-DISTNAME=      elementpath-4.5.0
+DISTNAME=      elementpath-4.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/elementpath/}
Index: pkgsrc/textproc/py-elementpath/distinfo
diff -u pkgsrc/textproc/py-elementpath/distinfo:1.40 pkgsrc/textproc/py-elementpath/distinfo:1.41
--- pkgsrc/textproc/py-elementpath/distinfo:1.40        Thu Sep 12 18:55:33 2024
+++ pkgsrc/textproc/py-elementpath/distinfo     Tue Oct 29 05:43:25 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2024/09/12 18:55:33 adam Exp $
+$NetBSD: distinfo,v 1.41 2024/10/29 05:43:25 adam Exp $
 
-BLAKE2s (elementpath-4.5.0.tar.gz) = 4401d36b3c7ae50aa90ba3eb7fc87a3d35b604f628348a84a64e4009e3c621ec
-SHA512 (elementpath-4.5.0.tar.gz) = dafd480778d9d4e9fec1dc11d298590d460ad6b26f3683dea301b650da1b1ddcf03a68af6f3fa947b78a528f458ecf655e6ec172fd6ff194890c3f8fa28f37ca
-Size (elementpath-4.5.0.tar.gz) = 338727 bytes
+BLAKE2s (elementpath-4.6.0.tar.gz) = 2ba44ca656c0622a630d615dc8c0a9d0079b6f6243a00e5e15e6013f2ee6edaa
+SHA512 (elementpath-4.6.0.tar.gz) = 87e01f2aa2c98b626a1cfa38b4695c16b39c1425dbe686afef092cb265b82e6dc25997c989ffa2b198a6cb60e042d2361fabb0b53fb3efb853263a5651a59fd6
+Size (elementpath-4.6.0.tar.gz) = 355931 bytes

Index: pkgsrc/textproc/py-elementpath/PLIST
diff -u pkgsrc/textproc/py-elementpath/PLIST:1.15 pkgsrc/textproc/py-elementpath/PLIST:1.16
--- pkgsrc/textproc/py-elementpath/PLIST:1.15   Thu Sep 12 18:55:33 2024
+++ pkgsrc/textproc/py-elementpath/PLIST        Tue Oct 29 05:43:25 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2024/09/12 18:55:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2024/10/29 05:43:25 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -77,12 +77,12 @@ ${PYSITELIB}/elementpath/regex/character
 ${PYSITELIB}/elementpath/regex/codepoints.py
 ${PYSITELIB}/elementpath/regex/codepoints.pyc
 ${PYSITELIB}/elementpath/regex/codepoints.pyo
-${PYSITELIB}/elementpath/regex/generate_categories.py
-${PYSITELIB}/elementpath/regex/generate_categories.pyc
-${PYSITELIB}/elementpath/regex/generate_categories.pyo
 ${PYSITELIB}/elementpath/regex/patterns.py
 ${PYSITELIB}/elementpath/regex/patterns.pyc
 ${PYSITELIB}/elementpath/regex/patterns.pyo
+${PYSITELIB}/elementpath/regex/unicode_blocks.py
+${PYSITELIB}/elementpath/regex/unicode_blocks.pyc
+${PYSITELIB}/elementpath/regex/unicode_blocks.pyo
 ${PYSITELIB}/elementpath/regex/unicode_categories.py
 ${PYSITELIB}/elementpath/regex/unicode_categories.pyc
 ${PYSITELIB}/elementpath/regex/unicode_categories.pyo



Home | Main Index | Thread Index | Old Index