Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=GScxHd9x; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=AnLPcPh/ Received: by mail.netbsd.org (Postfix, from userid 605) id 945E984E85; Tue, 9 Apr 2024 16:41:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712680868; bh=uDY5TgcNYY3OyaMy8CNP/l8sgmk6ObQahL/EDhfIPYA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=GScxHd9xYiUE9HogEuL3wwX/NewjaZ3fVHhXlGPQ+46mVsC4V9F/CwJc9mteHav+l cX4Xlx7GF97jqiyzly9+9NcRmfrLhKvxDbD8afKPQX5n4UTVV3JRExaRFNwAxvGqQB FOLz9PyAk7q11irnk/Fl6FaQziSDtC/NvapEmZkY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 872E184E7E for ; Tue, 9 Apr 2024 16:41:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 8guqZMEUX3kc for ; Tue, 9 Apr 2024 16:41:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D648184E81 for ; Tue, 9 Apr 2024 16:41:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712680866; bh=uDY5TgcNYY3OyaMy8CNP/l8sgmk6ObQahL/EDhfIPYA=; h=Date:From:Subject:To:Reply-To; b=AnLPcPh/aVHdqWChnnra0Bg5x+COcdALHmKF0TWCaaCGDs9ND227Lg56zIJHejQ9H EfJVhXdUPE12mYauTkC5Rhg5/3G6luXL4jWitP2eUqLx7dNm1i+JEpwNH+97CPY7K8 0+56B9e9EmkAE5UjD3XSlof+lrxN20cCPoRNN+Lw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id CFD37FA2C; Tue, 9 Apr 2024 16:41:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171268086676030" MIME-Version: 1.0 Date: Tue, 9 Apr 2024 16:41:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/py-libcst To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240409164106.CFD37FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171268086676030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Apr 9 16:41:06 UTC 2024 Modified Files: pkgsrc/lang/py-libcst: Makefile distinfo Log Message: py-libcst: updated to 1.3.1 1.3.1 - 2024-04-03 Fixed * ImportError due to missing `mypy_extensions` dependency 1.3.0 - 2024-04-03 Updated * Removed dependencies on `typing_extensions` and `typing_inspect` To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/py-libcst/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/py-libcst/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171268086676030 Content-Disposition: inline Content-Length: 3344 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/py-libcst/Makefile diff -u pkgsrc/lang/py-libcst/Makefile:1.11 pkgsrc/lang/py-libcst/Makefile:1.12 --- pkgsrc/lang/py-libcst/Makefile:1.11 Tue Feb 20 04:55:23 2024 +++ pkgsrc/lang/py-libcst/Makefile Tue Apr 9 16:41:06 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2024/02/20 04:55:23 adam Exp $ +# $NetBSD: Makefile,v 1.12 2024/04/09 16:41:06 adam Exp $ -DISTNAME= libcst-1.2.0 +DISTNAME= libcst-1.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=l/libcst/} @@ -14,8 +14,6 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-rust>=1.0.0:../../devel/py-setuptools-rust TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel -DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4.2:../../devel/py-typing-extensions -DEPENDS+= ${PYPKGPREFIX}-typing-inspect>=0.4.0:../../devel/py-typing-inspect DEPENDS+= ${PYPKGPREFIX}-yaml>=5.2:../../textproc/py-yaml TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesmith>=0.0.4:../../devel/py-hypothesmith @@ -31,8 +29,6 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 pre-build: cd ${WRKSRC}/.cargo && ${LN} -f -s ../native/.cargo/config config -#CHECK_WRKREF_SKIP+= ${PYSITELIB}/libcst/native.so - .include "cargo-depends.mk" .include "../../lang/python/wheel.mk" Index: pkgsrc/lang/py-libcst/distinfo diff -u pkgsrc/lang/py-libcst/distinfo:1.9 pkgsrc/lang/py-libcst/distinfo:1.10 --- pkgsrc/lang/py-libcst/distinfo:1.9 Tue Feb 20 04:55:23 2024 +++ pkgsrc/lang/py-libcst/distinfo Tue Apr 9 16:41:06 2024 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2024/02/20 04:55:23 adam Exp $ +$NetBSD: distinfo,v 1.10 2024/04/09 16:41:06 adam Exp $ BLAKE2s (aho-corasick-1.0.4.crate) = 861964cb94973afae58d36b63b9eb923b60aa3ab9962b118a756988cf05e0f77 SHA512 (aho-corasick-1.0.4.crate) = 7cb8feb3289a508b1345b3cc04b59f2f730b80f561b17c7605ce23bf92780b5b3714ec84f5e3c5f4ba0c3abd47ac44fd0064a8bf4c5a7d00bd580774c6a3aee8 @@ -126,9 +126,9 @@ Size (lazy_static-1.4.0.crate) = 10443 b BLAKE2s (libc-0.2.149.crate) = 48efe3c00a9d8d822876a0587ac2a8bd98a30e80f340bed8b21fb8880c371875 SHA512 (libc-0.2.149.crate) = 0def64d400d473d6eed30e985522d36801ee6472b15f90e74dc4592e0a8ffbaf30b731be280de52b30255cf60aeca8efe817b67049227dc7000c807e007d7289 Size (libc-0.2.149.crate) = 715592 bytes -BLAKE2s (libcst-1.2.0.tar.gz) = b4bfb9154697d9e4af89cae62f96aee976911e7a42ab47cbdd1dff1594f23c0c -SHA512 (libcst-1.2.0.tar.gz) = ec4f774b11cca7b3b86966625acbff9be6e2ade88ce10f6e0a6273c3c7830951c0016dba222e19d5814e765d6da3b5615c1a7ceeceb9e2edd23a09a8d6d6a2e1 -Size (libcst-1.2.0.tar.gz) = 765209 bytes +BLAKE2s (libcst-1.3.1.tar.gz) = d5553130074b8acee8f9f8ef43d5a7433a6347415f62797d19bd1ed74fa5966e +SHA512 (libcst-1.3.1.tar.gz) = c5ac467bab0ff2808db4510620444cb7705d1af88f0e3f41c43c9ab493206d58561ca2ffb9ee98f14286ee182b4271103d9ca3c3935fef5a8f8dcf60dfae5b50 +Size (libcst-1.3.1.tar.gz) = 765034 bytes BLAKE2s (linux-raw-sys-0.4.10.crate) = dbe24409f75c8efc3a24d0d8605f8da3a4f54465bc1abc3f3eb585d0b99f125c SHA512 (linux-raw-sys-0.4.10.crate) = 107f61add087bff55869798d5c71bc6ac9ecb27a603d8f9071b856189de8b7b0a7f9243fa1433700f52a0c3020eff5604dbf6e0653109d0dd277b98ab45fae21 Size (linux-raw-sys-0.4.10.crate) = 1407767 bytes --_----------=_171268086676030--