pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-Levenshtein
Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov  2 20:29:56 UTC 2025
Modified Files:
        pkgsrc/textproc/py-Levenshtein: Makefile PLIST distinfo
Log Message:
py-Levenshtein: updated to 0.27.3
v0.27.3
Fixed
- add missing pypy and freethreaded linux wheels
Removed
- drop s390x and ppc64le wheels since they are virtually unused and require extremly long to build under emulation
v0.27.2
Changed
- fix build with ``scikit-build-core`` ``v0.11``
- upgrade to `Cython==3.1.6`
- upgrade to `rapidfuzz-cpp==3.3.3`
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/py-Levenshtein/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-Levenshtein/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-Levenshtein/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-Levenshtein/Makefile
diff -u pkgsrc/textproc/py-Levenshtein/Makefile:1.22 pkgsrc/textproc/py-Levenshtein/Makefile:1.23
--- pkgsrc/textproc/py-Levenshtein/Makefile:1.22        Thu Oct  9 07:57:58 2025
+++ pkgsrc/textproc/py-Levenshtein/Makefile     Sun Nov  2 20:29:55 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2025/10/09 07:57:58 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2025/11/02 20:29:55 adam Exp $
 
-DISTNAME=      levenshtein-0.27.1
+DISTNAME=      levenshtein-0.27.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/l/L/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/levenshtein/}
Index: pkgsrc/textproc/py-Levenshtein/PLIST
diff -u pkgsrc/textproc/py-Levenshtein/PLIST:1.7 pkgsrc/textproc/py-Levenshtein/PLIST:1.8
--- pkgsrc/textproc/py-Levenshtein/PLIST:1.7    Sun Oct 13 17:59:17 2024
+++ pkgsrc/textproc/py-Levenshtein/PLIST        Sun Nov  2 20:29:55 2025
@@ -1,4 +1,8 @@
-@comment $NetBSD: PLIST,v 1.7 2024/10/13 17:59:17 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/11/02 20:29:55 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/Levenshtein/StringMatcher.py
 ${PYSITELIB}/Levenshtein/StringMatcher.pyc
 ${PYSITELIB}/Levenshtein/StringMatcher.pyo
@@ -8,7 +12,3 @@ ${PYSITELIB}/Levenshtein/__init__.pyi
 ${PYSITELIB}/Levenshtein/__init__.pyo
 ${PYSITELIB}/Levenshtein/levenshtein_cpp.so
 ${PYSITELIB}/Levenshtein/py.typed
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
Index: pkgsrc/textproc/py-Levenshtein/distinfo
diff -u pkgsrc/textproc/py-Levenshtein/distinfo:1.16 pkgsrc/textproc/py-Levenshtein/distinfo:1.17
--- pkgsrc/textproc/py-Levenshtein/distinfo:1.16        Wed Mar  5 10:44:14 2025
+++ pkgsrc/textproc/py-Levenshtein/distinfo     Sun Nov  2 20:29:56 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2025/03/05 10:44:14 adam Exp $
+$NetBSD: distinfo,v 1.17 2025/11/02 20:29:56 adam Exp $
 
-BLAKE2s (levenshtein-0.27.1.tar.gz) = 4deca4ae9419a9ab6e72137acba9197dc4e83acefce42a5f10415e704f7e229b
-SHA512 (levenshtein-0.27.1.tar.gz) = 9e8584d57c1ae6ced74a6555f418d48305365b8e8f107d082536c3a85df89f49f0a086fb708abf707e39dc67105977d7f700797309adacdd2dd66e9d4fb91a55
-Size (levenshtein-0.27.1.tar.gz) = 382571 bytes
+BLAKE2s (levenshtein-0.27.3.tar.gz) = a334d576c096503df3d7cbda8da53d302c732d1555979d8e9b5e534023c912a1
+SHA512 (levenshtein-0.27.3.tar.gz) = c5c7f5532d7a551482b7364778b63421ceed8dcaf4c847e7033331c7a52bba9aa0020b4c4d0ba82bbc27a27cfbdd63265f9029c5fa0dc6d74281b2a54762c67d
+Size (levenshtein-0.27.3.tar.gz) = 393269 bytes
 SHA1 (patch-CMakeLists.txt) = 55e88242d6cdc80017797fc056e1e236b05c2eb9
 SHA1 (patch-src_Levenshtein_CMakeLists.txt) = 67f56cfa38593351b337b59a058d496890646da8
Home |
Main Index |
Thread Index |
Old Index