Received: by mail.netbsd.org (Postfix, from userid 605) id 6DB1D84D46; Sun, 4 Feb 2024 18:47:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9E24B84D27 for ; Sun, 4 Feb 2024 18:47:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Cz4Y1pFi9gFA for ; Sun, 4 Feb 2024 18:47:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 166BC84CC9 for ; Sun, 4 Feb 2024 18:47:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10F0FFA42; Sun, 4 Feb 2024 18:47:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707072474116680" MIME-Version: 1.0 Date: Sun, 4 Feb 2024 18:47:54 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-Levenshtein To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240204184754.10F0FFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707072474116680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Feb 4 18:47:53 UTC 2024 Modified Files: pkgsrc/textproc/py-Levenshtein: Makefile distinfo Log Message: py-Levenshtein: updated to 0.24.0 v0.24.0 Changed - upgrade ``rapidfuzz-cpp`` to ``v3.0.0`` - drop support for Python 3.7 To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-Levenshtein/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-Levenshtein/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707072474116680 Content-Disposition: inline Content-Length: 2173 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-Levenshtein/Makefile diff -u pkgsrc/textproc/py-Levenshtein/Makefile:1.14 pkgsrc/textproc/py-Levenshtein/Makefile:1.15 --- pkgsrc/textproc/py-Levenshtein/Makefile:1.14 Sun Oct 29 16:59:20 2023 +++ pkgsrc/textproc/py-Levenshtein/Makefile Sun Feb 4 18:47:53 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2023/10/29 16:59:20 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2024/02/04 18:47:53 adam Exp $ -DISTNAME= Levenshtein-0.23.0 +DISTNAME= Levenshtein-0.24.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=L/Levenshtein/} @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake TOOL_DEPENDS+= ${PYPKGPREFIX}-scikit-build>=0.13.0:../../devel/py-scikit-build -DEPENDS+= ${PYPKGPREFIX}-rapidfuzz>=2.3.0:../../textproc/py-rapidfuzz +DEPENDS+= ${PYPKGPREFIX}-rapidfuzz>=3.1.0:../../textproc/py-rapidfuzz USE_LANGUAGES= c c++ Index: pkgsrc/textproc/py-Levenshtein/distinfo diff -u pkgsrc/textproc/py-Levenshtein/distinfo:1.10 pkgsrc/textproc/py-Levenshtein/distinfo:1.11 --- pkgsrc/textproc/py-Levenshtein/distinfo:1.10 Sun Oct 29 16:59:20 2023 +++ pkgsrc/textproc/py-Levenshtein/distinfo Sun Feb 4 18:47:53 2024 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2023/10/29 16:59:20 wiz Exp $ +$NetBSD: distinfo,v 1.11 2024/02/04 18:47:53 adam Exp $ -BLAKE2s (Levenshtein-0.23.0.tar.gz) = 6fcc3a2ff9b7c87070e8c1f84a43107da4f2257faa60729f900a11c19dfd1cee -SHA512 (Levenshtein-0.23.0.tar.gz) = c5aaa48b59b3ba0626e9fe1de8433cd25da29d0b3bb3d27cba667f23291bd4e87c8e86583a85aad74599c686d4ae19b2a22b80d3f4d2199de5b320181719c35f -Size (Levenshtein-0.23.0.tar.gz) = 142677 bytes +BLAKE2s (Levenshtein-0.24.0.tar.gz) = 06a43383eb66dc9dd3f15bdbcdd7552aa2860eb122a5c383c576bb752c8b622f +SHA512 (Levenshtein-0.24.0.tar.gz) = fa3285f2fd31b8c92043b296cfa8e4863d67b879083880797e1f32a75f64e65958c9019da1fe3e6bd3ded72570292dfccfd4e6addadbc1b7019afce300c6224b +Size (Levenshtein-0.24.0.tar.gz) = 149035 bytes SHA1 (patch-CMakeLists.txt) = 5e94c7bc9ca41189f8e36fd8ba5f0ff81df175a1 SHA1 (patch-src_Levenshtein_CMakeLists.txt) = a7724036854fe1495c734094a7cb7993574661cf --_----------=_1707072474116680--