pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-diff-match-patch
Module Name: pkgsrc
Committed By: adam
Date: Mon Nov 4 08:23:52 UTC 2024
Modified Files:
pkgsrc/textproc/py-diff-match-patch: Makefile distinfo
Log Message:
py-diff-match-patch: updated to 20241021
20241021
Bugfix release
Stop breaking surrogate pairs in toDelta()
Start tracking new upstream https://github.com/dmsnell/diff-match-patch
Removed imp usage in speedtest
Updated dev dependencies, use uv for dev workflows when available
Tested on Python 3.8-3.13
Untested on Python 3.7, will be unsupported in future release
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-diff-match-patch/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-diff-match-patch/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-diff-match-patch/Makefile
diff -u pkgsrc/textproc/py-diff-match-patch/Makefile:1.8 pkgsrc/textproc/py-diff-match-patch/Makefile:1.9
--- pkgsrc/textproc/py-diff-match-patch/Makefile:1.8 Tue Dec 26 07:38:30 2023
+++ pkgsrc/textproc/py-diff-match-patch/Makefile Mon Nov 4 08:23:52 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2023/12/26 07:38:30 adam Exp $
+# $NetBSD: Makefile,v 1.9 2024/11/04 08:23:52 adam Exp $
-DISTNAME= diff-match-patch-20230430
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME= diff_match_patch-20241021
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/diff-match-patch/}
@@ -16,8 +16,6 @@ USE_LANGUAGES= # none
REPLACE_PYTHON= diff_match_patch/tests/speedtest.py
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/application.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-diff-match-patch/distinfo
diff -u pkgsrc/textproc/py-diff-match-patch/distinfo:1.6 pkgsrc/textproc/py-diff-match-patch/distinfo:1.7
--- pkgsrc/textproc/py-diff-match-patch/distinfo:1.6 Mon Dec 18 09:38:55 2023
+++ pkgsrc/textproc/py-diff-match-patch/distinfo Mon Nov 4 08:23:52 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/12/18 09:38:55 adam Exp $
+$NetBSD: distinfo,v 1.7 2024/11/04 08:23:52 adam Exp $
-BLAKE2s (diff-match-patch-20230430.tar.gz) = 3e6630fe0008514039dfd267541546f4ce4fc8b1baed4a1b880aed9e7bdffcfa
-SHA512 (diff-match-patch-20230430.tar.gz) = a62d15327de659999e3381215249fb088a9e40368008b91201de3db3d02f22892bbf6d2ac40dc4ea4986d24470dd396eaf69583fabbe9078a5cb1f97bae94000
-Size (diff-match-patch-20230430.tar.gz) = 43324 bytes
+BLAKE2s (diff_match_patch-20241021.tar.gz) = 91cc0cabf7218b317c45529f9bd11eb5ff1ab50df364c8e7663095802415eea6
+SHA512 (diff_match_patch-20241021.tar.gz) = 23bdf81a159358f668e4adb1771780bef6cf14fc1bc90c76700d3339e35a2c00b61a72ef7cdabd0abc079c3aa8606ea91cef4d936c47b95b4fd94483c927daf5
+Size (diff_match_patch-20241021.tar.gz) = 39962 bytes
Home |
Main Index |
Thread Index |
Old Index