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:           Wed Mar  5 10:44:14 UTC 2025

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

Log Message:
py-Levenshtein: updated to 0.27.1

v0.27.1
Changed
- fix build with ``scikit-build-core`` ``v0.11``
- upgrade to `Cython==3.0.12`

v0.27.0
Fixed
- avoid instantiation of basic_string for unsupported types

Changed
- upgrade ``rapidfuzz-cpp`` to ``v3.2.0``


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/py-Levenshtein/Makefile
cvs rdiff -u -r1.15 -r1.16 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.19 pkgsrc/textproc/py-Levenshtein/Makefile:1.20
--- pkgsrc/textproc/py-Levenshtein/Makefile:1.19        Mon Oct 28 10:40:02 2024
+++ pkgsrc/textproc/py-Levenshtein/Makefile     Wed Mar  5 10:44:14 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2024/10/28 10:40:02 adam Exp $
+# $NetBSD: Makefile,v 1.20 2025/03/05 10:44:14 adam Exp $
 
-DISTNAME=      levenshtein-0.26.1
+DISTNAME=      levenshtein-0.27.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/l/L/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/levenshtein/}
@@ -11,8 +11,8 @@ COMMENT=      Python extension for computing 
 LICENSE=       gnu-gpl-v2
 
 TOOL_DEPENDS+= cmake>=3.15:../../devel/cmake
-TOOL_DEPENDS+= ${PYPKGPREFIX}-scikit-build-core>=0:../../devel/py-scikit-build-core
-DEPENDS+=      ${PYPKGPREFIX}-rapidfuzz>=3.8.0:../../textproc/py-rapidfuzz
+TOOL_DEPENDS+= ${PYPKGPREFIX}-scikit-build-core>=0.11:../../devel/py-scikit-build-core
+DEPENDS+=      ${PYPKGPREFIX}-rapidfuzz>=3.9.0:../../textproc/py-rapidfuzz
 
 USE_CXX_FEATURES=      c++17
 USE_LANGUAGES=         c c++

Index: pkgsrc/textproc/py-Levenshtein/distinfo
diff -u pkgsrc/textproc/py-Levenshtein/distinfo:1.15 pkgsrc/textproc/py-Levenshtein/distinfo:1.16
--- pkgsrc/textproc/py-Levenshtein/distinfo:1.15        Mon Oct 28 10:40:02 2024
+++ pkgsrc/textproc/py-Levenshtein/distinfo     Wed Mar  5 10:44:14 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2024/10/28 10:40:02 adam Exp $
+$NetBSD: distinfo,v 1.16 2025/03/05 10:44:14 adam Exp $
 
-BLAKE2s (levenshtein-0.26.1.tar.gz) = a860febd264f127c9c583169dbabbcf62e6ce2e33fd4bf5c6185aaf81b04b006
-SHA512 (levenshtein-0.26.1.tar.gz) = f2c5bd2a887f2503da7f42903993116fe6aa33ca8b4b6c3516cff027cc5854770e076b312719b31b7dabad3d9853553d80fb52ced9e02fcc65d879db4acb972a
-Size (levenshtein-0.26.1.tar.gz) = 374307 bytes
+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
 SHA1 (patch-CMakeLists.txt) = 55e88242d6cdc80017797fc056e1e236b05c2eb9
 SHA1 (patch-src_Levenshtein_CMakeLists.txt) = 67f56cfa38593351b337b59a058d496890646da8



Home | Main Index | Thread Index | Old Index