pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-xmldiff
Module Name: pkgsrc
Committed By: adam
Date: Mon Sep 7 08:37:15 UTC 2026
Modified Files:
pkgsrc/textproc/py-xmldiff: Makefile PLIST distinfo
Log Message:
py-xmldiff: updated to 3.0
3.0 (2026-06-11)
- Updated Python versions. 3.8 and 3.9 still works, but is officially unsupported,
added 3.13, 3.14 and 3.15 to the supported versions.
- Speeding up diffing by using dequeue [barucden]
- Support namespace-prefixed move nodes [barucden]
- Improved matching in certain cases [barucden]
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-xmldiff/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-xmldiff/PLIST \
pkgsrc/textproc/py-xmldiff/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-xmldiff/Makefile
diff -u pkgsrc/textproc/py-xmldiff/Makefile:1.9 pkgsrc/textproc/py-xmldiff/Makefile:1.10
--- pkgsrc/textproc/py-xmldiff/Makefile:1.9 Sun Jun 28 15:41:43 2026
+++ pkgsrc/textproc/py-xmldiff/Makefile Mon Sep 7 08:37:15 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2026/06/28 15:41:43 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2026/09/07 08:37:15 adam Exp $
-DISTNAME= xmldiff-2.7.0
+DISTNAME= xmldiff-3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xmldiff/}
@@ -16,13 +15,9 @@ DEPENDS+= ${PYPKGPREFIX}-lxml>=3.1.0:../
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 310 311
+PY_RENAME_BINARIES= xmldiff xmlpatch
-post-install:
-.for bin in xmldiff xmlpatch
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
-.endfor
+PYTHON_VERSIONS_INCOMPATIBLE= 310 311
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-xmldiff/PLIST
diff -u pkgsrc/textproc/py-xmldiff/PLIST:1.3 pkgsrc/textproc/py-xmldiff/PLIST:1.4
--- pkgsrc/textproc/py-xmldiff/PLIST:1.3 Mon Apr 14 13:00:59 2025
+++ pkgsrc/textproc/py-xmldiff/PLIST Mon Sep 7 08:37:15 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2025/04/14 13:00:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/09/07 08:37:15 adam Exp $
bin/xmldiff-${PYVERSSUFFIX}
bin/xmlpatch-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -7,7 +7,6 @@ ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
${PYSITELIB}/xmldiff/__init__.py
${PYSITELIB}/xmldiff/__init__.pyc
${PYSITELIB}/xmldiff/__init__.pyo
Index: pkgsrc/textproc/py-xmldiff/distinfo
diff -u pkgsrc/textproc/py-xmldiff/distinfo:1.3 pkgsrc/textproc/py-xmldiff/distinfo:1.4
--- pkgsrc/textproc/py-xmldiff/distinfo:1.3 Mon Jun 10 21:00:40 2024
+++ pkgsrc/textproc/py-xmldiff/distinfo Mon Sep 7 08:37:15 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/06/10 21:00:40 adam Exp $
+$NetBSD: distinfo,v 1.4 2026/09/07 08:37:15 adam Exp $
-BLAKE2s (xmldiff-2.7.0.tar.gz) = bcdb9b58e638b30a450efee5061b2a8aaf3f0d2c03a4a2f8cd135c11b7de98d3
-SHA512 (xmldiff-2.7.0.tar.gz) = e285c0e30b4a6f057dd4888599a6bd354b1f1465598eafa7a9ac91d3eb2e8b04e25e466d410dde84d1b6986b647d3759bad322036f3c5c9cd498e8fc291ab888
-Size (xmldiff-2.7.0.tar.gz) = 87596 bytes
+BLAKE2s (xmldiff-3.0.tar.gz) = d8138f9cc974c3bca530b67474aefceb42813f2d75bbfc8bc034c3de1cd785b9
+SHA512 (xmldiff-3.0.tar.gz) = b9f0a9123bd69194fb41d04442eee003637d0351194bd83d83662fa34fe44e2ab9d197f2ae0bbb35cc496cdf7411148924c12f6444361a3a59e9217e218ae913
+Size (xmldiff-3.0.tar.gz) = 86915 bytes
Home |
Main Index |
Thread Index |
Old Index